Authorization: Bearer ********************{
   "transactionReference":"7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
   "walletName" : "Visa"
}curl --location --request GET 'https://live.smatpay.africa/api/getPaymentDetails' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
   "transactionReference":"7FB266E05FE716C8FC13ADF9EE4C7859.uat01-vm-tx04",
   "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"
    }
]