Get dealer-level dispute config
ApiScope: payment.dispute.read
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
uuid of Dealer
Responses
- 200
 
OK
*/*
Schema
Example (from schema)
Schema
id string
dealerUuid string
departmentConfigs object
property name* object
property name* string
disputeAcceptUserUuids string[]
emailRecipients string[]
notificationRecipients string[]
ccEmails string
{
  "id": "string",
  "dealerUuid": "string",
  "departmentConfigs": {},
  "disputeAcceptUserUuids": [
    "string"
  ],
  "emailRecipients": [
    "string"
  ],
  "notificationRecipients": [
    "string"
  ],
  "ccEmails": "string"
}
Loading...