EN
  • EN
  • ZH
EN
  • EN
  • ZH
  1. Read Before Development
  • Read Before Development
    • Environmental Information
    • API signature + signature verification specification
    • Common Issue List
    • Transfer API Flow
  • Api Reference General
    • MARKET SPECIFICS
    • Errors
  • Authentication
    • Obtain Access Token
      POST
  • Base Data API
    • List occupations
      POST
    • List provinces
      POST
    • List cities
      POST
    • List countries
      POST
    • List remittance purposes
      POST
    • List sources of funds
      POST
    • List relationships
      POST
    • List all countries currencies
      POST
    • List all banks
      POST
    • List all branches
      POST
    • List cities (Japan | China)
      POST
    • Supported local Bank and Bank Code
      POST
    • Supported local E-wallet and InstCode/Biller Code
      POST
  • Pay Out
    • International Remittance
      • Transfer API
        • Create Transfer | China | B2C E-Wallet
        • Create Transfer | China | B2C Bank-account
        • Create Transfer | Global USD Wires | B2B Bank Account
        • Create Transfer | CHN CNH | B2B Bank Account
        • Create Transfer | HKG CNH | B2B Bank Account
        • Create Transfer | CHN CNY | B2B Bank_Account
        • Create Transfer | Global | USD Wires | C2C Bank_account
        • Create Transfer | Global | USD Wires | B2C Bank_account
        • Create Transfer | Global | USD Wires | C2B Bank_account
        • Create Transfer | SGP | SGD | B2B Bank_account
        • Create Transfer | SGP | SGD | C2C Bank_account
        • Create Transfer | SGP | SGD | C2B Bank_account
        • Create Transfer | SGP | SGD | B2C Bank_account
        • Create Transfer | MYS | MYR | B2B Bank_account
        • Create Transfer | MYS | MYR | C2B Bank_account
        • Create Transfer | MYS | MYR | C2C Bank_account
        • Create Transfer | HKG | HKD | B2B Bank_account
        • Create Transfer | HKG | HKD | C2C Bank_account
        • Create Transfer | HKG | HKD | B2C Bank_account
        • Create Transfer | HKG | HKD | C2B Bank_account
        • Create Transfer | AEPA | EUR | B2B Bank_account
        • Create Transfer | AEPA | EUR | C2C Bank_account
        • Create Transfer | AEPA | EUR | B2C Bank_account
        • Create Transfer | AEPA | EUR | C2B Bank_account
        • Create Transfer | GBR | GBP | B2B Bank_account
        • Create Transfer | GBR | GBP | C2C Bank_account
        • Create Transfer | GBR | GBP | C2B Bank_account
        • Create Transfer | GBR | GBP | B2C Bank_account
      • Confirm Transfer
      • Get International Transfer
      • Retrieve a quote
    • Domestic Transfer
      • Indonesian PayOut - Sandbox environment materials
      • Notification
      • Create Domestic Transfer
      • Domestic Verify Bank Account
      • Get Domestic Transfer
    • Get Remittance List
      POST
  • Pay In
    • Virtual Account API
      • Create Merchant Virtual Account
      • Create Merchant's Customer Virtual Account
      • Get Virtual Account Payment Record
      • List Merchant Va payment record
      • Get Available VirtualAccount Banks
      • Va Payment Notification
  • Merchant
    • List all balances
  • Upload
    POST
  1. Read Before Development

Environmental Information

1、Settled in Easylink#

Open the Easylink system and register a business account. RegisteredAddress:
https://remittance.easylink.id/business/business-register
image.png
💡
After registration, click "Go to API Dashboard" to enter the API Sandbox environment. If you need to use the production environment, please upgrade your account and apply for an APP Key according to the steps below.

2、Apply APP Key#

Please apply for APP Key on the Business Dashboard page. After the application is approved, you can go to the API Dashboard to obtain the production environment materials.
image.png

3、Material information#

In the merchant background, view your docking materials, and configure the public key and your server IP
image.png
Environmental base url:#
Sandbox API Base Url:http://sandbox.easylink.id:9080
Production API Base Url:https://openapi.easylink.id

3、API call instructions#

1.
First, obtain the Access Token through Obtain Access Token. It is valid for ten minutes. For all subsequent interfaces, this token needs to be carried in the Authorization in the Header.
2.
Refer to the signature specification, sign and call the business interface you need.
Next
API signature + signature verification specification