Copy PageUpdate card credit limits by tokenput http://<host-url>/card-tokens/token/{token}Path Paramstokenint64requiredBody ParamsRequest for updating an existing card token's spending limit configuration. Provide either a fixed monetary limit or a percentage limit, but not both.fixed_limitnumberRepresents a fixed monetary limit on the card. This value dictates the maximum amount that can be spent using this card. Provide this or percentage_limit, but not both.percentage_limitnumber≤ 100Represents a percentage limit on the card, a percentage of the total available credit. It limits spending to a certain percentage. Provide this or fixed_limit, but not both.resets_on_cyclestringrequiredlength ≥ 1Whether a card limit is automatically reset at the end of the statement cycle ('Y') or only reset if we use the manual reset feature ('N').Headersunique-request-idstringUnique identifier of a request.Responses 200Card Token successfully updated 400Invalid Request 401Unauthorized 403Forbidden 500Server ErrorUpdated 5 days ago Get card credit limits by account IDReset card credit limit spend by tokenDid this page help you?YesNo