Cardholders

Cardholder resource

Cardholders refer to the individuals who own the cards. A cardholder can have one or more cards.

{
    "data": {
        "id": "ch_id",
        "merchant_id": "org_id",
        "address": {
            "line1": "123 Ayala Ave",
            "line2": "Unit 10B",
            "city": "Makati",
            "state": "Metro Manila",
            "postal_code": "1226",
            "country": "PH"
        },
        "email": "[email protected]",
        "first_name": "First",
        "last_name": "Last",
        "phone": "+639123123",
        "created_at": "2026-06-22T10:48:11.65077185Z",
        "updated_at": "2026-06-22T10:48:11.65077185Z"
    }
}
ParameterTypeDescription
idstringId of the cardholder
merchant_idstringId of the organization owning the resource.
address.line1stringLine 1 of the cardholder's address.
address.line2stringLine 2 of the cardholder's address.
address.citystringCity of the cardholder's address.
address.statestringA province string as defined by the ISO_3166-2:PH spec.
address.postal_codestringPostal code of the cardholder's address.
address.countrystringA two-letter country code in ISO 3166-1 alpha-2 format.
emailstringEmail address of the cardholder.
first_namestringFirst name of the cardholder.
last_namestringLast name of the cardholder
phonestringThe PH phone number of the cardholder in the format "+639XXXXXXXXX".
created_attimestampThe date when the cardholder was created.
updated_attimestampThe date when the cardholder was updated.