Get Point of Sale Payment
Get updated payment price and/or address on point of sale payment
Request Body
Name
Type
Description
{
"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",
}Last updated

