JavaScript
const options = {method: 'POST'}; fetch('https://gp-auth-module.prod.gnosispay.com/cards/{cardId}/unblock', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "error": "<string>" }
Unblocks a previously blocked card. Restores the card to active status, allowing transactions again. The card must belong to the authenticated user’s cardholder.
Card unblocked successfully