RepalceDebitCard
Initiate the process to create a new debit card for the customer.
The customer will receive the new debit card (2 step email) 24 - 48 hours later.
All loaded will be voided and then loaded back to the card.
Authorization
- Name
Bearer Token- Type
- e865a1e59daa629a8ade53bdae8ae659
- Description
Header
- Name
Content-Type- Type
- application/json
- Description
Body
- Name
raw- Type
- json
- Description
JSON
{ "ServiceName": "ReplaceDebitCard", "data": { "CustId": "12565908341", "ProgramId": "7140" } }
Request
POST
https://YOURENDPOINT.virtualrx.co/jsonapi.phpcurl
--location 'https://YOURENDPOINT.virtualrx.co/jsonapi.php' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic WU9VUlVTRVJOQU1FOllPVVJQQVNTV09SRA==' \
--data '{
"ServiceName": "ReplaceDebitCard",
"data": {
"CustId": "12565908341",
"ProgramId": "7140"
}
}'
Response
{
"ResponseDetails": {
"ServiceName": "ReplaceDebitCard",
"SessionId": "070a8bb4-f4fa-4c90-b846-27c2921fd397",
"StatusCode": "0",
"StatusName": "StatusOK",
"StatusDescription": "NA",
"ServiceDate": "2022-04-06 08:00:04",
"ServiceId": "070a8bb4-f4fa-4c90-b846-27c2921fd397"
},
"ResponseParams": ""
}