Fintech APIs & Platform for KYC, Verification & Transactions in India | Eko Platform Services
Eko Platform Services Logo

GETGet Shop Types

List the Merchant Category Codes (MCC) available for AePS Fingpay agent onboarding.

GET/user/collection/aeps-fingpay/get-Mcc-Category

Returns the list of Merchant Category Codes (MCC). Use the value of the chosen entry as the shop_type in the Activate AePS Fingpay request.

Request

Query parameters

initiator_idstringRequired

Registered mobile number of the API user (see Platform Credentials).

example: 9962981729

Response types

response_type_idMeaningNext step
2110Shop-type list returned successfullyActivate AePS Fingpay for Agent

Responses

2110Shop-type list returned successfullynext:Activate AePS Fingpay for Agent

  • statusnumber

    Primary success indicator (0 = success).

  • messagestring

    Human-readable response / error message.

  • response_status_idnumber

    Granular status id; see the shared error-codes table.

  • response_type_idnumber

    A unique id for every possible response shape (success or error) — useful for client logic branching and analytics.

  • dataobject

    API-specific response payload.

    • param_attributesobject

      Container for the returned list.

      • list_elementsarray

        Array of available MCC categories.

        • labelstring

          Human-readable category name (display to the agent).

        • valuenumber

          Integer MCC code — use as `shop_type` in the Activate AePS Fingpay request.

Next steps

NextGETGet StatesList the states (with their state_id) available for AePS Fingpay agent onboarding.

Related