Overview of the bulk_transfer
object.
Shown below is a sample bulk_transfer
object.
{
"id": "butr_n6kbQ4UPg2D0hN9Vo3x8gDkDK",
"object": "bulk_transfer",
"type": "account_number",
"status": "queued",
"debit_account_details": {
"name": "Anil Reddy",
"account_number": "9515598493423",
"ifsc": "UTIB0CCH274"
},
"total_individual_transfers": 3,
"total_transfer_amount": 3,
"bulk_reference_id": "1004224",
"updated_at": 1677239064,
"is_sandbox": true,
"created_at": 1677239064
}
The table below lists the various parameters in the bulk_transfer
object.
Parameter | Type | Description |
---|---|---|
id | string | Unique identifier of the bulk transfer request in the ZWITCH database. Example: butr_oZhjuPMNtFrH4V4X50qcEm0Ry |
object | string | API object that is returned. Possible value: bulk_transfer |
type | string | Type of bulk transfer you want to create. Possible value:
|
status | string | The status of the transfer. Possible values:
|
debit_account_details | object | An object contains details of the account from which money will be debited. Refer to the Debit Account Details child object for more details. |
total_individual_transfers | integer | Total number of individual transfers in the bulk transfer request. Example: 3 |
total_transfer_amount | integer | The total amount transferred as part of the bulk transfer request. This is the total of the amounts of all individual transfers in the bulk transfer request. Example: 619 |
bulk_reference_id | string | Unique reference for the bulk transfer request set by you.
1234567890123 |
updated_at | integer | Unix timestamp when the bulk transfer undergoes a status change or the details in the response object were updated. Example: 1670573018 |
is_sandbox | boolean | The mode in which the API was triggered. Possible values:
|
created_at | integer | Unix timestamp when the create bulk transfer request was received by ZWITCH. Example: 1670573018 |
[Child Object] Debit Account Details
The table below lists the various parameters in the debit_account_details
child object. This object is part of the bulk_transfer
object.
Parameter | Type | Description |
---|---|---|
name | string | Debit account holder's name. Example: Anil Reddy |
account_number | string | Debit account number. Example: 9515598493423 |
ifsc | string | Debit account IFSC. Example: UTIB0CCH274 |