Bypass KYC (sandbox only)
Simulate KYC verification for testing purposes. Only available in sandbox environments — returns 403 in production.
To simulate a successful verification, pass a country — the capability group to verify the user into. To simulate a failed check, pass failed: true. Exactly one of the two is required; an empty body is a 400.
US and EU can be simulated today. CA and GB are real capability groups with no sandbox fixture yet and return 501, which is distinct from the 400 an unrecognised value gets.
Authorizations
Cognito JWT token for regular user authentication
Body
Which capability group to verify the user into. Determines which offerings become available.
This is a capability group, not an ISO country code — EU is the EEA as a whole, since every member state gets the same offerings. Real country codes such as DE or ES are rejected.
US: ACH and wire on-ramps, ACH / RTP / push-to-card payouts, cards. Simulatable in sandbox.
EU: SEPA credit transfer on-ramp and payout, gated behind EU regional compliance. Simulatable in sandbox.
CA: Canadian offerings. No sandbox fixture yet — returns 501.
GB: UK offerings. No sandbox fixture yet — returns 501.
US, CA, EU, GB "EU"
Set to true to simulate a failed KYC check
Response
The resulting verification document
The resulting verification document