Update Card Control Groups - Field Descriptions
The following page details each of the fields received in the response when using the Update Card Control Groups endpoint.
Request Fields
The following table describes fields that can be included in the body of the request when updating card control groups.
Field | Description | Minimum Length | Maximum Length | Mandatory |
---|---|---|---|---|
updatedBy | User who updated the card control groups. | 0 | 100 | No |
controlGroups | Object that contains the control groups to be updated. | |||
limitsGroup | Group code of the Limit Group. | 0 | 2147483647 | No |
usageGroup | Group code of the Usage Group. | 0 | 2147483647 | No |
recurringFeeGroup | Group code of the Recurring Fee Group. | 0 | 2147483647 | No |
webServiceFeeGroup | Group code of the Web Service Fee Group. | 0 | 2147483647 | No |
authFeeGroup | Group code of the Auth Fee Group. | 0 | 2147483647 | No |
mccGroup | Group code of the MCC Group. | 0 | 2147483647 | No |
cardLinkageGroup | Group code of the Card Linkage Group. | 0 | 2147483647 | No |
calendarGroup | Group code of the Calendar Group. | 0 | 2147483647 | No |
fxGroup | Group code of the FX Group. | 0 | 2147483647 | No |
paymentTokenUsageGroup | Group code of the Payment Token Usage Group. | 0 | 2147483647 | No |
cardAcceptorAllowList | Group code of the card acceptor allow list. | 0 | 2147483647 | No |
cardAcceptorDisallowList | Group code of the card acceptor disallow list. | 0 | 2147483647 | No |
limitedNetworkGroup | Group code of the card limited network group. | 0 | 2147483647 | No |
Response Fields
A successful response for the Update Card Control Groups endpoint will return a 200 response and a list of group codes associated with the card.
Field | Description |
---|---|
limitsGroup | Group code of the Limit Group associated with the card. |
usageGroup | Group code of the Usage Group associated with the card. |
recurringFeeGroup | Group code of the Recurring Fee Group associated with the card. |
webServiceFeeGroup | Group code of the Web Service Fee Group associated with the card. |
authFeeGroup | Group code of the Auth Fee Group associated with the card. |
mccGroup | Group code of the MCC Group associated with the card. |
cardLinkageGroup | Group code of the Card Linkage Group associated with the card. |
calendarGroup | Group code of the Calendar Group associated with the card. |
fxGroup | Group code of the FX Group associated with the card. |
paymentTokenUsageGroup | Group code of the Payment Token Usage Group associated with the card. |
cardAcceptorAllowList | Group code of the card acceptor allow list. |
cardAcceptorDisallowList | Group code of the card acceptor disallow list. |
limitedNetworkGroup | Group code of the card limited network group. |
Updated 16 days ago