v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Cardholder

Get Cardholder

get/open-api/v3/cardholders/{id}

Path parameters

idstring required

Query parameters

accountIdstring uuid required

The UUID of the account.

The UUID of the account.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter",
  "data": {
    "address": {
      "addressLine1": "123 Main St",
      "addressLine2": "Apt 4B",
      "city": "New York",
      "country": "US",
      "postalCode": "10001"
    }
  }
}