latestOpenAPI 3.0.12026-08-104068226.2 KB
a772504dcc9e
Card spending controls
Create card controls list
Creates a card controls list and applies it to all cards defined in the scope and scope_id of the request.
post/v1/card_controls/lists
Request body
Example request
{
"scope_id": "54e06604b0cf825810bec508cc1f2dc7mcrd",
"idempotency_key": "504f6816-f7b5-4965-bc35-69acadc9f5c7",
"inclusion": {
"dimension": [
"5411"
]
},
"exclusion": {
"dimension": [
"5411"
]
}
}Response
The card controls list was successfully created.
Example response
{
"id": "7a911b90-0109-11ec-9a03-0242ac130003",
"scope_id": "54e06604b0cf825810bec508cc1f2dc7mcrd",
"idempotency_key": "504f6816-f7b5-4965-bc35-69acadc9f5c7",
"inclusion": {
"dimension": [
"5411"
]
},
"exclusion": {
"dimension": [
"5411"
]
}
}