Complete a card payment
The endpoint is used to complete a card payment.
POST: https://api.gateway.redstonepgs.com/v1/payment/complete-3ds/:payment_reference
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"
}The capture_token will be used to initialize the microform on the Generate card payment token endpoint.
Last updated