Skip to main content
POST
Create fiat payout

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
amount
number
required

Payout amount

Example:

10000

accountId
string

ID of a saved fiat settlement account

Example:

"fiat_acc_123"

accountIdentifier
string

Bank account number to use when a saved account is not provided

Example:

"1234567890"

bankCode
string

Bank code to use with accountIdentifier when a saved account is not provided

Example:

"044"

save
boolean

Save the provided bank account for future payouts

Example:

false

Response

Fiat payout created successfully

success
boolean
Example:

true

message
string
Example:

"Fiat payout initiated successfully"

data
object