curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/batch/intrabank/{batchId} \
--header 'Authorization: <api-key>'
{
"batchId": "bch-eabf1eb3-70a6-4ce0-ac01-3ffca4e6f86f",
"completedAt": "2023-11-20T08:34:49Z",
"createdAt": "2023-11-20T08:34:46Z",
"failedCount": 0,
"modifiedAt": "2023-11-20T08:34:49Z",
"status": "completed",
"successCount": 2,
"totalCount": 2,
"transferType": "intrabank"
}
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.
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/batch/intrabank/{batchId} \
--header 'Authorization: <api-key>'
{
"batchId": "bch-eabf1eb3-70a6-4ce0-ac01-3ffca4e6f86f",
"completedAt": "2023-11-20T08:34:49Z",
"createdAt": "2023-11-20T08:34:46Z",
"failedCount": 0,
"modifiedAt": "2023-11-20T08:34:49Z",
"status": "completed",
"successCount": 2,
"totalCount": 2,
"transferType": "intrabank"
}
Retrieve an Intrabank Batch
The response is of type object
.