Payments

Intro

This file contains the payments configuration for the application.Here you can set the payments you want to use in your application

In the file @config/payments.ts you can set the config of the payments

Available payments services:

  • Stripe
  • Lemmon squeezzy
  • Paddle

Example

The next example is the default configuration

export default {
    driver: 'stripe', 
    uiMode: 'hosted',
}

Usage

Table of Contents