Get Payment Channels

Request Method: GET

Request Path: /v2/payment/payment_methods

Reponse Data

Reponse example
{
    "code": 200,
    "message": "Success",
    "data": [
        {
            "code": "GRABPAY",
            "country": "PH",
            "currency": "PHP"
        },
        {
            "code": "COINS",
            "country": "PH",
            "currency": "PHP"
        },
        {
            "code": "EASYPAISA",
            "country": "PK",
            "currency": "PKR"
        },
        {
            "code": "OVO",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "PAGBANK",
            "country": "BR",
            "currency": "BRL"
        },
        {
            "code": "DANA",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "BKASH",
            "country": "BD",
            "currency": "BDT"
        },
        {
            "code": "ETISALAT",
            "country": "EG",
            "currency": "EGP"
        },
        {
            "code": "PIX",
            "country": "BR",
            "currency": "BRL"
        },
        {
            "code": "TOUCH_NGO",
            "country": "MY",
            "currency": "MYR"
        },
        {
            "code": "PAYMAYA",
            "country": "PH",
            "currency": "PHP"
        },
        {
            "code": "SHOPEE",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "JAZZCASH",
            "country": "PK",
            "currency": "PKR"
        },
        {
            "code": "LINKAJA",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "GOPAY",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "GCASH",
            "country": "PH",
            "currency": "PHP"
        },
        {
            "code": "DOKU",
            "country": "ID",
            "currency": "IDR"
        },
        {
            "code": "PAYONEER",
            "currency": "USD"
        },
        {
            "code": "ALIPAY",
            "country": "CN",
            "currency": "CNY"
        }
    ]
}