Skip to main content
POST
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 with payments:write permissions.

Request Body

integer
required
Payment amount in cents (e.g., 1000 for $10.00)
string
required
ISO 4217 currency code (e.g., “USD”, “EUR”)
object
required
Payment method details
string
Associated order ID
string
Associated invoice ID
string
required
Customer ID making the payment
string
Payment description
string
Text to appear on customer’s statement (max 22 chars)
boolean
Whether to immediately capture the payment (default: true)
object
Billing address for verification
object
Additional custom fields

Response

Returns the created payment with processing status.