Auto-Payments API (Beta)
Start Checkout Session
Create a hosted checkout session for payment collection
POST
Generate a checkout URL for users to complete payment requests. Session expires after 5 minutes.Documentation Index
Fetch the complete documentation index at: https://docs.shakesco.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
Your Business Auto account address
Leave empty for checkout - user enters their own address
1= Ethereum -137= Polygon -11155111= Sepolia testnet
Payment interval in seconds
Subscription description shown to user
URL to redirect after successful checkout
Number of allowed splitters. Empty string to disable
Currency code (e.g., USD, EUR)
Payment amount
Array of accepted tokens (e.g.,
["Ethereum", "USDT"])Enable split payments
Response
Session ID
Checkout URL (expires in 5 minutes)
Sessions expire after 5 minutes. Generate a new session if needed.