Create Payment
Process a payment for an order or invoice
POST
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint processes payments through various payment methods and gateways. It supports credit cards, ACH, wire transfers, and digital wallets.
Authentication
This endpoint requires a valid API key withpayments:write permissions.
Request Body
Payment amount in cents (e.g., 1000 for $10.00)
ISO 4217 currency code (e.g., “USD”, “EUR”)
Payment method details
Associated order ID
Associated invoice ID
Customer ID making the payment
Payment description
Text to appear on customer’s statement (max 22 chars)
Whether to immediately capture the payment (default: true)
Billing address for verification
Additional custom fields