post https://staging.hq.netevia.com/api/v2/merchant/info
API Method: POST /api/v2/merchant/info
/api/v2/merchant/info
Description:
This API endpoint is used to change merchant information. The endpoint accepts a POST request containing the merchant's details and business information.
Request:
- Method:
POST
- URL:
/api/v2/merchant/info
- Content-Type:
application/json
Request Body:
The request body should include the merchant's relevant information in JSON format.
Response:
The API will return a response confirming the creation of the merchant profile or an error if the onboarding failed.
-
200 OK:
{ "merchant_id": "12345", "status": "success" }
-
400 Bad Request:
{ "status": "error", "message": "Invalid input data. Please check the required fields." }
This API allows a merchant's information to be securely transmitted and registered with the payment processor, ensuring the necessary details for future transactions and payouts are correctly captured.