v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBPayment expiration
Update payment expiry
Updates the time to live (ttl) of a payment expiry in seconds.
put/config/payments/payment_expiries/{payment_expiry_id}
Path parameters
payment_expiry_idstring uuid required
Provide the payment_expiry_id of the payment expiry you want to update.
Request body
Example request
{
"payment_ttl": 5900,
"sending_partner": "rn.us.ca.san_francisco",
"receiving_partner": "rn.us.tx.austin",
"currency": "USD"
}Response
Successfully updated payment expiry.
Example response
{
"payment_ttl": 5900,
"sending_partner": "rn.us.ca.san_francisco",
"receiving_partner": "rn.us.tx.austin",
"currency": "USD",
"expiry_id": "4711728c-cd35-49ec-96a5-72732b4333ec"
}