Complete payment
This endpoint allows the user to complete a payment with the given payment reference.
The endpoint {{redstone-api}}/v1/payment/pay/:payment_reference/complete is a POST request to complete a card payment. No request body parameters are required for this request.
POST /v1/payment/pay/:payment_reference/complete
Headers
Name
Type
Description
public-key
String
Your Redstone public key
Response
{
"status": "success",
"code": 200,
"message": "success",
"data": "payment sent for processing"
}Last updated