Debit card issuance
Initiate a card
- Make a call to /card/initiate
- For a customer to set the PIN, make a call to /card/resetPin
Note
For Visa DPS programs only. PIN resets are initiated in real-time and are confirmed by Visa DPS which generates a realtime event with
userEventTypeId=10020
. The PIN reset is in a pending state until this event is generated.For Shazam programs only. PIN resets are file-based processing and can take up to 24 hours to complete.
- If
dualIssuanceSinglePan
istrue
in Step 1, Helix activates for card for eCommerce purchases and the customer can provision to a wallet. A call must be made via the Helix API to one of the following endpoints (depending on the customer's device) to push provision to a respective wallet:
/card/provision/applePay
/card/provision/googlePay - If
orderPhysicalCard
was set to “true” in step 1, allow time for the card to be mailed to the customer.
If true, proceed to step 5. If false, physical card can be issued at a later date using the Issue a physical card section. - Once the physical card has been received, the customer must activate the card in Helix using /card/verify
- If the information in step 5 is correct, the card is now in a verified state and available for use at the program's preset limits.
Note
If the information in step 5 could not be verified, the customer can attempt two more times (three attempts total) to verify the information before the card verification is locked.
Issue a physical card
- Make a call to /card/orderPhysical
Note
The
isCreateDualIssuanceSinglePAN
parameter allows for eCommerce activity on a digital debit card that can also be provisioned to a digital wallet, whentrue
. Paired with theisPhysicalCardOrdered
parameter defines if a physical card should be ordered or waived initially. To order and mail a physical card to a customer, set the property totrue
or to waive the physical card order set property tofalse
. If the physical card order is waived, a request via /card/orderPhysical will order and mail a physical card to a customer.
Create a digital card
- Make a call to /card/createDigital
- Helix activates for card for eCommerce purchases
- For customer wallet provisioning, make a call via the Helix API to one of the following endpoints to provision a debit card to a respective wallet:
/card/provision/applePay
/card/provision/googlePay
Updated 4 months ago