cURL
curl --request GET \ --url https://api.sandbox.henrylabs.ai/v0/wallet/cards/stored \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <x-user-id>'
{ "success": true, "status": "<string>", "message": "<string>", "data": { "billingAddress": "<string>", "cardBrand": "<string>", "cardExp": "<string>", "cardHolder": "<string>", "city": "<string>", "createdAt": "<string>", "email": "<string>", "id": "<string>", "isActive": true, "isDefault": true, "last4Digits": "<string>", "phoneNumber": "<string>", "state": "<string>", "updatedAt": "<string>", "zipCode": "<string>" } }
Retrieve all stored payment cards for a user
Card details retrieved successfully
The response is of type object.
object