Overview
Master how to collect payment using the Notch Pay API.
When it comes to collecting payments with Notch Pay, you have several options. Here's a brief overview:
If you're developing a website or application:
Notch Pay Inline: This is the fundamental integration method. With Notch Pay Standard, you'll call our API from your server to generate a payment link. You'll then redirect your customers to this link for payment processing. Once the payment is complete, we'll redirect them back to your platform.
Webhooks
Webhooks are created to relay real-time status updates, like notifications of successful payments. In essence, they consist of URLs that Notch Pay calls to deliver the ID of an updated object. Upon receiving the call, you should retrieve the latest status and handle any changes accordingly.
Collect (Hosted Page)
Explore a comprehensive, functional code sample of integration with Notch Pay Collect.