ZaAccountVerificationData

This object contains fields specific to the scheme being interacted with and determined by the chosen schema. Typically these are fields that are not standard within ISO20022 ACMT.023

schema
required
string
checkCreditsAllowed
boolean

Sets whether or not the response should indicate if credits are allowed on the account.

checkDebitsAllowed
boolean

Sets whether or not the response should indicate if debits are allowed on the account.

checkOlderThanThreeMonths
boolean

Sets whether or not the response should indicate whether the account is older than 3 months.

initials
string <= 70 characters

Initials of the individual account owner that is to be verified.

lastName
string <= 70 characters

Family name of the individual account owner that is to be verified.

{
  • "schema": "ZA_AVS",
  • "checkCreditsAllowed": true,
  • "checkDebitsAllowed": true,
  • "checkOlderThanThreeMonths": true,
  • "initials": "string",
  • "lastName": "string"
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2023. All right reserved.