Skip to main content
Use the /cardtransitions API to set the state of an existing card.

Create card transition

Action: POST
Endpoint: /cardtransitions
Creates a card state transition to set the state of an existing card. If your system uses IVR, you can send a POST request to /cards/getbypan to retrieve a card token, which you can then use in your POST request to /cardtransitions. It may not be possible to move a card from one user to another once the card has been activated.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List transitions for card

Action: GET
Endpoint: /cardtransitions/card/{token}
Retrieves a list of the transitions for a specific card. This endpoint supports field filtering and pagination.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve card transition

Action: GET
Endpoint: /cardtransitions/{token}
Retrieves a specific card transition. This endpoint supports field filtering.

URL path parameters

URL query parameters

Response body

Sample response body

JSON