The actual implementation of the CreateKYCLinkResponse object is expecting that the JSON response from the Create KYC Link endpoint contains the "base64", "url" and "expiration_date" parameters, but the JSON returned from this API contains the "url", "base64_qrcode" and "expires_at" parameters instead.
Because of this, we are unable to retrieve the qr code and the expiration date for the KYC link.
Could you guys provide a fix to this issue?
Thanks!