Payment Provider

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

HTTP Method: POST

https://api.payright.my/api/v1/merchant/list-payment-provider

Response

{
  "status": "ok",
  "code": 200,
  "data": {
    "services": [
      {
        "provider_id": 16,
        "name": "Affin Bank Berhad",
        "bank_type": "B2C"
      },
      {
        "provider_id": 86,
        "name": "UOB Bank",
        "bank_type": "B2B"
      }
    ]
  },
  "uuid": "408e99d8-dbc5-424d-908c-d2a1bec8316d",
  "message": null,
  "error": null
}

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

Last updated