Path Parameters
The unique identifier of the payout destination to update
Body
Allows a non default payout destination to be promoted to the default payout destination. The existing default payout destination will be demoted to second place.
Note: There always has to be at least 1 default payout destination so you cannot demote the current default - this is why true
is the only valid value here.
true
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