Skip to main content

Retrieve Partner KYC Statement

Retrieve the KYC statement for the cardholder if it exists.

Path Parameters
  • cardholderAccountId string required

    ID of the cardholder account.

    Example: 65a7e8ef0d230d0a6bf755e07d39eb02
Responses


Schema
  • accountId string

    The cardholder account id.

  • partnerAccountId string

    The partner account id that is affiliated with the cardholder.

  • createdAt string

    Timestamp of KYC statement creation.

  • createdBy string

    The Immersve Resource Name (IRN) that created the resource.

  • idempotencyKey string

    A client-supplied identifier that prevents duplicate creation.

  • claims object[]

    A list of claims about the cardholder's identity.

  • Array [
  • claimType string

    Possible values: [FULL_NAME, DOB, ADDRESS]

    The type of claim.

  • attributes object

    The attributes that support the claim.

  • oneOf

  • givenName string

    Primary name.

  • middleName string

    Other name(s).

  • familyName string

    Family name or surname.

  • honorific string

    Title used to address the cardholder.

  • ]
  • evidence object[]

    A list of evidence supporting the claimed identity. At least one piece of evidence is required.

  • Array [
  • evidenceType string required

    Possible values: [PASSPORT, DRIVERS_LICENSE]

    The type of evidence.

  • documentId string required

    The passport number or the license number.

  • country string required

    Possible values: [NZL]

    The country that issued the document.

  • expiry string

    The passport expiry formatted as YYYY-MM-DD. Required for PASSPORT.

  • version string

    The driver's license version. Required for DRIVERS_LICENSE.

  • ]
  • Loading...