The POST /api/spendRules/detachSpendRules endpoint allows you to remove all spending rules associated with a specific payment card, except for the monthly spending limit. This method clears other spending constraints (such as transaction limits, category rules, or merchant restrictions) while keeping the monthly spending cap intact. This is useful for maintaining overall financial oversight while granting more flexibility in specific spending areas.
Purpose:
This API is used to streamline card management by removing various spending restrictions but preserving the monthly spending limit, ensuring continued budget control.
Response:
Upon a successful request, the API confirms that all spending rules, except the monthly limit, have been removed from the specified card.
Key Features:
- Remove All Spend Rules Except Monthly Limit: Clears all other spending rules (e.g., per-transaction limits, merchant restrictions) while retaining the monthly cap.
- Flexible Card Management: Simplifies spending rule management by allowing broad changes while maintaining overall spending control.
Summary:
The POST /api/spendRules/detachSpendRules endpoint provides a streamlined way to remove all spending rules associated with a card, except the monthly limit. It simplifies card management by clearing specific constraints, such as merchant or transaction limits, while maintaining the monthly spending cap for continued financial control. Ensure proper authentication and authorization are in place when modifying spending rules to maintain the security and integrity of the cardโs financial controls.