Cards
Return allow/disallow listed card acceptors group and merchants under the group
get/api/v1/cards/{publicToken}/card-acceptor
Path parameters
publicTokenstring required
Response
Success
Example response
{
"cardAcceptorAllowList": [
{
"name": "Approved Merchants"
}
],
"cardAcceptorDisallowList": [
{
"name": "Approved Merchants"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.