Skip to main content
POST
/
payment-batches
/
{paymentBatchId}
/
payments
/
download
Download payment batch payments
curl --request POST \
  --url https://api.equalsmoney.com/v2/payment-batches/{paymentBatchId}/payments/download \
  --header 'Authorization: <api-key>' \
  --header 'content-type: <content-type>' \
  --data '{}'

Authorizations

Authorization
string
header
required

Headers

content-type
enum<string>
required

Indicates the format of the downloaded file.

Available options:
text/csv,
application/json

Path Parameters

paymentBatchId
string<uuid>
required

The unique ID of the Payment Batch.

Maximum string length: 36

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

statuses
enum<string>
Available options:
created,
validated,
confirmed,
started,
completed,
failed

Body

application/json

Body

The body is of type object.

Response

200 - application/json

OK