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.
Can’t see the Integration section?
If Settings → Integration doesn’t appear in your Merchant Dashboard, your user role is missing the API-credentials permission. An admin can enable it:
- Go to User Management → Roles.
- On your role, click Edit and open the Admin section.
- Toggle API Credentials on and save.
- Log out and log back in — Settings → Integration is now visible.
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? merchants@paylaterapp.com.