v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBQuote expiration
Update quote expiry
Updates the time to live (ttl) of a quote expiry in seconds.
put/config/payments/quote_expiries/{quote_expiry_id}
Path parameters
quote_expiry_idinteger required
Provide the quote_expiry_id of the quote expiry you want to update.
Request body
Example request
{
"quote_ttl": 5900,
"sending_partner": "rn.us.ca.san_francisco",
"receiving_partner": "rn.us.tx.austin",
"currency": "USD",
"id": 2
}Response
Successfully updated quote expiry.
Example response
{
"quote_ttl": 5900,
"sending_partner": "rn.us.ca.san_francisco",
"receiving_partner": "rn.us.tx.austin",
"currency": "USD",
"id": 2
}