Welcome to the Secure Payments Sandbox documentation. Here you will find all the necessary information to get started with our secure payment solutions in a testing environment.

Getting Started

Before you begin, make sure you have:

Features

  • Real-time Testing: Test your payment flows in real-time with simulated transactions.
  • Customizable Settings: Configure the sandbox to mimic different payment scenarios.
  • Security: Enhanced security measures to ensure your testing environment is safe.

Quick Guide

  1. Create a Transaction: Use the API to create a payment transaction.
  2. Simulate Payment: Simulate a successful or failed payment based on your requirements.
  3. Verify Results: Check the response to ensure the transaction was processed correctly.

Example

Here's an example of how to create a payment transaction:

POST /api/v1/transactions
{
  "amount": 100.00,
  "currency": "USD",
  "payment_method": "credit_card",
  "customer_id": "123456789"
}

Resources


Secure Payments Sandbox