Register a Single Card
🏹 Objectives
This feature enables the client to implement the card registration process for a single card. To register the card the cardholder information is needed with the Proxy number (proxyKey
) or PAN number (panNumber
) ready to pass for the card to be registered. This process will return the orderId
instantly for the single card that is registered.
...
👣 Next steps
-
Status title Set a status
Register Multiple Card
🏹 Objectives
This feature enables the client to implement a bulk registration process for multiple cards together. To register multiple cards, cardholders' information is needed with the list of Proxy numbers (proxyKey
) or PAN numbers (panNumber
) ready to pass for the cards to be registered. This process will return the list of orderId
instantly for the single card that is multiple cards that are registered.
👥 User personas
...
Login with Client user
Call
getCustomerProgramList
to get thecustomerProgramId
Call
registerCards
to execute the card registration process and get the list oforderId
...
❓ Need help
Please use the Postman script to call this process in the PT sandbox environment. Click the button below to download our Postman collection.
...
👣 Next steps
-
Status title Set a status
Order Inventory
🏹 Objectives
This feature enables the client to implement the card registration process. To register the card the cardholder information is needed with the Proxy Number (proxyKey
) or PAN Number (panNumber
) ready to pass for the cards to be registeredto order instant issue cards or personalized card inventory by specifying the number of cards that will be shipped to the specified address. To order the personalized cards, orderDetails
object needs to be provided. This process will return the orderId
instantly for the single card that is registeredorder status with the card object/s.
👥 User personas
Instant Issue Cards
Reloadable Cards
Cards valued over $1,000
- ATM withdrawals needed
Instant Issue Payroll Order,
Personalized Payroll Order,
Reloadable-Corporate Reward Order,
Non-Reloadable-Corporate Reward Orde,
Instant Corporate Reward Order,
Direct Order - CORP
Personalized Cards
💪 PT APIs to support this feature
Login with Client user
Call
getCustomerProgramList
to get thecustomerProgramId
Call
registerCards
orderCards
to execute the card registration process and get theorderId
order status
...
❓ Need help
Please use the Postman script to call this process in the PT sandbox environment. Click the button below to download our Postman collection.
<TODO - generate the Postman collection>
📜 Some history
Registration of card is required by Federal Law if the card is reloadable, allows for ATM withdrawals, or was issued with a value greater than $1,000. Cards valued over $1,000 cannot be used until the registration information is provided. A card cannot be reloaded and/or its ATM PIN will not be active for ATM withdrawals until the cardholder registers his/her card. All registration information will remain confidential and not be resold or used for any marketing purposes.
👀 Constraints
...
👀 Constraints
The order multiple personalized cards may take some time to be placed with the processor hence the details might not be visible immediately.
🗓 Releases
Release Name | Value it adds | Scope | Status | Completed date | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
👣 Next steps
-
Status title Set a status
Service Cards
🏹 Objectives
This feature enables the client to implement the card registration process. To register the card the cardholder information is needed with the Proxy Number (proxyKey
) or PAN Number (panNumber
) ready to pass for the cards to be registered. This process will return the orderId
instantly for the single card that is registered.
...