POST
/
banking
/
v1
/
us
/
transfer
/
bulk
/
{
  "total_amount": 123,
  "payments": [
    {
      "senderAccountNumber": "<string>",
      "receiverRoutingNumber": "<string>",
      "receiverAccountNumber": "<string>",
      "receiverAccountType": "<string>",
      "receiverName": "<string>",
      "description": "<string>",
      "amount": 123
    }
  ]
}

Authorizations

api-key
string
header
required

Body

Response

200 - application/json

The response is of type object.