Confirm a payment batch beta

Confirms processing of payment batch.

SecurityCommonAuth
Request
path Parameters
paymentBatchId
required
string <uuid> <= 36 characters

The unique ID of the Payment Batch.

query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
Request Body schema: application/json

Body

object
Responses
200

OK

post/payment-batches/{paymentBatchId}/confirm
Request samples
application/json
{
  • "mfa": {
    }
}
Response samples
application/json
{
  • "status": "draft"
}