KYC
Link a Stripe Identity Verification Report
This PUT endpoint is used to link a Stripe Identity Verification Report for the user with the provided user token. <br> The endpoint will then download all report data and images from the Stri platform. <br> To use this endpoint, you need to provide the user_token as a parameter in the URL Path as well as a verification report id starting with vr_ as a Query Parameter. <br> The response will contain succeess boolean with an error description in a JSON format.
put/payout/user/{user_token}/kyc/stripe
Query parameters
verification_report_idstring required
Example:vr_1MwBlH2eZvKYlo2C91hOpFMf
Stripe verification_report_id to link to this user
Response
Succesful operation.