Offramps#Update
Update an Offramp's reference
Please note the following information.
The only attribute that can be updated is the reference.
USD local offramps cannot be modified.
Offramps cannot be updated once they have moved beyond the “initiated” status.
Example Request
Endpoint Information
Create Offramps
PATCH
https://{{base_url}}/users/:user_id/quotes/:quote_id/offramps/:offramp_id
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | UUID | The ID in Pay.so for the user who is making the payment. |
quote_id* | UUID | The ID in Pay.so for the Quote which these payments relate to. |
offramp_id* | UUID | The ID in Pay.so for the Offramp which these payments relate to. |
Request Body
Name | Type | Description |
---|---|---|
reference | String | The reference message you would like on the fiat payment (only works on EUR routes). |
Last updated