Skip to main content
Resumes a paused multi-use card so it can authorize charges again. Nothing else about the card changes: the balance, spend limit, and expiry carry over exactly as they were when it was paused.

Parameters

Returns

A confirmation with the cardId and a status of active. Only a paused multi-use card can be resumed; a closed card cannot come back (create a new one with create_card instead).
Cards from another app. On a personal card a different connected app minted (access: "connected" in list_cards), this call returns approval_required with an approvalId instead of resuming. The user is emailed an approve/deny link; once they approve, retry with approval_id. See One wallet across apps.

Example