Debit Card Management
Debit Card requests, re-issuance, and management are available in the Rize Sandbox. Debit Cards can only be requested for the Pool that the Primary Synthetic Account belongs to.
When a Debit Card is requested, the card will enter a status of queued
for several seconds before moving to issued
. Once a Debit Card reaches the issued
status it can be activated on the Rize Sandbox.
Debit Card re-issuance is also available in the Rize Sandbox. The Debit Card reissue reasons available are lost
, stolen
, or damaged
. For cards reported as lost
or stolen
, the existing card will be inactive as indicated by the ready_to_use
field being set to false
and the closed_at
field being populated. In the Rize Sandbox, after a successful reissue request is submitted for a card reported as lost
or stolen
, a new card will be made available for this Pool. The reissued card will enter a status of queued
for several seconds before moving to normal
.
For a card reported as ‘damaged’, the reissued card will maintain the same PAN as the original and the Debit Card UID will not change. In the Rize Sandbox, after a successful reissue request is submitted for a card reported damaged, the card will enter a status of queued
for several seconds before moving to normal
and the issued_on
date will be updated.
Locking and unlocking a Debit Card is also available in the Rize Sandbox. See the API specifications for requesting and managing Debit Cards here.
Updated 12 days ago