Sandbox: Physical cards
Simulate activating a physical card
Prerequisites
The card you're activating must have the status Enabled
.
Step 1: Get the physicalCardIdentifier
- 🖥️ Dashboard
- ⚙️ Testing API
- On your Dashboard, go to Developers > Event Simulator.
- Open Cards, then go to the Physical card reception tab.
- Enter your
cardId
, then click Simulate. - The simulator returns the
physicalCardIdentifier
.
- Call the Testing API >
physicalCardReception
mutation. - Enter the
cardId
. - The API returns the
physicalCardIdentifier
in the payload.
Step 2: Activate the Sandbox card
- Use the API Explorer >
activatePhysicalCard
mutation. - Add the
physicalCardIdentifier
you received from the Testing API or the Dashboard. - Use the
consentUrl
provided in the payload to consent to activating the card.