Documentation Index
Fetch the complete documentation index at: https://docs.spotflow.one/llms.txt
Use this file to discover all available pages before exploring further.
Features
- Collections: Card, Bank Transfers.
- Recurring payments: Recurring Payments: Tokenization and Subscriptions.
Requirements
- Spoflow Encryption keys
- Spotflow API keys
- Node versions >= 16.x.x npm >=7.x.x
Installation
- npm
- yarn
- pnpm
Usage
As a component
app.component.tsParameters
Your API Secret
Your transaction reference. This MUST be unique for every transaction
Amount to charge the customer. NB: For subscription payments, amount comes from the plan details. This is not required for subscription payments.
Currency to charge in.
This is only required when a payment is being made in USD
This is the encryption key for the merchant. This is required for card payments.
This is the plan ID being paid for however, this is not required for one time payments.
This is the Customer’s Name
This is the Customer’s Phone Number
This is the Customer’s Email Address
This contains other information about the product such as the product name and other additional properties. Product Name should not be passed if planId is being passed
This is the URL the browser redirects to on success of a payment

