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.
POSTpayment-pos/getupdate
Request Body
Name
Type
Description
reference*
String
Your payment reference
payment_code*
String
Payment code supplied
key*
String
Merchant's API Key
{
"status": "nok",
"message": "Could not get payment!",
"error": "Payment Reference or Payment Code is required",
"validated": false
}{
"status": "ok",
"paymentId": "67bfc5f2d389ed389e1806f9",
"payment_code": "qBBiRwD4G9",
"payment_address": "0x62ba1ef84aac42c6b34d8c03b83f5951ccce29b9",
"payment_amount": "1049.59",
"payment_missing_amount": "549.59",
"payment_amount_asset": "USDT",
"expires_at": 1740707698,
"exchange_rate": "1.003",
"message": "Get pos payment update successfully",
}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

