Skip to main content

Overview

Query and manage your card status.

Manage Card Status

Use the card_id returned when the card was created to manage your card’s status.

cURL -X GET /cards/{card_id}/activate
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
{
"code": "200",
"msg": "Success",
"trace_id": "2c08800ea313466192f00873c26619c4",
"data": {
"card_status": "Activate",
}
}
ParameterDescription
card_status
  • Blocked : Blocked
  • Activate : Activate
  • Deactivated : Deactivate
  • Blocking : Blocking
  • Activating : Activating
  • Deactivating : Deactivating
Note
  1. Only cards in the Activated status can be used for transactions. Cards in Paused or Closed status cannot be used.
  2. An Activated card can be Paused or Closed; a Paused card can be Activated or Closed; a Closed card is irreversible.
  3. Intermediate statuses (Processing) must complete before further actions can be performed.