v1
latestOpenAPI 3.0.02026-07-2640301.0 MBBatch Request Endpoints
batch/details
This endpoint is used to fetch the details of a specific batch transaction request
get/batch/details
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
BatchTransactionRequestIDinteger required
Unique ID of the batch transaction request you want to fetch the details for.
Response
Example response
{
"Success": true,
"BatchDetails": {
"0": {
"FailureReason": "Missing first name",
"Status": "2022-01-12"
}
}
}