Cards
Get card
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.
Parameter | Data Type | Description. |
---|---|---|
id | string | Unique identifier of the customer account you want to retrieve. |
decrypt | boolean | This 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). |