Pay.so Core
Core v1
Search
K
Comment on page

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

curl https://{{base_url}}/users/USER_ID/quotes/QUOTE_ID/offramps \
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-type: application/json" \
-d '{
"offramps": [
{
"payment_detail_id": "fa898aec-519c-46be-9b4c-e76ef4ff99d9",
"destination_amount": 19000,
"destination_currency": "usd",
"rails": "swift",
"reference": "Payment for Services #1010",
"supporting_document_attributes": {
"submitted_url": "https://web3accounting.com/invoices/in_378949x.pdf"
}
},
{
"payment_detail_id": "576b17c9-db11-4593-a362-52605408a1b5",
"destination_amount": 1000,
"destination_currency": "eur",
"rails": "swift",
"reference": "Payment for Services #1011",
"supporting_document_attributes": null
}
]
}'

Endpoint Information

post
https://{{base_url}}
/users/:user_id/quotes/:quote_id/offramps
Create Offramps
Minimum Limits
Please see the Minimum Limits section to ensure your Offramp meets the minimum amounts.
Last modified 14d ago