Features
FATF Travel Rule Compliance
Automates collection and exchange of originator and beneficiary information.
Multi-Platform Embedding
Embeds seamlessly into web and native apps.
Real-Time Event Handling
Emits lifecycle events to integrate with your application flow.
Rapid SDK Integration
Lightweight SDK to instantiate and control the widget.
Using the widget
The Travel Rule widget is designed to be embedded into your application to collect required information from users during crypto transactions.Installation
The widget is available as an npm package for web applications. For detailed installation and setup instructions, see Installation and Setup.Integration
To integrate the widget into your application:- Create a widget session using the Create Session endpoint
- Initialize the widget with the session data
- Handle lifecycle events (complete, cancel, error)
- Submit the collected data
When to use the widget
The widget was specifically designed to address Travel Rule compliance requirements during crypto transactions.Quote requirements
When creating a quote for a crypto withdrawal, the response may include atravel-rule requirement indicating that Travel Rule information must be collected before the transaction can be executed.
For a complete example, see the Quote Requirements flow.
Transaction RFIs
When a crypto deposit transaction is placed on hold with atravel-rule request for information (RFI), the widget must be used to collect the required information to allow the transaction to proceed.
For a complete example, see the Transaction RFIs flow.