Production checklist
Ready to take real payments? Work through this checklist before you flip to production.
- Make sure you have a live PayLater Merchant Dashboard account, then get your production credentials (Client ID, Client Secret, Outlet ID) from Settings → Integration — see the Quickstart for the exact steps.
- Swap sandbox credentials for production values in your config / secret store.
- Switch all base URLs from
connect.uat.paylaterapp.comtoconnect.paylaterapp.com. - Point webhooks at your production endpoint and load the production webhook secret.
- Re-verify token refresh, link generation, status checks, and refunds end to end.
- Confirm your success / failure redirect URLs are production URLs.
Production endpoints
Token: https://connect.paylaterapp.com/auth/realms/api/protocol/openid-connect/token
Checkout: https://connect.paylaterapp.com/api/paylater/merchant-portal/v2/...
Going live
Production credentials live in your PayLater Merchant Dashboard (Settings → Integration) and require a live merchant account. Until you're set up, keep building against the Test environment. Need a hand? tech@paylaterapp.com.