Body
The identifier of the merchant that this payout destination will be associated with. This merchant must already exist in the system.
"67e55044-10b1-426f-9247-bb680e5fe0c8"
The blockchain network ID the payout destination is associated with.
Valid values:
1
(Ethereum)10
(Optimism)56
(BNB)137
(Polygon)8453
(Base)42220
(Celo)42161
(Arbitrum)900
(Solana)11155111
(Sepolia) - Only available for demo environment901
(Solana Devnet) - Only available on the demo environment
x >= 1
1
Whether the payout destination is the default for the network and merchant. If no default payout destination exists for the network, this will be set to true regardless of the value provided.
Defaults to true.
true
The settlement type determines how payments will be settled. If not specified, the settlement type will default to crypto
settlement where payments are settled in the original payment token.
For fiat
settlements, payments will be automatically converted to fiat currency and deposited into a bank account.
Note: If the settlement type is fiat
and this is the first time you're creating a fiat payout destination, the settlementConfig
is required.
Valid values (not case sensitive):
crypto
- The payment type will be settled in crypto currencyfiat
- The payment type will be settled in fiat currency
"crypto"
The configuration settings specifically for fiat settlement. This includes settings like the account type (individual or business) and contact email address.
Note: Only required if the settlement type is fiat
and no other payout destinations for this merchant have previously been created with a fiat settlement type.
The blockchain wallet address where payments will be sent. Must be a valid address for the specified network.
Note: Only required if the settlement type is crypto
. If the settlement type is fiat
all addresses entered here will be ignored as a wallet will automatically be created for you with the settlement provider
"0x1B3181390bfCb83A98369f660d11c6d73345f60d"
Response
Ok
The unique identifier for the payout destination
"1234567890abcdef"
The merchant ID associated with this payout destination
"1234567890abcdef"
The blockchain network ID the payout destination is associated with
1
The settlement type of the payout destination
Crypto
, Fiat
"Crypto"
The fiat settlement settings for the payout destination if the settlement type is fiat
The blockchain wallet address where payments will be sent. Must be a valid address for the specified network.
"0x1234567890abcdef"
Whether the payout destination is the default payout destination for the merchant.
true
Whether the payout destination is archived or not. Archived payout destination cannot be used for payments.
true
The date the payout destination record was created, represented as a Unix timestamp in seconds.
1716211200