Added endpoint to retrieve all purchases
We've added a new GET /purchases endpoint that returns paginated data of all purchases made related to a specific environment. This data also includes refund items.
We've added a new GET /purchases endpoint that returns paginated data of all purchases made related to a specific environment. This data also includes refund items.
We have two new analytics events: Checkout Completion Attempted and Auth Code Created. Both of these events are backend events so they're more reliably sent than frontend events. You can see the full event schemas in the event details documentation.
Added documentation about promo codes at Neon.
You now no longer need to pass in an imageUrl when creating checkout items.
Refund webhooks now contain a date and currency, corresponding to the date of the refund and the currency of the refunded purchase.
Changed a small typo in the refund.processed webhook doc.
Our docs now include a list of the countries we support, and the currencies we support in each country. Checkout API docs have also been updated to reference this table.
The standalone checkout API has now been updated:
Welcome to the developer hub and documentation for Neon!