Updates an existing payout destination. Currently can only update whether the destination is the default destination for its network. The request must include a valid API key with appropriate permissions. Only the fields provided in the request body will be updated, while the rest of the destination’s configuration remains unchanged. This is useful for making incremental changes to the destination’s settings without having to modify the entire configuration
Required API permissions: UpdatePayoutDestinations
The unique identifier of the payout destination to update
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, false true
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