Skip to main content
POST
Create an eCheck-balance payout

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

create a payouts if sumerchant is in dynamic payouts.

amount
number
required

The amount to pay out.

bankAccountToken
string
required

Token of the bank account that receives the payout.

subMerchantId
string
required

Unique identifier of the submerchant.

Response

201 - application/json

Successfuly create a payout

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

code
string

Machine-readable result code. See the Error Codes reference.

message
string

Human-readable result message.

data
object

The response payload.

Last modified on July 14, 2026