v1
latestOpenAPI 3.1.02026-07-24360204.4 KBGet All Transfers
Use this API to get details of all transfers made from your ZWITCH account.
Query parameters
The number of results you want to get per API call.<br><br>Use this with the start_before or start_after parameters for pagination.<ul><li>Defaul.t value 10.<li>Maximum value 100.</ul></li>Example: 15
The transfer_id before which you want to get details.<br><br>Use this with the results_per_page for pagination.<br><br>Example: tr_uEqOtg07bcXMb99WWBVOnKP3Y
The transfer_id after which you want to get details.<br><br>Use this with the results_per_page for pagination.<br><br>Example: tr_uEqOtg07bcXMb99WWBVOnKP3Y
Has to be used with to_date.<br><br>The UNIX timestamp after which details should be returned.<br><br>Use this with the results_per_page, start_after, and start_before for pagination.<br><br>Example: 1651052818
Has to be used with from_date.<br><br>The UNIX timestamp before which details should be returned.<br><br>Use this with the results_per_page, start_after, and start_before for pagination.<br><br>Example: 1651052818
Get a list of all transfers made from the entered debit_account_id.<br><br>Example: va_tIOb4zA92pAkhRzlr4Z6pbHSv
Get a list of all transfers made to the entered credit_account_id.<br><br>Example: va_lV5JpIu8AVMNfPexv4W8SyuOv
Get a list of all transfers made to the entered beneficiary_id.<br><br>Example: vab_SVzPPMJOyRa0rI8n6CCN6wMa8
The unique identifier entered when creating the transfer.<br><br>Example: 1409614085
The unique identifier entered when creating the bulk transfer.<br><br>Example: 1409614085
Response
200
Example response
{
"object": "list",
"has_more": true,
"data": [
{
"id": "tr_aTKJAon8uLYqyk7wpP3kFAaYs",
"object": "transfer",
"type": "account_number",
"amount": 1,
"debit_account_id": "va_3Zk64YDxnBtyvkzWoIVUOIWHu",
"beneficiary_id": "vab_KT8z4g7wlXNbef9gU5IR48PCF",
"status": "success",
"bank_reference_number": "214516704238",
"currency_code": "inr",
"payment_mode": "imps",
"payment_remark": "Lego Death Star",
"paid_to": "54055602160",
"beneficiary_name": "Anil Reddy",
"beneficiary_ifsc": "ICIC0004140",
"bulk_transfer_id": "butr_WbudbAXT9HV3S52cz3Oy1MIVK",
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"merchant_reference_id": "1000077",
"transacted_at": 1653476654,
"created_at": 1653476653
}
]
}