Skip to main content
POST
/
payment-batches
/
{paymentBatchId}
/
confirm
Confirm a payment batch
curl --request POST \
  --url https://api.equalsmoney.com/v2/payment-batches/{paymentBatchId}/confirm \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mfa": {
    "provider": "fx-mfa-service",
    "sessionId": "string",
    "token": "string"
  }
}
'
{
  "status": "draft"
}

Authorizations

Authorization
string
header
required

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"

Body

application/json

Body

mfa
object

Response

200 - application/json

OK

status
enum<string>
required

The status of the Payment Batch.

Available options:
draft,
validated,
confirmed,
started,
completed,
failed,
cancelled