EN
  • EN
  • ZH
EN
  • EN
  • ZH
  1. Base Data API
  • 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 | SEPA | EUR | B2B Bank_account
        • Create Transfer | SEPA | EUR | C2C Bank_account
        • Create Transfer | SEPA | EUR | B2C Bank_account
        • Create Transfer | SEPA | 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. Base Data API

List all countries currencies

POST
http://sandbox.easylink.id:9080/data/countries-currencies

Request

Header Params

Body Params application/json

Example
{
    "currency": "EUR",
    "country_alpha3_code":"AUT"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://sandbox.easylink.id:9080/data/countries-currencies' \
--header 'Authorization;' \
--header 'X-EasyLink-AppKey;' \
--header 'X-EasyLink-Nonce;' \
--header 'X-EasyLink-Timestamp;' \
--header 'X-EasyLink-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "currency": "EUR",
    "country_alpha3_code":"AUT"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 0,
    "message": "",
    "data": [
        {
            "currency_code": "EUR-Austria",
            "currency": "EUR",
            "country_name": "Austria",
            "country_alpha2_code": "AT",
            "country_alpha3_code": "AUT",
            "country_flag_url": "https://c1.easylink.id/static/svg/at.svg"
        },
        {
            "currency_code": "EUR-Belgium",
            "currency": "EUR",
            "country_name": "Belgium",
            "country_alpha2_code": "BE",
            "country_alpha3_code": "BEL",
            "country_flag_url": "https://c1.easylink.id/static/svg/be.svg"
        },
        {
            "currency_code": "EUR-Bulgaria",
            "currency": "EUR",
            "country_name": "Bulgaria",
            "country_alpha2_code": "BG",
            "country_alpha3_code": "BGR",
            "country_flag_url": "https://c1.easylink.id/static/svg/bg.svg"
        },
        {
            "currency_code": "EUR-Croatia",
            "currency": "EUR",
            "country_name": "Croatia",
            "country_alpha2_code": "HR",
            "country_alpha3_code": "HRV",
            "country_flag_url": "https://c1.easylink.id/static/svg/hr.svg"
        },
        {
            "currency_code": "EUR-Cyprus",
            "currency": "EUR",
            "country_name": "Cyprus",
            "country_alpha2_code": "CY",
            "country_alpha3_code": "CYP",
            "country_flag_url": "https://c1.easylink.id/static/svg/cy.svg"
        },
        {
            "currency_code": "EUR-Czech Republic",
            "currency": "EUR",
            "country_name": "Czech Republic",
            "country_alpha2_code": "CZ",
            "country_alpha3_code": "CZE",
            "country_flag_url": "https://c1.easylink.id/static/svg/cz.svg"
        },
        {
            "currency_code": "EUR-Denmark",
            "currency": "EUR",
            "country_name": "Denmark",
            "country_alpha2_code": "DK",
            "country_alpha3_code": "DNK",
            "country_flag_url": "https://c1.easylink.id/static/svg/dk.svg"
        },
        {
            "currency_code": "EUR-Estonia",
            "currency": "EUR",
            "country_name": "Estonia",
            "country_alpha2_code": "EE",
            "country_alpha3_code": "EST",
            "country_flag_url": "https://c1.easylink.id/static/svg/ee.svg"
        },
        {
            "currency_code": "EUR-Finland",
            "currency": "EUR",
            "country_name": "Finland",
            "country_alpha2_code": "FI",
            "country_alpha3_code": "FIN",
            "country_flag_url": "https://c1.easylink.id/static/svg/fi.svg"
        },
        {
            "currency_code": "EUR-French Guiana",
            "currency": "EUR",
            "country_name": "French Guiana",
            "country_alpha2_code": "GF",
            "country_alpha3_code": "GUF",
            "country_flag_url": "https://c1.easylink.id/static/svg/gf.svg"
        },
        {
            "currency_code": "EUR-Germany",
            "currency": "EUR",
            "country_name": "Germany",
            "country_alpha2_code": "DE",
            "country_alpha3_code": "DEU",
            "country_flag_url": "https://c1.easylink.id/static/svg/de.svg"
        },
        {
            "currency_code": "EUR-Gibraltar",
            "currency": "EUR",
            "country_name": "Gibraltar",
            "country_alpha2_code": "GI",
            "country_alpha3_code": "GIB",
            "country_flag_url": "https://c1.easylink.id/static/svg/gi.svg"
        },
        {
            "currency_code": "EUR-Greece",
            "currency": "EUR",
            "country_name": "Greece",
            "country_alpha2_code": "GR",
            "country_alpha3_code": "GRC",
            "country_flag_url": "https://c1.easylink.id/static/svg/gr.svg"
        },
        {
            "currency_code": "EUR-Guernsey",
            "currency": "EUR",
            "country_name": "Guernsey",
            "country_alpha2_code": "GG",
            "country_alpha3_code": "GGY",
            "country_flag_url": "https://c1.easylink.id/static/svg/gg.svg"
        },
        {
            "currency_code": "EUR-Hungary",
            "currency": "EUR",
            "country_name": "Hungary",
            "country_alpha2_code": "HU",
            "country_alpha3_code": "HUN",
            "country_flag_url": "https://c1.easylink.id/static/svg/hu.svg"
        },
        {
            "currency_code": "EUR-Iceland",
            "currency": "EUR",
            "country_name": "Iceland",
            "country_alpha2_code": "IS",
            "country_alpha3_code": "ISL",
            "country_flag_url": "https://c1.easylink.id/static/svg/is.svg"
        },
        {
            "currency_code": "EUR-Ireland",
            "currency": "EUR",
            "country_name": "Ireland",
            "country_alpha2_code": "IE",
            "country_alpha3_code": "IRL",
            "country_flag_url": "https://c1.easylink.id/static/svg/ie.svg"
        },
        {
            "currency_code": "EUR-Isle of Man",
            "currency": "EUR",
            "country_name": "Isle of Man",
            "country_alpha2_code": "IM",
            "country_alpha3_code": "IMN",
            "country_flag_url": "https://c1.easylink.id/static/svg/im.svg"
        },
        {
            "currency_code": "EUR-Italy",
            "currency": "EUR",
            "country_name": "Italy",
            "country_alpha2_code": "IT",
            "country_alpha3_code": "ITA",
            "country_flag_url": "https://c1.easylink.id/static/svg/it.svg"
        },
        {
            "currency_code": "EUR-Jersey",
            "currency": "EUR",
            "country_name": "Jersey",
            "country_alpha2_code": "JE",
            "country_alpha3_code": "JEY",
            "country_flag_url": "https://c1.easylink.id/static/svg/je.svg"
        },
        {
            "currency_code": "EUR-Latvia",
            "currency": "EUR",
            "country_name": "Latvia",
            "country_alpha2_code": "LV",
            "country_alpha3_code": "LVA",
            "country_flag_url": "https://c1.easylink.id/static/svg/lv.svg"
        },
        {
            "currency_code": "EUR-Liechtenstein",
            "currency": "EUR",
            "country_name": "Liechtenstein",
            "country_alpha2_code": "LI",
            "country_alpha3_code": "LIE",
            "country_flag_url": "https://c1.easylink.id/static/svg/li.svg"
        },
        {
            "currency_code": "EUR-Lithuania",
            "currency": "EUR",
            "country_name": "Lithuania",
            "country_alpha2_code": "LT",
            "country_alpha3_code": "LTU",
            "country_flag_url": "https://c1.easylink.id/static/svg/lt.svg"
        },
        {
            "currency_code": "EUR-Luxembourg",
            "currency": "EUR",
            "country_name": "Luxembourg",
            "country_alpha2_code": "LU",
            "country_alpha3_code": "LUX",
            "country_flag_url": "https://c1.easylink.id/static/svg/lu.svg"
        },
        {
            "currency_code": "EUR-Malta",
            "currency": "EUR",
            "country_name": "Malta",
            "country_alpha2_code": "MT",
            "country_alpha3_code": "MLT",
            "country_flag_url": "https://c1.easylink.id/static/svg/mt.svg"
        },
        {
            "currency_code": "EUR-Mayotte",
            "currency": "EUR",
            "country_name": "Mayotte",
            "country_alpha2_code": "YT",
            "country_alpha3_code": "MYT",
            "country_flag_url": "https://c1.easylink.id/static/svg/yt.svg"
        },
        {
            "currency_code": "EUR-Monaco",
            "currency": "EUR",
            "country_name": "Monaco",
            "country_alpha2_code": "MC",
            "country_alpha3_code": "MCO",
            "country_flag_url": "https://c1.easylink.id/static/svg/mc.svg"
        },
        {
            "currency_code": "EUR-Netherlands",
            "currency": "EUR",
            "country_name": "Netherlands",
            "country_alpha2_code": "NL",
            "country_alpha3_code": "NLD",
            "country_flag_url": "https://c1.easylink.id/static/svg/nl.svg"
        },
        {
            "currency_code": "EUR-Norway",
            "currency": "EUR",
            "country_name": "Norway",
            "country_alpha2_code": "NO",
            "country_alpha3_code": "NOR",
            "country_flag_url": "https://c1.easylink.id/static/svg/no.svg"
        },
        {
            "currency_code": "EUR-Poland",
            "currency": "EUR",
            "country_name": "Poland",
            "country_alpha2_code": "PL",
            "country_alpha3_code": "POL",
            "country_flag_url": "https://c1.easylink.id/static/svg/pl.svg"
        },
        {
            "currency_code": "EUR-Romania",
            "currency": "EUR",
            "country_name": "Romania",
            "country_alpha2_code": "RO",
            "country_alpha3_code": "ROU",
            "country_flag_url": "https://c1.easylink.id/static/svg/ro.svg"
        },
        {
            "currency_code": "EUR-Saint Barthélemy",
            "currency": "EUR",
            "country_name": "Saint Barthélemy",
            "country_alpha2_code": "BL",
            "country_alpha3_code": "BLM",
            "country_flag_url": "https://c1.easylink.id/static/svg/bl.svg"
        },
        {
            "currency_code": "EUR-Saint Martin (French part)",
            "currency": "EUR",
            "country_name": "Saint Martin (French part)",
            "country_alpha2_code": "MF",
            "country_alpha3_code": "MAF",
            "country_flag_url": "https://c1.easylink.id/static/svg/mf.svg"
        },
        {
            "currency_code": "EUR-Saint Pierre and Miquelon",
            "currency": "EUR",
            "country_name": "Saint Pierre and Miquelon",
            "country_alpha2_code": "PM",
            "country_alpha3_code": "SPM",
            "country_flag_url": "https://c1.easylink.id/static/svg/pm.svg"
        },
        {
            "currency_code": "EUR-San Marino",
            "currency": "EUR",
            "country_name": "San Marino",
            "country_alpha2_code": "SM",
            "country_alpha3_code": "SMR",
            "country_flag_url": "https://c1.easylink.id/static/svg/sm.svg"
        },
        {
            "currency_code": "EUR-Slovakia",
            "currency": "EUR",
            "country_name": "Slovakia",
            "country_alpha2_code": "SK",
            "country_alpha3_code": "SVK",
            "country_flag_url": "https://c1.easylink.id/static/svg/sk.svg"
        },
        {
            "currency_code": "EUR-Slovenia",
            "currency": "EUR",
            "country_name": "Slovenia",
            "country_alpha2_code": "SI",
            "country_alpha3_code": "SVN",
            "country_flag_url": "https://c1.easylink.id/static/svg/si.svg"
        },
        {
            "currency_code": "EUR-Sweden",
            "currency": "EUR",
            "country_name": "Sweden",
            "country_alpha2_code": "SE",
            "country_alpha3_code": "SWE",
            "country_flag_url": "https://c1.easylink.id/static/svg/se.svg"
        },
        {
            "currency_code": "EUR-Switzerland",
            "currency": "EUR",
            "country_name": "Switzerland",
            "country_alpha2_code": "CH",
            "country_alpha3_code": "CHE",
            "country_flag_url": "https://c1.easylink.id/static/svg/ch.svg"
        }
    ]
}
Previous
List relationships
Next
List all banks