Change Card Status – Function 004
Function 004 API call allows changing the status of a card from one to another. This API call gives a client the flexibility to market their products differently. An example can be that a client could originally send card to its customers with a status of “0- Issued but not Active”. Same cardholder then can call the customer service to get the card status changed to “1- Open”.
Inputs | Description | Required | Data Type |
---|---|---|---|
FunctionID | 004 | Y | |
P1 | PAN OR ALT ID | Y | (16,9) numeric |
P2 | Old Status (Obtain from get card status 1.2.5) | Y | (1,1) numeric |
P3 | New Status 0 Issued not Active 1 Open 2 Lost 3 Stolen 4 Deposit Only 6 Check Reason 9 Closed A Pin Change Required C Phone Number verification |
Y | (1,1) numeric |
Outputs | Description | ||
P1 | Error Code | Y | |
P2 | Error Code | Y | |
P3 | New Account Status |
Example Change Card Status Request:
https://api.m2fin.com:8443/AuthENGINAPI/AuthENGINAPI?CID=5&CUSR=myuseraccount&CPWD=passwordassignedtome&FUNC=004&MSGID=00001000000000023&P1= PAN OR ALT ID&P2=4&P3=1
Example Card Status Response:
P1=0000&P2=&P3=1