Unblock card

Unstops a customer's card

Reactivates a previously blocked (stopped) card, making it available for transactions again. Supports specifying a note explaining the reason for unblocking and maintains a history of block/unblock operations.

Important considerations

  • card_id must be valid and belong to the authenticated customer.
  • The card must currently be in a blocked state.
  • The card status is updated in the database to "active".
  • A note can be provided explaining the reason for unblocking.
  • The operation is logged in the block/unblock history.
  • Endpoint requires customer or admin authentication.
  • Only previously stopped (blocked) cards can be unblocked.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64
required

The card's primary key

int64

The card's customer's primary key. This field should only be filled by admins.

string

Further explanation on why the card is being unblocked

Headers
string
required

OAuth token belonging to the e-commerce

string
required

OAuth token belonging to the customer

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json