Payout Provider

This API allows you to retrieve a list of payout provider.

HTTP Method: POST

https://api.payright.my/api/v1/merchant/list-payout-providers

Response

{
    "status": "ok",
    "code": 200,
    "data": {
        "list": {
            "draw": 40,
            "record_filtered": 40,
            "record_total": 40,
            "data": [
                {
                    "payout_provider_id": 39,
                    "name": "AEON Bank (M) Berhad"
                },
                {
                    "payout_provider_id": 25,
                    "name": "Affin Bank Berhad"
                }
            ]
        }
    },
    "uuid": "408ed601-0cf9-4835-9bef-f734410741dc",
    "message": null,
    "error": null
}

Note that the list provided by us applicable for both B2C (Business to Consumer Channels) and B2B (Business to Business Channels)

Last updated