Simulate KYC approval (sandbox only)
Sandbox
Simulate KYC approval (sandbox only)
Simulates a KYC/KYB approval for a customer in the sandbox environment. This endpoint is not available in production.
Mimics what happens when a customer completes identity verification through the KYC provider in production:
- Sets the customer’s KYC status to
approved - Populates required entity data (name, address, date of birth) using any data already on the customer, falling back to sandbox defaults
- Approves any pending endorsements, enabling the customer to initiate transfers
Useful for testing the full customer lifecycle without integrating with a real KYC provider.
POST
Simulate KYC approval (sandbox only)
Documentation Index
Fetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Path Parameters
A UUID that uniquely identifies a resource
Required string length:
1 - 42Pattern:
[a-z0-9]*Response
KYC approval simulated successfully
Response from the simulate KYC approval endpoint
Whether the simulation succeeded
The ID of the customer whose KYC was simulated
Status of the KYC flow.
Available options:
not_started, incomplete, awaiting_questionnaire, awaiting_ubo, under_review, approved, rejected, paused, offboarded Human-readable description of what was processed
