API
HomeEasytransac
HomeEasytransac
  1. Start
  • Start
    • API Domain Usage
    • Get an API key
    • Communication
  • Documentation
    • Errors
      • ApiError codes
    • Webhooks
      • PUSH Method
      • PULL Method
  • V2
    • Overview
    • Authentication
      • JWT access token - Generate
        POST
    • Endpoints
      • Open Banking
        • Open Banking - Initialize
      • SDD
        • SDD - Mandate - Create
        • SDD - Mandate - Debit
        • SDD - Mandate - Get status
      • Transaction
        • Transaction - Get status
  • V1
    • Documentation
      • Signature
    • Authentication
      • Overview
      • Security
      • PSD2 and 3DSecure
    • API - Payment
      • Recurring payments
      • Card payment
      • 1-click payment
      • SEPA Direct Debit
      • Transfer (Open Banking)
      • Payment page
      • Cancel a payment page
      • Resend the payment page
      • P2P Transfert
      • Update a subscription
      • Status
      • Refund
      • Capture
      • Cancellation
      • List of cards
      • List of IBANs
      • History
      • Payment requests
      • Card information
    • API - User
      • Add a merchant
      • Update a merchant
      • Search for a merchant
      • List of movements
      • Make a payout
      • List all payouts
      • Add a logo
      • Get the activity
      • Update activity
    • API - Document
      • Add a document
      • Get a document
      • List documents
  1. Start

API Domain Usage

Sandbox Environment#

For testing purposes, our API provides a sandbox environment where you can simulate and validate your integration without affecting real transactions. Use the following domain for all API endpoint calls during testing:
https://api.sandbox.easytransac.com
This domain is intended for use in a controlled, pre-production environment to ensure your implementation functions correctly before going live.

Production Environment#

When you are ready to process live transactions, switch to the production environment. Use the following domain for all live API endpoint calls:
https://api.easytransac.com
This domain is for real-world transaction processing and should be used only after thorough testing in the sandbox environment.
CAUTION
Ensure that all configurations, keys, and endpoints are correctly updated to point to the production domain before launching your application to the public.
Previous
Start
Next
Get an API key
Built with