v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Get Bulk Transfer by ID

Use this API to get details of the specified bulk transfer.

get/v1/transfers/bulk/{bulk_transfer_id}

Path parameters

bulk_transfer_idstring required

Enter the bulk_transfer_id for which you want to get details.<br><br>Example: butr_ijTRz6APGV3vEZGwlQE32flb3

Response

200

idstring
objectstring
typestring
statusstring
total_individual_transfersinteger
total_transfer_amountinteger
bulk_reference_idstring
updated_atinteger
is_sandboxboolean
created_atinteger

Example response

{
  "id": "butr_n6kbQ4UPg2D0hN9Vo3x8gDkDK",
  "object": "bulk_transfer",
  "type": "account_number",
  "status": "queued",
  "debit_account_details": {
    "name": "Anil Reddy",
    "account_number": "797979267664205",
    "ifsc": "IDFB0040101"
  },
  "total_individual_transfers": 2,
  "total_transfer_amount": 2,
  "bulk_reference_id": "1004224",
  "updated_at": 1677239064,
  "is_sandbox": true,
  "created_at": 1677239064
}