Payment Batches
Confirm a payment batch
Confirms processing of payment batch.
post/payment-batches/{paymentBatchId}/confirm
Path parameters
paymentBatchIdstring uuid required
The unique ID of the Payment Batch.
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"mfa": {
"provider": "fx-mfa-service",
"sessionId": "string",
"token": "string"
}
}Response
OK
Example response
{
"status": "draft"
}