Skip to main content
POST
For the complete documentation index, see llms.txt. Generate a checkout URL for users to complete payment requests. Session expires after 5 minutes.

Request Body

string
required
Your Business Auto account address
string
Leave empty for checkout - user enters their own address
string
required
  • 1 = Ethereum - 137 = Polygon - 11155111 = Sepolia testnet
string
required
Payment interval in seconds
string
required
Subscription description shown to user
string
required
URL to redirect after successful checkout
string
Number of allowed splitters. Empty string to disable
string
required
Currency code (e.g., USD, EUR)
string
required
Payment amount
array
Array of accepted tokens (e.g., ["Ethereum", "USDT"])
boolean
Enable split payments

Response

integer
Session ID
string
Checkout URL (expires in 5 minutes)
Sessions expire after 5 minutes. Generate a new session if needed.