Resend Contact Verification
This API allows merchants to trigger a re-sending of the identity verification link to a previously created contact. This is useful when the original verification email or SMS was not received, has expired, or the contact needs to restart the verification flow.
The verification link is delivered to the channel specified by resend_to:
email: the verification link is emailed to the contact’s registered email address.phone: the verification link is sent via SMS to the contact’s registered phone number.
The contact must already exist for the merchant (i.e. previously created via Create contact) before this API can be called.
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Body
The contact's email used to look up the record on the merchant's account.
The delivery channel to resend the verification link to.
email: send the verification link to the contact's email.phone: send the verification link to the contact's phone.
email, phone Callbacks
POST{$request.body#/endpoint_url}KYCStatusChanged
Body
Contact's email
Contact's first name
Contact's last name
The type of contact (e.g., individual or organization)
individual, organization "individual"
Contact date of birth format 'yyyy-mm-dd'
Contact's phone
"+61-412345678"
Contact registration number.
Contact's gender
male, female "male"
The primary name of an address's street.
Name of an address's city or town.
The address's postcode
The address's state / province / county.
ISO 3166-1 alpha-2 country code.
Contains the most recent KYC submission details for the contact.
An array of KYC statuses for the contact, containing multiple KYC instances with status and message.
Response
The merchant's server should return this code