Continue payment
Last updated
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.
Params
payment_reference
string
The payment reference that was generated when initializing payment
secret-key
string
Your Vesicash secret key
public-key
string
Your Vesicash public key
{
"status": "success",
"code": 200,
"message": "success",
"data": "payment sent for processing"
}Last updated