Update Submerchant Risk Exception Parameters - Backoffice API

See this update published within our Backoffice API Reference: Update Submerchant Risk Exception Parameters.

NOTE: This endpoint does not add new risk exception parameters to a submerchant. This endpoint only replaces or removes a submerchant's active risk exception parameters.


What's new?

The PATCH Update Submerchant Risk Exception Parameters endpoint is now available in our Backoffice API Reference. This endpoint uses the JSON Patch format to update a submerchant's active risk exception parameters, including Monthly Volume, Approved Average Ticket, ApprovedCardNotPresentPercentage, ApprovedCardPresentPercentage, DailyDepositOverMaximumDeviation, and IndividualTicketGreaterThanDeviation.


Example

The request below replaces a submerchant's existing High Ticket risk exception parameter value with a value of $300.00.

[  
  {  
    "op": "replace",  
    "path": "/HighTicket",  
    "value": 300  
  }  
]

Updating More Submerchant Information

To update additional submerchant information, such as submerchant details, banking information, fee profile information, and more, see our PATCH Update Submerchant Information endpoint, and full list of patch paths and available operations here.