TodayPay Docs
  • TodayPay Platform
    • Overview
    • Environments
    • Authentication and connection
    • Payments Overview
    • Initiating Payments via Batch File
      • SFTP File Submission
      • API File Submission
    • Initiating Payments via API
    • Notifying customers
    • Reporting
      • Payment Report File
  • API Reference
    • Payments API
  • Guides
    • Initiating Multiple Payments to Same Customer
    • Sending Payments from the Dashboard
Powered by GitBook
On this page
  • Sending custom notification / claim email
  • Customizing the user experience
  1. TodayPay Platform

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>

Customers are still required to login via an OTP to the contact information on file

PreviousInitiating Payments via APINextReporting

Last updated 3 months ago