ELANLINK
  1. API Reference
ELANLINK
  • Guides
    • Welcome
    • Interface
  • API Reference
    • Introduction
    • Endpoints
    • Data Types
    • Signing
    • 3-D Secure Verification
    • Subscription
    • Errors
    • Webhooks
    • Items Information
    • Changelog
    • Acquiring
      • Create a direct payment
        POST
      • Create a redirect (iFrame) payment
        POST
      • Capture a transaction
        POST
      • Review a transaction
        POST
      • Cancel a transaction
        POST
      • Cancel a subscription
        POST
      • Query a transaction
        POST
      • Refund a transaction
        POST
      • Search a refund transaction
        POST
      • Create a payout
        POST
      • Optimise payment methods
        POST
      • Update an order
        POST
  • Appendix
    • Test Cards
    • Bank Code
    • Country Code
    • Currency Code
    • Payment Methods
  1. API Reference

Endpoints

ELANLINK API is only available over HTTPS, and unencrypted HTTP connections are not supported. The API provides two distinct environments:

Test Mode (Sandbox)#

This environment allows you to test transactions and workflows before going live. All sandbox API calls should use the following URL:
Acquiring
Issuing

Live Mode (Production)#

This environment is used for real transactions, where actual money movement takes place. All live mode API calls must use the following URL:
Acquiring
Issuing
While testing the API using ELANLINK’s documentation, you will be operating in the sandbox environment.
Previous
Introduction
Next
Data Types