Skip to main content

Documentation

List Issued Cards

Retrieve details of all issued cards.

To filter the list for cards belonging to a specific wallet contact, use the contact query parameter.

    • activation_end_date

    • Time of activation of the last card you want to retrieve, in Unix time.

    • activation_start_date

    • Time of activation of the first card you want to retrieve, in Unix time.

    • creation_end_date

    • Time of creation of the last card you want to retrieve, in Unix time.

    • creation_start_date

    • Time of creation of the first card you want to retrieve, in Unix time.

  • /v1/issuing/cards

  • List Issued Cards

  • curl -X get
    'https://sandboxapi.rapyd.net/v1/issuing/cards/' \
    -H 'access_key: your-access-key-here' \
    -H 'Content-Type: application/json' \
    -H 'salt: your-random-string-here' \
    -H 'signature: your-calculated-signature-here' \
    -H 'timestamp: your-unix-timestamp-here'
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "09f452be-a1d7-471d-b6ae-93ea20b150d2"
        },
        "data": [
            {
                "id": "ci_a033b230158b37c62d38bc86a0369ada",
                "ewallet_contact": {
                    "id": "cont_cb60ec28c2f0bdfc621cfc21270c20ce",
                    "first_name": "John",
                    "last_name": "Doe",
                    "middle_name": "",
                    "second_last_name": "",
                    "gender": "not_applicable",
                    "marital_status": "not_applicable",
                    "house_type": "",
                    "contact_type": "personal",
                    "phone_number": "+14155551237",
                    "email": "",
                    "identification_type": "",
                    "identification_number": "",
                    "issued_card_data": {
                        "preferred_name": "",
                        "transaction_permissions": "",
                        "role_in_company": ""
                    },
                    "date_of_birth": "2000-12-15",
                    "country": "NG",
                    "nationality": null,
                    "address": {
                        "id": "address_8dc883799f2fcb5adb92bf77b6bc85b7",
                        "name": "John Doe",
                        "line_1": "123 Main Street",
                        "line_2": "",
                        "line_3": "",
                        "city": "Anytown",
                        "state": "",
                        "country": "",
                        "zip": "",
                        "phone_number": "",
                        "metadata": {},
                        "canton": "",
                        "district": "",
                        "created_at": 1755679320
                    },
                    "ewallet": "ewallet_3801e782955b29955445586a2405a5db",
                    "created_at": 1612104554,
                    "metadata": {},
                    "business_details": null,
                    "compliance_profile": 0,
                    "verification_status": "not verified",
                    "send_notifications": false,
                    "mothers_name": ""
                },
                "status": "INA",
                "card_id": "card_1f804b2172c2827428dbec6cdd7db787",
                "assigned_at": 1760013474,
                "activated_at": 0,
                "metadata": {},
                "country_iso_alpha_2": "BR",
                "created_at": 1760013475,
                "blocked_reason": "none",
                "card_tracking_id": null,
                "card_program": "cardprog_b027c85a66ebebb2e094bca626d5ae97",
                "public_details": {
                    "bin": "518225",
                    "last4": "7558",
                    "sub_bin": "94",
                    "expiration": "1028"
                },
                "card_number": "5182250943847558",
                "cvv": "778",
                "expiration_month": "10",
                "expiration_year": "28",
                "bin": "518225",
                "sub_bin": "94"
            },
            {
                "id": "ci_764863da11fa1777e1d1a840758db663",
                "ewallet_contact": {
                    "id": "cont_cb60ec28c2f0bdfc621cfc21270c20ce",
                    "first_name": "John",
                    "last_name": "Doe",
                    "middle_name": "",
                    "second_last_name": "",
                    "gender": "not_applicable",
                    "marital_status": "not_applicable",
                    "house_type": "",
                    "contact_type": "personal",
                    "phone_number": "+14155551237",
                    "email": "",
                    "identification_type": "",
                    "identification_number": "",
                    "issued_card_data": {
                        "preferred_name": "",
                        "transaction_permissions": "",
                        "role_in_company": ""
                    },
                    "date_of_birth": "2000-12-15",
                    "country": "NG",
                    "nationality": null,
                    "address": {
                        "id": "address_8dc883799f2fcb5adb92bf77b6bc85b7",
                        "name": "John Doe",
                        "line_1": "123 Main Street",
                        "line_2": "",
                        "line_3": "",
                        "city": "Anytown",
                        "state": "",
                        "country": "",
                        "zip": "",
                        "phone_number": "",
                        "metadata": {},
                        "canton": "",
                        "district": "",
                        "created_at": 1755679320
                    },
                    "ewallet": "ewallet_3801e782955b29955445586a2405a5db",
                    "created_at": 1612104554,
                    "metadata": {},
                    "business_details": null,
                    "compliance_profile": 0,
                    "verification_status": "not verified",
                    "send_notifications": false,
                    "mothers_name": ""
                },
                "status": "INA",
                "card_id": "card_0a37f11b57443844327929266d576faa",
                "assigned_at": 1760012981,
                "activated_at": 0,
                "metadata": {},
                "country_iso_alpha_2": "BR",
                "created_at": 1760012981,
                "blocked_reason": "none",
                "card_tracking_id": null,
                "card_program": "cardprog_b027c85a66ebebb2e094bca626d5ae97",
                "public_details": {
                    "bin": "520007",
                    "last4": "4024",
                    "sub_bin": "97",
                    "expiration": "1028"
                },
                "card_number": "5200072974364024",
                "cvv": "704",
                "expiration_month": "10",
                "expiration_year": "28",
                "bin": "520007",
                "sub_bin": "97"
            }
        ]
    }
  • List Issued Cards by Contact

  • curl -X get
    'https://sandboxapi.rapyd.net/v1/issuing/cards?cont_cb60ec28c2f0bdfc621cfc21270c20ce' \
    -H 'access_key: your-access-key-here' \
    -H 'Content-Type: application/json' \
    -H 'salt: your-random-string-here' \
    -H 'signature: your-calculated-signature-here' \
    -H 'timestamp: your-unix-timestamp-here'
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "66a1658a-551e-4651-9c77-c2c5d1bb2e03"
        },
        "data": [
            {
                "id": "ci_a033b230158b37c62d38bc86a0369ada",
                "ewallet_contact": {
                    "id": "cont_cb60ec28c2f0bdfc621cfc21270c20ce",
                    "first_name": "John",
                    "last_name": "Doe",
                    "middle_name": "",
                    "second_last_name": "",
                    "gender": "not_applicable",
                    "marital_status": "not_applicable",
                    "house_type": "",
                    "contact_type": "personal",
                    "phone_number": "+14155551237",
                    "email": "",
                    "identification_type": "",
                    "identification_number": "",
                    "issued_card_data": {
                        "preferred_name": "",
                        "transaction_permissions": "",
                        "role_in_company": ""
                    },
                    "date_of_birth": "2000-12-15",
                    "country": "NG",
                    "nationality": null,
                    "address": {
                        "id": "address_8dc883799f2fcb5adb92bf77b6bc85b7",
                        "name": "John Doe",
                        "line_1": "123 Main Street",
                        "line_2": "",
                        "line_3": "",
                        "city": "Anytown",
                        "state": "",
                        "country": "",
                        "zip": "",
                        "phone_number": "",
                        "metadata": {},
                        "canton": "",
                        "district": "",
                        "created_at": 1755679320
                    },
                    "ewallet": "ewallet_3801e782955b29955445586a2405a5db",
                    "created_at": 1612104554,
                    "metadata": {},
                    "business_details": null,
                    "compliance_profile": 0,
                    "verification_status": "not verified",
                    "send_notifications": false,
                    "mothers_name": ""
                },
                "status": "INA",
                "card_id": "card_1f804b2172c2827428dbec6cdd7db787",
                "assigned_at": 1760013474,
                "activated_at": 0,
                "metadata": {},
                "country_iso_alpha_2": "BR",
                "created_at": 1760013475,
                "blocked_reason": "none",
                "card_tracking_id": null,
                "card_program": "cardprog_b027c85a66ebebb2e094bca626d5ae97",
                "public_details": {
                    "bin": "518225",
                    "last4": "7558",
                    "sub_bin": "94",
                    "expiration": "1028"
                },
                "card_number": "5182250943847558",
                "cvv": "778",
                "expiration_month": "10",
                "expiration_year": "28",
                "bin": "518225",
                "sub_bin": "94"
            },
            {
                "id": "ci_764863da11fa1777e1d1a840758db663",
                "ewallet_contact": {
                    "id": "cont_cb60ec28c2f0bdfc621cfc21270c20ce",
                    "first_name": "John",
                    "last_name": "Doe",
                    "middle_name": "",
                    "second_last_name": "",
                    "gender": "not_applicable",
                    "marital_status": "not_applicable",
                    "house_type": "",
                    "contact_type": "personal",
                    "phone_number": "+14155551237",
                    "email": "",
                    "identification_type": "",
                    "identification_number": "",
                    "issued_card_data": {
                        "preferred_name": "",
                        "transaction_permissions": "",
                        "role_in_company": ""
                    },
                    "date_of_birth": "2000-12-15",
                    "country": "NG",
                    "nationality": null,
                    "address": {
                        "id": "address_8dc883799f2fcb5adb92bf77b6bc85b7",
                        "name": "John Doe",
                        "line_1": "123 Main Street",
                        "line_2": "",
                        "line_3": "",
                        "city": "Anytown",
                        "state": "",
                        "country": "",
                        "zip": "",
                        "phone_number": "",
                        "metadata": {},
                        "canton": "",
                        "district": "",
                        "created_at": 1755679320
                    },
                    "ewallet": "ewallet_3801e782955b29955445586a2405a5db",
                    "created_at": 1612104554,
                    "metadata": {},
                    "business_details": null,
                    "compliance_profile": 0,
                    "verification_status": "not verified",
                    "send_notifications": false,
                    "mothers_name": ""
                },
                "status": "INA",
                "card_id": "card_0a37f11b57443844327929266d576faa",
                "assigned_at": 1760012981,
                "activated_at": 0,
                "metadata": {},
                "country_iso_alpha_2": "BR",
                "created_at": 1760012981,
                "blocked_reason": "none",
                "card_tracking_id": null,
                "card_program": "cardprog_b027c85a66ebebb2e094bca626d5ae97",
                "public_details": {
                    "bin": "520007",
                    "last4": "4024",
                    "sub_bin": "97",
                    "expiration": "1028"
                },
                "card_number": "5200072974364024",
                "cvv": "704",
                "expiration_month": "10",
                "expiration_year": "28",
                "bin": "520007",
                "sub_bin": "97"
            }
        ]
    }