Retrieve a list of all cards associated with the authenticated user.
Usage Notes:
Each returned card may include one or more status flags that indicate required user actions or usage limitations:
card_images_required: The cardholder must upload both front and back images before the card can be used for any transactions.withdrawal_confirm_required: A withdrawal setup or confirmation step must be completed before withdrawals are allowed.payment_confirm_required: Additional registration or verification is required before new payments can be made with this card.is_limited: The user has reached their daily payment limit.
→ Note: No new payments can be made today using card, but withdrawals are still permitted.If any of the first three flags (card_images_required, withdrawal_confirm_required, or payment_confirm_required) are true, the card must be updated before use.
→ Use the Update Card Endpoint to complete the necessary steps.
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Unique identifier (UUID) of the user whose cards are being retrieved.
Successful Response
Indicates whether the request was processed successfully.
true
HTTP status code representing the result of the request.
Short, human-readable message describing the outcome of the request.
List of result items returned for the current page.
Total number of matching records in the database, useful for paginating the full dataset.
Unix timestamp (in seconds) indicating when this response was generated.