Notifying customers
Integrators can choose automate customer notification about payments via TodayPay (managed notifications), or do it themselves (custom notifications).
Sending custom notification / claim email
Integrator redemption notifications must embed the TodayPay login URL. Customers will click this link to access their payment via the customer wallet.
Sandbox login URL: https://customer-sandbox.todaypay.me
Production login URL: https://customer.todaypayme.com
Integrators should only send customer notifications after receiving confirmation of successful payment initiation via API, response file, etc.
Customizing the user experience
Integrators can enable a branded splash screen and auto-fill login information by embedding the payment_id of each refund using the following format:
Cuztomized Sandbox login URL: https://customer-sandbox.todaypay.me/claim/<payment_id>
Customized Production login URL: https://customer.todaypayme.com/claim/<payment_id>
Last updated