Skip to main content
POST
ACH Payout

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Body

application/json
funding_source
enum<string>
required

Source of funds for the operation.

Available options:
balance,
conversion
Example:

"conversion"

external_reference
string<uuid>
required

Unique external reference sent by the partner.

Example:

"550e8400-e29b-41d4-a716-446655440000"

transaction
object
required

Bank details and payout amount.

asset_deposit
enum<string>
default:USDC

Crypto asset required to fund the operation.

Available options:
USDC,
USDT
Example:

"USDC"

refund_address
string

Crypto refund address, if applicable.

Example:

"0x0000000000000000000000000000000000000000"

blockchain
enum<string>
default:Polygon

Blockchain of the deposit asset.

Available options:
Polygon,
Ethereum,
TRON
Example:

"Polygon"

Response

Bank payout created successfully.

transaction_id
string
required

Primary transaction identifier.

Example:

"550e8400-e29b-41d4-a716-446655440001"

external_reference
string
required

External reference sent in the request.

Example:

"550e8400-e29b-41d4-a716-446655440000"

transactions
object[]
required

Transactions associated with the flow.

deposit_address
object | null

Crypto address to fund, if applicable.

Example:

"0x0000000000000000000000000000000000000000"

amount_deposit
object | null

Crypto amount required to fund the operation, if applicable.

Example:

"14.44"