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

enabledboolean required

The enabled status of the wallet

Example request

{
  "enabled": true
}

Response

Wallet updated successfully

Changes