Cards error codes
Note
This section is currently work in progress.
The following table lists the possible error codes returned on Fusion’s Cards APIs.
Bulk card order
Endpoint URI
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | {request is sent back in response} |
400 | BAD_REQUEST |
401 | UNAUTHORIZED |
500 | INTERNAL_SERVER_ERROR
message: Order Request Mismatch, quantity must be present, cardSkuID must be present, orderID must be present, deliveryAddress must be present |
Dispatch card
Endpoint URI
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | {request is sent back in response} |
400 | BAD_REQUEST |
401 | UNAUTHORIZED |
500 | INTERNAL_SERVER_ERROR
message: Order Summary Not Found message: Error Fetching Data for ClientOrderID message: Unprocessable entity |
Associate Form Factor to resource
Endpoint URI
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | InsertFormFactorResponse Object |
400 | BAD_REQUEST |
401 | UNAUTHORIZED |
500 | INTERNAL_SERVER_ERROR |
Card state changes
Endpoint URI
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | UpdateFormFactorRequest Object |
400 | BAD_REQUEST |
401 | UNAUTHORIZED |
500 | INTERNAL_SERVER_ERROR |
Get Card
Sample Request
|
|
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | CardView Object |
400 | Signature is invalid |
401 | UNAUTHORIZED |
500 | card not found {cardId} |
Set Card PIN
Sample Request
|
|
Error codes
HTTP Status Code | Error Code Description |
---|---|
200 | Empty Response |
401 | UNAUTHORIZED |
500 | INTERNAL_SERVER_ERROR |