Cardholders

🚧

This is an early access feature.

If you would like your account to be configured, please contact [email protected]

Cardholder resource

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

{
  "data": {
    "id": "card_holder_v3ikTNqkhcfd4ksP8DzTQgzD",
    "type": "cardholder",
    "attributes": {
      "merchant_id": "org_D9bRRnTFHJ46yDjHeVHUHtuF",
      "address": {
        "line1": "118 Yost Turnpike",
        "line2": "Grady Alley",
        "city": "Manila",
        "state": "PH-MNL",
        "postal_code": "1000",
        "country": "PH"
      },
      "email": "[email protected]",
      "first_name": "Shayne",
      "last_name": "Kshlerin",
      "phone": "+639173742384",
      "created_at": "2025-07-03T08:07:43Z",
      "updated_at": "2025-07-03T08:07:43Z"
    }
  }
}
ParameterTypeDescription
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 "+63XXXXXXXXXX".
created_attimestampThe date when the card program was created.
updated_attimestampThe date when the card program was updated.