curl --request POST \
--url https://api.example.com/banking/v1/us/transfer/bulk/ \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"total_amount": 123,
"payments": [
{
"senderAccountNumber": "<string>",
"receiverRoutingNumber": "<string>",
"receiverAccountNumber": "<string>",
"receiverAccountType": "<string>",
"receiverName": "<string>",
"description": "<string>",
"amount": 123
}
]
}
'{
"total_amount": 123,
"payments": [
{
"senderAccountNumber": "<string>",
"receiverRoutingNumber": "<string>",
"receiverAccountNumber": "<string>",
"receiverAccountType": "<string>",
"receiverName": "<string>",
"description": "<string>",
"amount": 123
}
]
}curl --request POST \
--url https://api.example.com/banking/v1/us/transfer/bulk/ \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"total_amount": 123,
"payments": [
{
"senderAccountNumber": "<string>",
"receiverRoutingNumber": "<string>",
"receiverAccountNumber": "<string>",
"receiverAccountType": "<string>",
"receiverName": "<string>",
"description": "<string>",
"amount": 123
}
]
}
'{
"total_amount": 123,
"payments": [
{
"senderAccountNumber": "<string>",
"receiverRoutingNumber": "<string>",
"receiverAccountNumber": "<string>",
"receiverAccountType": "<string>",
"receiverName": "<string>",
"description": "<string>",
"amount": 123
}
]
}