cURL
curl --request GET \ --url https://api.henrylabs.ai/v0/wallet/cards/stored \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "success": true, "status": "<string>", "message": "<string>", "data": { "billing_address": "<string>", "card_brand": "<string>", "card_exp": "<string>", "card_holder": "<string>", "city": "<string>", "created_at": "<string>", "email": "<string>", "id": "<string>", "is_active": true, "is_default": true, "last4_digits": "<string>", "phone_number": "<string>", "state": "<string>", "updated_at": "<string>", "zip_code": "<string>" } }
Retrieve stored card details for a user (last 4 digits only).
Card details retrieved successfully
The response is of type object.
object