Retrieve delivery information

Retrieves delivery information about a physical card via POST request, including current status, destination, and tracking details.

Returns current delivery status and destination information of a customer's
physical card. This endpoint should be called only after the delivery process
has already started. Admins receive extra information in the response.

This endpoint is intended for Business-to-Consumer (B2C) operations.

Important considerations:

  • Calling before will return an error.
  • For non-admin users, customer_id is taken from the authentication token.
  • The delivery provider must be configured and active.
  • Special handling applies if the card is delivered to an office or out-of-coverage location.
  • card_type must be specified and valid.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64

Id of the customer. This field should only be filled by admins.

int64
required

Type of the requested card. Valid types: 1 - Debit

Headers
string
required

OAuth token belonging to the e-commerce

string
required

OAuth token belonging to the customer

string

Basic authentication (required if it's an admin call)

string

Client identifier, value must be "Admin" (required if it's an admin call)

Responses

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