For the complete documentation index, see llms.txt. This page is also available as Markdown.

NuxtPro

NuxtPro supports using BagelPay for payments, which can be used for product payments, membership subscriptions, credit purchases, and other scenarios.

How to setup

Step1: Register a BagelPay account
Step2: Create a store in the BagelPay dashboard
Step3: Create products
Step4: Generate API keys in developer center
Step5: Generate webhook endpoint

Click on the "Create webhook" button in the "Webhooks" tab.

Register your publicly accessible HTTPS URL endpoint.

  • Webhook Name: Used to identify your webhook in the platform.

  • Webhook URL: The URL that will receive the webhook payloads sent by bagelpay.io

NuxtPro Configuration

Fill in the BagelPay-related configuration information in the NuxtPro project .env file.

References

Last updated