Offramps#Create
Tell us which banks we should pay once your Quote is executed.
Please read How To Make a Payment to understand how Quotes & Offramps work.
Example Request
Endpoint Information
Create Offramps
POST
https://{{base_url}}/users/:user_id/quotes/:quote_id/offramps
Path Parameters
user_id*
UUID
The ID for the user who is making the payment.
quote_id*
UUID
The ID for the Quote which these payments relate to.
Request Body
submitted_url
String
A URL to a hosted document that explains the reason for the transaction, such as an invoice or a payslip. Required if the amount is above 15000 EUR or 10000 USD, or at any amount if the payment rails are swift.
URL must point to the document file itself and not a webpage hosting the document.
payment_detail_id*
UUID
The ID of the Payment Detail (bank account) where the fiat payment should be made to.
destination_amount*
String
The amount in fiat currency that should be delivered to the Payment Detail. The amount must be over the minimum limit of the destination_currency
.
reference
String
The reference message you would like on the fiat payment (only works on EUR routes).
supporting_document_attributes
Object
An object containing a URL to submitted_url.
Only required if a submitted_url
is required.
destination_currency*
String
The currency that should be delivered to the Payment Detail, e.g. usd, eur
rails
String
metadata
Object
An object which can contain a custom key/value pair.
Minimum Limits
Please see the Minimum Limits section to ensure your Offramp meets the minimum amounts.
Last updated