Authorization: Bearer ********************
{
"transactionReference":"7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
"walletName" : "ZimSwitch"
}
curl --location --request GET 'https://live.smatpay.africa/api/getPaymentDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionReference":"7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
"walletName" : "ZimSwitch"
}'
[
{
"status": "Paid",
"description": "",
"paymentCurrency": "USD",
"paymentAmount": 10.0,
"paymentCharges": 0.8499999999999996,
"paymentReference": "9fed47af-72db-44cb-8d90-ba262d9ec9c3",
"paymentMethod": "ZimSwitch",
"paymentDate": "2025-02-18T14:13:20.944+00:00"
}
]