post https://connect1-sandbox.codegotech.com/api/businessbassapi/iban_transaction_detail
This api is used to get the IBAN transaction Details of Specific transaction.
Log in to see full request history
Responses
This api is used to get the IBAN transaction Details of Specific transaction.
xxxxxxxxxx
curl --request POST \
--url https://connect1-sandbox.codegotech.com/api/businessbassapi/iban_transaction_detail \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
xxxxxxxxxx
22{
"status": 1,
"trx": {
"unique_id": "8549563300",
"transaction_id": "FX4122186355",
"payment_mode": "conversion",
"type": "credit",
"sign": "cr",
"username": "XOROGLOBA-1053",
"receiver": "xorogloba",
"beneficiary_name": "Convert GBP To EUR",
"reason_payment": "Convert GBP To EUR",
"amount": "100.00 EUR",
"fees": "0.00 EUR",
"receipt_get": "100.00 EUR",
"description": "Convert 84.48 GBP To 100.00 EUR",
"label": "Main",
"status": "Completed",
"transaction_date": "2025-01-24 16:28:13",
"biometric_approval": "No"
}
}