Skip to main content

Submit Partner KYC Statement

Submit a KYC statement about the cardholder.

Path Parameters
  • cardholderAccountId string required

    ID of the cardholder account.

    Example: 65a7e8ef0d230d0a6bf755e07d39eb02
Request Body required
  • 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.

  • ]
  • Responses


    Schema
    • object
    Loading...