Create an authorisation control
Creates an authorisation control for a given card. This prevents the card from being used with certain merchants, specified by their Merchant Category Code (MCC) or Merchant Identifier (MID).
Use mcc to block an entire merchant category or mid to block a specific merchant.
Authorizations
Path Parameters
The ID of the card to work with.
36"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Query Parameters
The ID of the account to work with.
"F50091"
The ID of the person to work with.
36"775596ae-2624-40af-a9dc-9756110a4a04"
Body
Body
The name of the authorisation control.
255"Spending controls"
Unique identifier of the resource. If an id is not provided one will be generated.
36"a1e54aed-8a68-4602-a792-30f4c67497cf"
If the auth control is active. Default is true.
true
Date and time when the control goes into effect, in UTC.
"2023-03-14T12:08:53Z"
Date and time when the control ends, in UTC.
"2023-03-14T12:08:53Z"
For merchant restrictions, the action applied to the matched merchant/MCC: ALLOW (allowlist) or BLOCK (denylist). Defaults to BLOCK when omitted.
ALLOW, BLOCK "BLOCK"
Response
Created
The name of the authorisation control.
255"Spending controls"
Unique identifier of the resource. If an id is not provided one will be generated.
36"a1e54aed-8a68-4602-a792-30f4c67497cf"
If the auth control is active. Default is true.
true
Date and time when the control goes into effect, in UTC.
"2023-03-14T12:08:53Z"
Date and time when the control ends, in UTC.
"2023-03-14T12:08:53Z"
For merchant restrictions, the action applied to the matched merchant/MCC: ALLOW (allowlist) or BLOCK (denylist). Defaults to BLOCK when omitted.
ALLOW, BLOCK "BLOCK"