Update merchant's service acceptance

Certainly! Here's a text description for the API method POST /api/v1/merchant/productSetup:


Update Merchant's Service Acceptance

Endpoint: POST /api/v1/merchant/productSetup

Description: This API method is used to update the service acceptance configuration for a merchant within the payment processing system. This includes configuring which products or services the merchant accepts for processing, along with any relevant details that may affect transaction handling.

Request Example:

{
  "productSetup": {
    "amexESA": true,
    "amexOptBlue": true,
    "discover": true,
    "payPal": true,
    "jcb": true,
    "ebt": true,
    "debitCard": true,
    "amexNumber": "string",
    "fcsNumber": "string"
  },
  "id": 0
}

Usage Notes:

  • Ensure that all required fields are accurately provided to avoid errors.
  • The acceptanceStatus should be updated according to the current policies or agreements with the merchant.
  • This endpoint allows for bulk updates of product/service acceptance statuses.

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