Get Point of Sale Payment
Get updated payment price and/or address on point of sale payment
Last updated
Get updated payment price and/or address on point of sale payment
Last updated
Get the updated price/address of any payment you have created.
POST
api/payment-pos/getupdate
reference*
String
Your payment reference
payment_code*
String
Payment code supplied
key*
String
Merchant's
hash*
String
MD5 Hash
key+reference+amount+ or key+payment_code+amount+
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+amount+api_secret. If you send payment_code
your hash must be key+payment_code+amount+api_secret