Create a new payment intent between source and destination external accounts
The system will automatically find the optimal routing path and create compliance requirements based on the source and destination external accounts. Requires user authentication via uRamp JWT token.
Auto-Complete Feature: For returning customers who have already completed compliance requirements,
the API will automatically create a transaction and return deposit instructions immediately,
skipping the onboarding workflow. In this case, transaction will be present and frontendUrl
will be null.
uRamp JWT bearer token for authenticated customer requests
Request to create a payment intent
Source external account identifier
"ext_acc_src_123"
Destination external account identifier
"ext_acc_dest_456"
Transfer amount as a decimal string (not a number to avoid precision issues)
"100.50"
Optional redirect URL after intent completion
"https://example.com/callback"
Intent created successfully