logoDOCS
  • Home
  • Integration Guide
  • Authentication
  • Release Notes

Merchant Onboarding

The FiatPe API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the FiatPe API in test mode, which doesn’t affect your live data or interact with the banking networks. The API key you use to authenticate the request determines whether the request is live mode or test mode.

The FiatPe API doesn’t support bulk updates. You can work on only one object per request.

 

Endpoints

POST /v1/api-portal/merchants/

POST /v1/api-portal/merchants/bank-details/<str:mid>/

GET /v1/api-portal/business-categories/

POST /v1/api-portal/merchants/kyc-document/<str:mid>/

POST /v1/api-portal/generate-vpa/<str:mid>/