This step will execute the creation of the card account and issue the card to the payee when eligible for a reward.
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906"
{
"custProgId": 987654,
"customerId": 12345,
"orderProdType": "Personalized Payroll Order",
"cardType": "Digital",
"orderDetails": [
{
"firstName": "string",
"lastName": "string",
"phone": "string",
"email": "string", …
This step will execute load of funds to the card account for the payee based on client level eligibility and approval requirements.
Response will return confirmation of the load + the new balance for the card account.
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906"
{
"customerId": 98709,
"custProgId": 115718,
"fundingId": 54850,
"orderDetails": [
{
"amount": "0.50",
"proxyKey": "0252516355546",…
This step will trigger a resend of the email or sms notification to the Payee to activate and/or access the card feature through the digital experience.
Automated resend of the link can be configured for ‘un-activated’ cards.
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906"
{
"cpId": 987654,
"proxyKey": 9376873800385,
"resendMethod": "[email] or [sms]",
"alertType": "Initial"
}…
This step will recall the complete order information
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906",
"proxyKey": "1234567890123",
"customerProgramId": ”987654"
This step will recall the shipping information for the physical card delivery and provide tracking if available
For bulk or batch order, the /getOrderTrackingInfo endpoint should be used.
Required Parameters
"sessionId": "uywbzibgbfgaienonrgyxahwuwegrtpssvvljdpypfkotqdjqsbydd10906",
"proxyKey": "1234567890123",
"customerProgramId": ”987654"