ELANLINK
  1. Guides
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. Guides

Interface

Direct Integration#

This interface is applied for Server-To-Server mode. Therefore, the URL address will not change during the whole payment process.
Details are as below:
1.
Shopper submits order at merchant’s website
2.
Shopper submits payment details at payment page
3.
Merchant submits order info along with payment details
4.
Payment gateway processes the payment request and forwards the payment details to acquiring banks for authorization, and return the authorization result back to merchant
5.
Merchant obtains the payment result returned by payment gateway and decide how to display the result to shopper
Step 3 and 4 are server data submission so the URL will not be changed.

Redirect Integration#

Merchant creates and sends the payment request using HTTP protocol, and redirects shopper to our payment page.
Our gateway system processes the payment request and forward the payment details to the card acquirers or schemes to make payment authorization.
Our gateway system returns the payment result to the Return URL defined by merchant.

iFrame#

This integration allows merchant to embed our payment page in their own website. Merchants need to apply to us when they need to use iFrame integration.
Previous
Welcome
Next
Introduction