Organization
Wallets
Update Wallet
This endpoint is used to enable or disable a wallet provider. Note: the organization should coordinate with the wallet provider before selecting a particular wallet provider for a disbursement.
patch/wallets/{id}
Path parameters
idstring required
ID of the wallet to update
Request body
Example request
{
"enabled": true
}Response
Wallet updated successfully