Confirms processing of payment batch.
cURL
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" }
The unique ID of the Payment Batch.
36
The ID of the account to work with.
"F50091"
Body
Show child attributes
OK
The status of the Payment Batch.
draft
validated
confirmed
started
completed
failed
cancelled
Was this page helpful?