Batch
Create an Intrabank Batch
Use this API to create a payout from an account.
Below fields are mandatory
{
"accountId": "{{accountId}}",
"contactId": "{{contactId}}",
"amount": "200"
}
status field in response can have below values.
- declined
- settled
POST
Authorizations
Body
application/json
Example:
[
{
"accountId": "{{accountId}}",
"amount": "25.00",
"api": "send",
"contactId": "{{contactId}}",
"description": "Funding",
"sequence": "1",
"title": "Batch intrabank 1"
},
{
"accountId": "{{accountId}}",
"amount": "25.00",
"api": "receive",
"contactId": "{{contactId}}",
"description": "Pull",
"sequence": "2",
"title": "Batch intrabank 2"
}
]
Response
201 - application/json
Create an Intrabank Batch
Example:
"bch-eabf1eb3-70a6-4ce0-ac01-3ffca4e6f86f"
Example:
""
Example:
"2023-11-20T08:34:46Z"
Example:
0
Example:
"2023-11-20T08:34:46Z"
Example:
"submitted"
Example:
0
Example:
2
Example:
"intrabank"