Welcome
This quickstart guide will walk you through making your first API call to the Digitzs API. By the end of this guide, you’ll have authenticated with the API, created a merchant account, and processed a test payment.This guide uses test credentials and test card numbers. No real money will be processed.
Before You Begin
You’ll need the following credentials provided during onboarding:API Key
Your unique
x-api-keyApplication ID
Your
appIdTest Mode
Ensure you’re using test credentials
Step 1: Generate Authentication Tokens
First, generate the necessary authentication tokens to make API calls.1.1 Create App Key
Save the
appKey from the response. You’ll need it for the next step.1.2 Create App Token
Use the app key to generate an access token:App tokens expire after 1 hour. Implement token refresh logic in your application.
Step 2: List Merchants
Check existing merchants in your account:Test Cards
Use these test card numbers in test mode:| Card Number | Result |
|---|---|
4111111111111111 | Successful charge |
4000000000000002 | Card declined |
4000000000009995 | Insufficient funds |
Use any future date for expiration and any 3-digit CVV for test cards.
What’s Next?
Congratulations! You’ve successfully authenticated with the Digitzs API.Next Steps
Create Merchants
Set up merchant accounts
Process Payments
Accept card and ACH payments
Error Handling
Handle errors properly
Full Authentication Guide
Learn advanced authentication
Need Help?
Contact Support
Our team is here to help with any questions or issues

