Execute an off-ramp transaction
Off-Ramp
Execute Off-Ramp
Executes a previously created off-ramp transaction. This endpoint triggers the actual processing of the off-ramp transaction after crypto funds have been received.
POST
Execute an off-ramp transaction
Executes a previously created off-ramp transaction, triggering the fiat payout to the user’s bank account. Call this after the user has sent crypto to the
destinationWalletAddress returned by the Create Off-Ramp endpoint.
Transaction Status Values
Important Notes
- The
transactionIdmust reference a valid off-ramp transaction created via Create Off-Ramp. - The transaction must belong to the partner associated with the API key.
- Optionally include
transactionHash, the blockchain hash of the user’s crypto transfer, to help Capa locate and confirm the incoming funds. It must be a valid blockchain hash.
Use Cases
- Manual Execution: Trigger execution after verifying crypto receipt.
- Workflow Integration: Separate transaction creation from execution in automated workflows.
Error Codes
Common Errors
Endpoint-Specific Errors
Authorizations
API key for the affiliated partner performing the request.
Body
application/json