InstantTransfer
  1. PayStar API Documentation
InstantTransfer
  • PayStar API Documentation
    • Introduction
    • Authorization Bearer
    • Sandbox
    • Callbacks
    • Glossary
    • Dictionarys
      • Currencys
      • Telecom operators
      • Bank names
    • Deposit direct (Merch)
      • Create | Deposit order
      • Check status | Deposit order
    • Deposit reverse (Gateway)
      • Create | Reverse deposit order
      • Check status | Deposit order
    • Withdrawal direct (Merch)
      • Create | Withdrawal order
      • Check status | Withdrawal order
    • Balance
      • GET Merchant balance
  • Armax API
    • POST Armax Order
      POST
  • Butler API Bridge
    • Authorization Bearer
    • Withdrawal direct | PDO API Bridge
      • Check status | Withdrawal order
      • Create | Withdrawal Order
    • PSP Deposit Order
      • PSP Deposit Order
      • PSP Deposit Order status
    • Merch Deposit Order
      • Merch Deposit Order
      • Merch Deposit Order status
  • CoreFy API
    • Withdrawal Order
      POST
    • Payment Order
      POST
  • PayNetEasy API Bridg
    • Introduсtion
    • Autorization
    • Glossary
    • POST order
      POST
    • POST Status order
      POST
  1. PayStar API Documentation

Sandbox

Our service provides a sandbox environment for deposit or withdrawal testing, allowing you to simulate API responses and receive expected outcomes. To utilize the sandbox feature, follow these steps:
1.
Contact Your Account Manager:
Reach out to your organizational manager to obtain the necessary instructions for connecting to the test versions of the payment gateways. They will guide you through the setup process.
2.
Use the ExpectedResponse Key in Order Creation Requests:
When creating an order, include the following key in the additionalFields array of your request:
{
    "key": "ExpectedResponse",
    "value": "status=failed"
}
The value field can be set to the following options to simulate different responses:
status=failed: Simulates a failed payment status.
status=success: Simulates a successful payment status.
These configurations allow you to thoroughly test your integration with PayStar and ensure that your system handles different scenarios appropriately.
Modified at 2024-12-12 13:18:26
Previous
Authorization Bearer
Next
Callbacks
Built with