Immediate Online Payment Recovery (Pay Now)

Ezypay’s Pay Now service is a hosted webpage that allows customers to make immediate payments toward their outstanding debt, functioning similarly to a checkout page, with several key advantages:

  1. Lists payment methods for easy reuse
  2. Offers customers the ability to add a new payment method
  3. Allows customers to easily change their primary payment method
  4. Displays total amount due to customers, including fees

In the event ofHard Failure, the customer must use a different payment method for payment.

Webhook integration

To track customer actions related to payment methods integrates with the following webhook events:

  1. payment_method_linked - Triggered when a customer adds a new payment method.
  2. payment_method_replaced - Triggered when the customer replaces their primary or default payment method.

These webhooks are crucial for integrators to stay updated on changes to a customer's payment method via Pay Now.

Getting the Pay Now link

If using Ezypay's email service, the Pay Now link can be automatically included in payment failure emails sent to the customer.

If you are not using our email service, Pay Now link is available as payNowUrl from payload below:

  1. invoice_past_due webhook event.
  2. Retrieve Invoice API response
  3. List Invoice API response

Common Presentation Methods for PayNow Link:

  1. Include the Pay Now link in any failed payment notifications sent to customers.
  2. Add a Pay Now button within your platform to redirect customers to the Pay Now page.

Payment outcome

  • The customer will receive immediate response whether the payment was successful or failed. Corresponding invoice_past_due & invoice_paid will also send depends on the outcome.
  • If a payment fails, the PayNow link can still be reused by the customer.
  • No additional failed payment fee is charged to the customer or merchant if the payment fails through PayNow. However, transaction fees will still apply to failed payments processed via PayNow.