Create a batch payment

POST
/batch_payments

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired

The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
payer_bank_account_idstringRequiredformat: "uuid"
payment_intentslist of objectsRequired
payment_method"us_ach"Required

Response

Successful Response

idstringformat: "uuid"
created_atdatetime
payer_bank_account_idstringformat: "uuid"
payment_intentslist of objects
payment_method"us_ach"
statusenum
Allowed values: createdprocessingpartially_successfulsucceededfailed
errormap from strings to anyOptional
total_amountintegerOptional

Errors