Hello! I had a question about managing Cards using Cards API
I managed to pass a card nonce using the Web Payments SDK and successfully created a Card on my sandbox project. I also have a feature in my app that calls the Disable Card API if the user wants to disable it.
However, when I want to re-create the Card with the same card (it generates the same nonce), I get the SOURCE_USED error, which states that the nonce has been already used to create a Card.
However, there is no endpoint to re-enable the disabled card, so I am a bit stuck in limbo: I can’t create a new Card, nor I can re-enable a disabled card. The card is stuck in the account, with no way to re-use it.
Is there anything i’m missing? Thanks!