Skip to content

Commit

Permalink
Remove manual KYB check
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Oct 18, 2024
1 parent 1814d9e commit 8001a60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onboarding-api/src/controllers/kyb/verifyBusiness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ const startManualKyb = async (req: Request, res: Response, user: EntityUser) =>
process.env.NODE_ENV === 'development' ? `${protocol}://${host}` : `https://${host}/${process.env.K_SERVICE}`

const payloadmanualKYB = {
manual_review: 1,
enable_extra_proofs: 1,
labels: ['proof_of_address', 'signed_and_dated_ownership_structure'],
verification_mode: 'any',
Expand Down

0 comments on commit 8001a60

Please sign in to comment.