get https://staging.hq.netevia.com/api/v1/merchant/fees
API Method: GET /api/v1/merchant/fees
Description:
This API method retrieves the fee structure for a specific merchant within the payment processing service. It provides details on the various fees that apply to the merchant's transactions, including but not limited to processing fees, service fees, and any other associated charges.
Endpoint: /api/v1/merchant/fees
HTTP Method: GET
Query Parameters:
merchant_profile_id
(required): The unique identifier for the merchant whose fees are being queried.
Usage Notes:
- Ensure that the
merchant_profile_id
is valid and properly authorized to access the fee information. - The fee structure may vary based on the merchant’s plan or contract terms.
- The response may include additional details depending on the service provider’s fee structure.
Error Handling:
- 400 Bad Request: Invalid or missing
merchant_id
. - 404 Not Found: Merchant ID does not exist.
- 500 Internal Server Error: An unexpected error occurred on the server.
This API method helps merchants and developers understand the cost implications associated with using the payment processing service, enabling better financial planning and decision-making.