Get Point of Sale Payment
Get updated payment price and/or address on point of sale payment
Get the updated price/address of any payment you have created.
POST
api/payment-pos/getupdate
Request Body
Name
Type
Description
reference*
String
Your payment reference
payment_code*
String
Payment code supplied
{
"status": "nok",
"message": "Get Payment Detail Failed!",
"error": "Payment Reference or Payment Code is required",
"validated": false
}
Please Note: You can only send one of reference
or payment_code
and your hash must include that value.
For example if you send reference
your hash must be key+reference+api_secret. If you send payment_code
your hash must be key+payment_code+api_secret
Last updated