How can I figure out the one-time checkout payment from the webhook/events data?
Problem Statement
This article explains how to identify one-time checkout payments from webhook or event data.
Solution
Create a webhook for the invoice_generated event and check the recurring parameter. For invoices created from one-time checkout:
- recurring =
false - source =
Hosted Pages
Was this article helpful?