Detach monthly limit for card

The POST /api/spendRules/detachVelocity endpoint allows you to remove the monthly spending limit, also known as velocity rules, from a specified payment card. By sending a request with the card's unique identifier, this method detaches any previously set monthly limit, enabling the card for unlimited spending. This feature is ideal for cases where flexibility in monthly spending is required.

Purpose:

This API is used to remove the monthly spending cap from a card, giving the cardholder the ability to spend without restrictions for that specific time frame.

Response:

Upon a successful request, the API confirms that the velocity rule (monthly spending limit) has been removed from the specified card.

Key Features:

  • Remove Monthly Spending Cap: Detaches any set velocity (monthly spending) limits from the specified card, allowing unlimited spending for that period.
  • Flexible Spending Control: Ideal for use cases where unrestricted spending is required on a specific card, for example, high-spend periods or special purchases.

๐Ÿ“˜

Summary:

The POST /api/spendRules/detachVelocity endpoint allows users or administrators to remove the monthly spending limit (velocity rules) on a specific card. By detaching this limit, the card becomes unrestricted for spending within the monthly period, providing flexibility when necessary. Ensure proper authentication and authorization when modifying spending rules to maintain the cardโ€™s financial control.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!