Make bulk payments

The endpoint is used to initiate a bulk payment, which allows for multiple payments to be initiated at the same time. Read more about bulk payments here.

Body Params
file

Stream with your bulk payload

Headers
string

Specification of the content type. Currently supported type is "text/csvv0"

string

Channel reference of the payment

boolean

Allow Bulk payment to be partially created. Default: false

string
string

Unique reference of the HTTP request.
If left blank this field will be populated with a GUID without dashes.
This field is limited to a maximum of 35 characters, if not upheld the API will return with an error 400 - Bad Request.
Example: 6198eb60-d1dd-4aad-9bbd-b01a49214e62

string

Unique value generated by the user which the API uses to recognize subsequent retries of the same request.
This field is limited to a maximum of 100 characters, if not upheld the API will return with an error 400 - Bad Request.
Example: 2b7b05ad-4411-4a19-8c95-2508b17e0fd8

Responses

413

Payload too large. Size of request or response is too big and therefore rejected

415

Unsupported media type. Incorrect media type provided in Request Header “Accept” parameter.

Language
Credentials
Bearer
Response
Choose an example:
application/json