status property which indicates if the operation was successful or if there was an error.| STATUS | DESCRIPTION |
|---|---|
| -2 | Multiple errors |
| -1 | Null or invalid API Key |
| 1 | Card stored successfully |
| 3 | Card already exists |
curl --location --request POST '/scops/card' \
--header 'Content-Type: application/json' \
--data-raw '{
"pan": "5555555555555555",
"expDate": "2912",
"apiKey": "myAPIKey"
}'{
"status": 1,
"message": "Card stored successfully",
"cardToken": "zJuSTsW0_czcidNGSFEsoc6oaki3O14pnxFMkwAA8FkAABhg_X3vEttFWXGrAbGATy---ftj3AA0dZ",
"maskedPAN": "400000******0002"
}