Get dealer ACH config
ApiScope: payment.ach.config.read
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
uuid of Dealer
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...