Offramps#Create
Tell us which banks we should pay once your quote is executed.
Pay.so supports batch-payments by taking an array of Offramp objects. If you'd like to just pay one bank, just put one Offramp object in the array.
The sum of all the destination_amount
values must be less than or equal to the deposit_token_amount
that was given on the associated quote.
Batch swift
payments are not supported on V0, please use V1 instead.
Example Request
Endpoint Information
Create Offramps
POST
https://{{base_url}}/users/:user_id/quotes/:quote_id/offramps
Path Parameters
Request Body
Last updated