Get Card

After creating a card, you can retrieve the details of a particular card through a GET request to this endpoint.

Endpoint

{{baseurl}}/cards/{id}

One path parameter is required, and a query parameter is optional.

ParameterData TypeDescription.
idstringUnique identifier of the customer account you want to retrieve.
decryptbooleanThis controls whether the response data should be decrypted. It accepts a true or false value (boolean). If true, the response will be decrypted (assuming there’s decryption logic implemented). By default, decryption won’t be applied (if absent or set to false).