The endpoint is used to complete a card payment.
POST: https://api.gateway.redstonepgs.com/v1/payment/complete-3ds/:payment_reference
secret-key
string
Your Vesicash secret key
public-key
Your Vesicash public key
{ "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 2 months ago