Payzio API Docs

Getting Started

Your guide to setting up your sandbox account and making your first API call.

Welcome to our API! This guide will walk you through setting up your sandbox account and understanding the dashboard.

  1. Request Credentials

    To start, you'll need to get your credentials and API keys for the sandbox account from our support team.

  2. Log in to the Sandbox

    After receiving your credentials, you can log in to your account at https://staging.merchant.payzio.org.

  3. Explore the Dashboard

    Your sandbox account dashboard is where you can:

    • Check your current and pending balances.
    • View all pay-in and payout requests.
    • Simulate callback responses for testing purposes.

Authentication

Once you have your API key from the support team or create them yourselves from dashboard, you can begin making requests. All API requests must be authenticated with this key.

This page provides the initial setup steps. For detailed information on API endpoints, please see the "Payments" section.

Handling Errors

For detailed information on error codes and how to handle API errors, see the Error Codes documentation.

On this page