This page is part of the REST API Guides. Using the JavaScript library instead? See Payments Library Guides.
Some payment processors require additional parameters. See the Additional Guidance section for processor-specific requirements.
Basic Charge
API Reference
Complete parameter reference, response fields, and validation rules
To use a tokenized card number, prefix the token with
@ in the cardNumber field: "cardNumber": "@your-token-id". See Tokenization.Using a Stored Token
If you’ve tokenized a card number with StringTokens, reference it in thecardNumber field with an @ prefix:
Using Inline Credentials
Instead of a stored Payment Gateway Account, you can provide credentials inline:Adding Failover
Orchestra’s multi-gateway failover automatically retries a charge on a backup gateway if the primary fails. For charge requests, failover isn’t a field you pass in the request body: it’s configured on your Payment Gateway Account setup.Contact Support
Email support@orchestrasolutions.com to enable multi-gateway failover for your charge requests.
Charge vs Authorize
If you need to hold funds without capturing immediately, use Authorize & Capture instead.
Related
Refunds & Voids
Reverse or cancel this charge
Authorize & Capture
Hold funds and capture later
Tokenization
Store card numbers securely