Refresh payment session
PUT/v1/collections/payment-requests/:id/refresh-session
Refreshes the payment session token and returns the updated payment request. A refreshed payment session grants 1 hour to view and complete the payment. This endpoint is only applicable for payment requests with an execution mode of HOSTED_PAGE and a status of UNPAID or PART_PAID. If the request does not meet these criteria, a bad request will be returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 415
- 429
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error