v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Batch 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

Successboolean required

True if the sending was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "BatchDetails": {
    "0": {
      "FailureReason": "Missing first name",
      "Status": "2022-01-12"
    }
  }
}