The Transaction API facilitates the retrieval, and management of financial transaction records.
[ { "account_name": "Jane Doe", "account_number": "1234567890", "amount": 5000, "bank_code": "string", "bank_name": "Bank name", "category": "transfer", "charges": 50, "created_at": "2024-01-01T12:00:00Z", "detail": "Payment for services", "fiat_rate": 1.0, "id": "trans_789", "reference": "ref_101112", "report": false, "report_message": "", "session_id": "session_213", "status": "completed", "type": "debit", "updated_at": "2024-01-02T12:00:00Z", } ]
{ "account_name": "Jane Doe", "account_number": "1234567890", "amount": 5000, "bank_code": "string", "bank_name": "Bank name", "category": "transfer", "charges": 50, "created_at": "2024-01-01T12:00:00Z", "customer_id": "cust_456", "detail": "Payment for services", "fiat_rate": 1.0, "id": "trans_789", "reference": "ref_101112", "report": false, "report_message": "", "session_id": "session_213", "status": "completed", "type": "debit", "updated_at": "2024-01-02T12:00:00Z", }
Was this page helpful?