Continue payment
This endpoint allows the user to continue a payment with the given payment reference.
The endpoint /v1/payment/pay/:payment_reference/continue is a POST request to continue a card payment. No request body parameters are required for this request.
POST: v1/payment/pay/:payment_reference/continue
Params
Name
Type
Description
payment_reference
string
The payment reference that was generated when initializing payment
Headers
Name
Type
Description
secret-key
string
Your Vesicash secret key
public-key
string
Your Vesicash public key
Response
{
"status": "success",
"code": 200,
"message": "success",
"data": "payment sent for processing"
}Last updated