Get started automating your payments today with the ZTLment Sandbox API.
Getting Started with ZTLment Sandbox Environment
Welcome to ZTLment! Follow these steps to get started with our sandbox environment and make your first payment.
Step 1: Create a Sandbox Account
You are able to setup a sandbox account using this link https://sandbox-app.ztlment.com/try. The information doesn't have to be a real company, just the email should be correct for you to receive the setup emails.
Once you've filled it out, you will receive an email to create your password and proceed to next steps.
Step 2: Download the ZTLment Authenticator App
Next, download the ZTLment Authenticator App and follow these steps to complete your account setup.
To use the app in sandbox mode:
- Open the app.
- Press the “settings” button.
- Select “Sandbox”.
Now you can log in with your email and password. The app will guide you through the final account setup and address generation.
Step 3: Get Your API Key Ready
Once you have access to the sandbox environment, you will receive an email with your unique API key.
- Important: Keep the API key secret. You will use this key as
api_key
in your HTTPS requests, as detailed in the Authentication section.
Step 4: Create Your First Payment with the Sandbox API
Now that you have sandbox access and your account set up, you can make your first payment. Follow these steps:
-
🙋♀️ Create External Recipients or Create Vendor Accounts
- Create an ‘External Recipient’ or ‘Vendor Account’ which contains the information of the
payee
.
- Create an ‘External Recipient’ or ‘Vendor Account’ which contains the information of the
-
- Create a Payment Object where the
payer
is theid
of either your treasury payment wallet or your split wallet (for more details about the different wallets see here). Thepayee
should be theid
of the newly created External Recipient or Vendor Account.
- Create a Payment Object where the
-
✅ Approve Payment Objects in your Dashboard
- Once you have created a Payment Object, it must be approved via the dashboard. In production, this is typically done by someone in the finance department.
-
📲 Sign Payment Objects in ZTLment Authenticator App
- The final step is to sign the Payment Object with the private key of your wallet, which is securely stored in the ZTLment Authenticator app on the user’s phone.
- When a new Payment Object has been approved, the app will receive a notification to sign it. To sign, log in to the app and swipe. This action completes the payment process.
By following these steps, you'll be able to successfully navigate our sandbox environment and make your first payment. For further details on each step, refer to the linked sections in the documentation.