Show list of supported banks in Payouts.
{
    "beneficiary_banks": [
        {
            "code": "jateng_syar",
            "name": "BPD Jateng Syariah"
        },
        {
            "code": "jatim_syar",
            "name": "BPD Jatim Syariah"
        },
        {
            "code": "jatim",
            "name": "BPD Jawa Timur"
        },
        {
            "code": "kalsel",
            "name": "BPD Kalimantan Selatan"
        }
    ]
}
HTTP
GET BASE_URL/api/v1/beneficiary_banks
Response Parameters
| Parameter | Description | 
|---|---|
| code | Code of the supported bank in Payouts | 
| name | Name of the supported bank in Payouts |