Authorization: Bearer ********************
{
"transactionReference":"661e1cce-08a2-4ccb-8505-eed8cb8eff23",
"walletName" : "Visa"
}
curl --location --request GET 'https://live.smatpay.africa/sandbox/api/getPaymentDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionReference":"661e1cce-08a2-4ccb-8505-eed8cb8eff23",
"walletName" : "Visa"
}'
[
{
"status": "Paid",
"description": "",
"paymentCurrency": "USD",
"paymentAmount": 10.0,
"paymentCharges": 0.8499999999999996,
"paymentReference": "9fed47af-72db-44cb-8d90-ba262d9ec9c3",
"paymentMethod": "Visa",
"paymentDate": "2025-02-18T14:13:20.944+00:00"
}
]