Complete payment
This endpoint allows the user to complete a payment with the given payment reference.
POST: v1/payment/pay/:payment_reference/complete
Name
Type
Description
Headers
Name
Type
Description
Response
{
"status": "success",
"code": 200,
"message": "success",
"data": "payment sent for processing"
}Last updated