> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paymint.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Frequently asked questions about Paymint.

<AccordionGroup>
  <Accordion title="How does payment.dev work with Paddle?">
    Payment.dev provides a simplified SDK and tools that wrap Paddle's API, making integration faster and more reliable. You still use your existing Paddle account and pricing.
  </Accordion>

  <Accordion title="Do I need to change my existing Paddle setup?">
    No, payment.dev works with your existing Paddle account. Simply install our SDK and start using our simplified API alongside or instead of Paddle's native SDK.
  </Accordion>

  <Accordion title="What programming languages are supported?">
    We currently support Next.js based apps. More language SDKs are coming soon based on developer feedback.
  </Accordion>

  <Accordion title="How do you handle webhook security?">
    We automatically verify webhook signatures, handle retries for failed deliveries, and provide idempotency keys to prevent duplicate processing. All security best practices are built-in.
  </Accordion>

  <Accordion title="Are Paddle discounts supported?">
    We currently don't support Paddle discounts setup natively within the Paymint UI. However, you can set up discounts directly in your Paddle dashboard, and they will work with your integration.
  </Accordion>

  <Accordion title="Does Paddle stay in sync with changes in the Paymint UI?">
    Yes, all objects (products, prices, etc.) created or updated in the Paymint UI are automatically synced and updated in your Paddle account as well.
  </Accordion>

  <Accordion title="What are the pricing options?">
    While we are in beta, Paymint is completely free to use. We will announce our pricing plans as we approach our official launch.
  </Accordion>
</AccordionGroup>
