Response Summary

API Step Expected response Notes
List Products 200 OK Returns the available products that can be used for card creation.
Create Card 201 Created Returns card creation details, including the card token needed for future card operations.
Set Card PIN 204 No Content Indicates that the PIN operation was completed successfully and no response body is returned.
Validation error 400 Bad Request Indicates that the request is invalid, incomplete, or does not meet the expected format.
Authentication error 401 Unauthorized Indicates that the request is missing valid authentication credentials.
Resource not found 404 Not Found Indicates that the requested card, product, or token reference could not be found.