Error codes · Revealing cards
Reveal not allowed
Code
reveal_not_allowedStatus409
If this was an orderNever returned when buying
Send it again unchanged?No — change something first
.NET SDK
AuthorizationExceptionWhat it means
This card’s codes cannot be shown in its current state.
What to do
- Do not retry until you know the card’s state has changed. Contact Anis with the request id if you think it should be revealable.
Where you can meet it
- 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/reveal-not-allowed",
"title": "Reveal not allowed",
"status": 409,
"code": "reveal_not_allowed",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}