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
Name
Type
Description
payment_reference
string
The payment reference that was generated when initializing payment
Headers
Name
Type
Description
public-key
string
Your Alexpay public key
secret-key
string
Your Alexpay secret key
The response will be in JSON format and will have the following schema:
{
"status": "success",
"code": 200,
"message": "success",
"data": "payment sent for processing"
}Last updated