Create a batch payment

POST

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_idstringRequired
payment_intentslist of objectsRequired
payment_method"us_ach"Required

Response

This endpoint returns an object
idstring
created_atdatetime
payer_bank_account_idstring
payment_intentslist of objects
payment_method"us_ach"
statusenum
Allowed values: createdprocessingpartially_successfulsucceededfailed
errormap from strings to anyOptional
total_amountintegerOptional

Errors