Update Checkout Session
Updates the details of a specific checkout session using the provided session ID. This call allows merchants to modify session attributes such as the redirect URL, payer’s name, and email address. It is particularly useful for correcting information or updating session details before the payment process is completed.
Path parameters
sessionId
Unique identifier for the checkout session.
Request
This endpoint expects an object.
redirectUrl
Updated URL to redirect after payment.
payerName
Updated full name of the payer.
payerEmailAddress
Updated email address of the payer.
Response
Checkout session updated successfully.
sessionId
Unique identifier for the session.
paymentLink
URL for the hosted checkout payment.