post https://sandbox.bond.tech/api/v0/customers//verification-kyc/documents
Submit additional supporting documents if needed for KYC. This is only necessary if your customers will not be uploading documents to Bond directly, as outlined here: https://docs.bond.tech/docs/kyc-documentation
The documents should be passed as base64-encoded strings. The supported file extensions are .jpg
, .png
, .heic
, and .pdf
.
The request body accepts the keys government_id
, proof_of_address
, and social_security_card
. In the case we are only processing one document, populate the correct key and omit the other two.
government_id
requires the following properties:
type
: Possible values are:drivers_license
,passport
,state_id
,passport_card
,permanant_resident_card
,work_permit
, andvisa
.country
: The ISO 3166-1 alpha-2 code of the ID's issuing country (i.e. "US")front_image
:file_name
andimage
as a base64-encoded string.back_image
: Required forpassport_card
,permanent_resident_card
, andwork_permit
.file_name
andimage
as a base64-encoded string.
proof_of_address
requires the following properties:
type
: Possible values are:utility_bill
andproperty_tax_bill
.file_name
: Name of the file.image
: Base64-encoded string of the image.
social_security_card
requires the following properties:
file_name
: Name of the file.image
: Base64-encoded string of the image.
Doc References
Know your customer
KYC documents required