Get Card Onboarding Session

The GET /card-onboarding-sessions/{cardOnboardingSessionId} endpoint allows clients to track the progress of a card onboarding session, retrieve customization details, and check expiration status. It is useful for resuming onboarding flows or debugging session failures.

Implementation Guide:

  1. Initiate a card onboarding session using the appropriate API.
  2. Store the cardOnboardingSessionId returned from the session creation API.
  3. Use this GET endpoint to periodically check session status or retrieve UI customization settings.
  4. If the session is incomplete, prompt the user to complete onboarding before expiration.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the card onboarding session. This ID is generated when a session is created and should be stored for future reference.

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