Submit Card Owner KYC
PATCH/api/v1/cards/companies/:companyProviderUuid/card-owners/:cardOwnerId/kyc
Submits Know Your Customer (KYC) data for a card owner. Some card products require the card owner to pass KYC before a card can be issued.
To complete KYC:
- Upload the identity document via Upload Card Owner KYC Document.
- Submit the KYC data using this endpoint.
This endpoint does not verify that the identity document has been uploaded. Submitting KYC before the document is uploaded results in an error, so upload the document first.
The endpoint returns a unique id of the submitted KYC. Use it to look up the current KYC status in the kyc array returned by Retrieve Card Owner Data.
Request
Responses
- 200
KYC submission accepted.