checkoutUrl. Now send the customer there to pay.
The Simple Way (Redirect)
Just redirect the browser:What the Customer Sees
- Your store name and amount at the top
- Card entry form (secure, PCI compliant)
- Pay Now button
- Cancel link (returns to your
cancelUrl)
After Payment
| What Happens | Customer Goes To |
|---|---|
| Payment succeeds | Your successUrl |
| Payment fails | Your errorUrl |
| Customer cancels | Your cancelUrl |
| Session expires | Your cancelUrl |
Session Expires in 30 Minutes
If customer doesn’t complete payment within 30 minutes:- Expiration page appears – Customer sees a message explaining the session has expired
- “Go Back” button shown – Customer can click to return to your store
- Redirects to cancelUrl – When they click the button, they’re sent to your
cancelUrl