MerchantCredentialResponse

Response model for credential creation that includes the credential and plain text PIN

  • account_id
    Type: string · Account Id
    required
  • code
    Type: string · Code
    required
  • created_at
    Type: string · Created AtFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id
    Type: string · Id
    required
  • pin
    Type: string · Pin
    required
  • is_active
    Type: boolean · Is Active