Save or update dealer ACH config
ApiScope: payment.ach.config.write
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
application/json
Request Body required
addAchAuthorityDealerAssociateUuids string[]
removeAchAuthorityDealerAssociateUuids string[]
orderCodes string
payCodes string
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
dealerUuid string
orderCodes string
payCodes string
achAuthorityDealerAssociateUuids string[]
{
"dealerUuid": "string",
"orderCodes": "string",
"payCodes": "string",
"achAuthorityDealerAssociateUuids": [
"string"
]
}
Loading...