/api/v1/merchant/info

API Method: POST /api/v1/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/v1/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.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!