Skip to main content
POST
Send Batch Authorisation Request (legacy load-test)

Authorizations

Authorization
string
header
required

HTTP Basic Auth. Credentials must carry the CAT2_API_ALL role.

Query Parameters

auditUser
string
required

Identifier of the user performing the action, used for audit logging.

amount
integer
default:10

Number of authorization requests to generate.

Required range: x >= 1

Body

application/json

Request payload of initial authorisation request.

card
object
required

Card used in the transaction.

transactionData
object
required

Transaction details.

merchantData
object
required

Merchant and acquirer data (ISO 8583 DE18, DE32, DE41–43).

threeDsData
object

3DS authentication data to include in the authorization.

Response

Batch completed

Response from the legacy batched endpoint. A single map entry where:

  • key — list of generated docIds (serialized as a string)
  • value — list of ISO 8583 DE39 response codes
{key}
string[]