Initiates provider transaction execution for an intent. The underlying Temporal workflow processes this transaction asynchronously.
Prerequisites:
currentStepCode = “COMPLETED”)Returns: Transaction object with deposit instructions in the context field.
Idempotency: Supports the Idempotency-Key header for exactly-once processing.
Documentation Index
Fetch the complete documentation index at: https://docs.ramp.gnosis.io/llms.txt
Use this file to discover all available pages before exploring further.
uRamp JWT bearer token for authenticated customer requests
Optional unique key for exactly-once processing. When provided, the server
guarantees that the request is processed at most once. Duplicate requests
with the same key and body return the original cached response with the
X-Idempotency-Replayed: true header. Using the same key with a different
body returns 422. Keys are scoped per project and cached for 24 hours.
256Intent identifier
Transaction accepted for execution
Response from executing a money movement transaction
Intent identifier
"intent_123"
Transaction status
IN_PROGRESS "IN_PROGRESS"
Money movement transaction
Deposit instructions for the transaction (provider-specific structure)