Before you start
You’ll need a Dime Payments API token. If you don’t have one yet, see Authentication. You’ll also need a merchant SID — the unique ID for the merchant account you’re processing payments for. You can find it in the dashboard or by calling the List Merchants endpoint.Install an SDK
Pick your language and install the SDK:Initialize the client
Make your first charge
Charge a credit card using a stored token:Tokenize a card first
If you don’t have a token yet, tokenize a card before charging:What’s next
- API Reference — full documentation for every endpoint
- PHP SDK — complete PHP client docs
- JavaScript SDK — complete JS client docs
- Python SDK — complete Python client docs

