Extend payment session
POST
https://api.radom.com/payment_session/{id}/extendAuthorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
idstring<uuid>pathrequiredUnique identifier for the payment session.
Responses
200Payment session extended by five minutes successfully
canExtendbooleanrequiredWhether or not the payment session can still be extended
400Bad Request
errorstringrequired401Unauthorized
errorstringrequired404Not Found
errorstringrequired500Internal server error
errorstringrequired