Create card

The POST /cards endpoint creates a new card record.

Implementation Guide:

  • Prerequisite: Ensure that all required fields are provided to create the card accurately.
  • Validation: Validate the request body to ensure all required fields are included and correctly formatted.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

The unique identifier for the card onboarding session. This ID is used to track and manage the session within the system. Example: 'e22e6884-ae4d-4bd9-aa1d-e28b6b894bac'

string

The name of the cardholder. This name is printed on the card and used for identification purposes. Example: 'Ruth Morris'

string
required

The full card number. This number is used for processing transactions. Example: '4761369999000078'

string
required

The CVV2 code of the card. This code is used for security verification during transactions. Example: '964'

string
required

The expiration date of the card. This date indicates when the card will expire and need to be renewed. Example: '1231'

string

The street address associated with the card. Example: '123 Main St'

string

The postal code associated with the card. Example: '10001'

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json