Get full merchant profile including equipment

GET /api/export/MerchantProfile

Retrieve the comprehensive profile of a merchant, including details about their equipment. This API method provides a complete export of the merchant's profile information, which typically includes:

  • Merchant Details: Basic information about the merchant, such as name, contact information, business address, and registration details.
  • Equipment Information: Details about the payment processing equipment used by the merchant, including types of devices, serial numbers, and current status.

This endpoint is useful for generating detailed reports or for integration with other systems requiring complete merchant profiles.

Request Example:

GET /api/export/MerchantProfile

Response:

The response will include a structured representation of the merchant’s profile and equipment details, often formatted in JSON or XML, depending on the API configuration.

Status Codes:

  • 200 OK: The request was successful, and the merchant profile data is returned.
  • 400 Bad Request: The request was invalid or cannot be processed.
  • 401 Unauthorized: Authentication credentials are missing or invalid.
  • 404 Not Found: The requested resource was not found.
  • 500 Internal Server Error: An error occurred on the server while processing the request.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!