Complete payment
This endpoint allows the user to complete a payment with the given payment reference.
Last updated
This endpoint allows the user to complete a payment with the given payment reference.
This endpoint allows the user to continue a payment with the given payment reference.
The endpoint /v1/payment/pay/:payment_reference/complete is a POST request to complete 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