🚀 Card Payment is live! Learn more
curl --request GET \
--url https://nini.monieswitch.com/payout/details \
--header 'Authorization: Bearer <token>'
{
"status": true,
"data": {
"transaction": {
"id": "d59f2712-af22-4688-b1dd-28fb9247c435",
"vat": 0,
"type": "DEBIT",
"amount": 300,
"status": "SUCCESS",
"charges": 20,
"reference": "rxX1EL7jfsqjxiSOv3RE4vZ6VF8S3uZqioom",
"sessionId": "999270240702083018639691105708",
"amountProcessed": 320,
"createdAt": "2024-07-02T07:30:17.407Z",
"narration": "Testing schedule transaction",
"recipientBankCode": "000023",
"recipientBankName": "PROVIDUS BANK",
"recipientAccountName": "SIMI MICHELLE",
"originatorAccountName": "Henry Balo",
"recipientAccountNumber": "2394934324",
"originatorAccountNumber": "4443355297"
}
}
}
curl --request GET \
--url https://nini.monieswitch.com/payout/details \
--header 'Authorization: Bearer <token>'
{
"status": true,
"data": {
"transaction": {
"id": "d59f2712-af22-4688-b1dd-28fb9247c435",
"vat": 0,
"type": "DEBIT",
"amount": 300,
"status": "SUCCESS",
"charges": 20,
"reference": "rxX1EL7jfsqjxiSOv3RE4vZ6VF8S3uZqioom",
"sessionId": "999270240702083018639691105708",
"amountProcessed": 320,
"createdAt": "2024-07-02T07:30:17.407Z",
"narration": "Testing schedule transaction",
"recipientBankCode": "000023",
"recipientBankName": "PROVIDUS BANK",
"recipientAccountName": "SIMI MICHELLE",
"originatorAccountName": "Henry Balo",
"recipientAccountNumber": "2394934324",
"originatorAccountNumber": "4443355297"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Transaction Details - Successful
The response is of type object
.