Plexy
Pay APIGate APIDashboard
Pay APIGate APIDashboard
  1. Products
  • Overview
  • Products
    • List product types
      GET
    • List product categories
      GET
    • List products
      GET
    • Get product
      GET
  • Orders
    • List orders
      GET
    • Create order
      POST
    • Get order by ID
      GET
  • Balances
    • Get balance
      GET
  • Deposits
    • List deposit history
      GET
  • System
    • API health
      GET
Pay APIGate APIDashboard
Pay APIGate APIDashboard
  1. Products

List product types

GET
/agent/{agent_id}/product-types
Returns the canonical product types. Use to map UI behavior (e.g., top-up flow).

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Responses

🟢200
application/json
OK
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/agent/a12d5be1-3456-4c18-b111-33cdd0a1cc99/product-types' \
--header 'Authorization: <api-key>'
Response Response Example
[
    {
        "id": 1,
        "code": "redeem_card",
        "name": "Redeemable Card"
    },
    {
        "id": 2,
        "code": "direct_transfer",
        "name": "Direct Transfer"
    },
    {
        "id": 3,
        "code": "direct_top_up",
        "name": "Direct Top-up"
    }
]
Modified at 2025-12-12 12:02:13
Previous
Overview
Next
List product categories
Built with