Payment link expiration and statuses
Your customer will use the payment link to create the payment. If the transaction is successful, the customer
will be redirected to the return_url
you specified or an internal success screen otherwise.
Statuses
The page will display different content based on the status of the payment link.
Generic error
Either the payment link id provided is invalid or some other error occurred when loading the page (e.g. network error).
Payment Link Not Found
The payment link id provided is valid but the resource associated with it could not be found.
Redirecting
Embed has successfully processed the transaction and the page is redirecting the customer to the return_url
or the internal success screen.
Payment Successful (internal)
The payment was successful and a return_url
was not specified. Also displays if the payment link has already been used.
Expiration
By default, payment link expires in 24 hours. This can be configured separately by setting the expires_at
field in the API.
Once expired, a payment link will no longer load and instead show the following screen.
Was this page helpful?