Error codes · Permissions and account
Wallet disabled
Code
wallet_disabledStatus409
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
AuthorizationExceptionWhat it means
The wallet is disabled, so it cannot be used right now.
What to do
- Contact Anis; send a new request once the wallet is enabled again.
Where you can meet it
- POSTPlace an order
/v1/wallets/{walletId}/orders - POSTReveal a card
/v1/wallets/{walletId}/cards/{soldCardId}/reveal - POSTReveal an invoice
/v1/wallets/{walletId}/invoices/{invoiceId}/cards/reveal
Example
The body of the refusal. Its type is the address of this page.
{
"type": "https://developers.anis.ly/errors/wallet-disabled",
"title": "Wallet disabled",
"status": 409,
"code": "wallet_disabled",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}