Spend controls
Manage spend rules and authorisation forwarding to approve or reject card payments in real time.
Spend controls restrict how a managed card can be used. Rules can set limits by amount and period, or constrain attributes such as merchant category, transaction type, and location.
Use these endpoints to create, retrieve, update, and remove card-level rules. Authorization forwarding can add your own real-time decision after Weavr's spend controls run; your service must answer within the configured timeout.
Read Spend controls for rule types and authorization behavior.
Operations
List card spend rulesGET
/managed_cards/{id}/spend_rulesCreate spend rules for a cardPOST/managed_cards/{id}/spend_rulesUpdate spend rules for a cardPATCH/managed_cards/{id}/spend_rulesDelete all spend rules for a cardDELETE/managed_cards/{id}/spend_rulesApprove or reject card paymentsWebhook/managed_cards/authorisation_request