Mono Colombia

Spending Controls

Set up rules and controls for card spending

Endpoints for managing spending controls, rules, and targets.

Spending Controls

MethodEndpointDescription
GET/v1/spending_controlsGets all the Card spending controls
POST/v1/spending_controlsCreates a spending control
GET/v1/spending_controls/{id}Get a spending control
PATCH/v1/spending_controls/{spending_control_id}Updates a spending control
DELETE/v1/spending_controls/{id}Deletes a spending control

Rules

MethodEndpointDescription
PUT/v1/spending_controls/{spending_control_id}/rulesAdd or update a rule to a spending control
DELETE/v1/spending_controls/{spending_control_id}/rules/{type}Delete a rule of a spending control

Targets

MethodEndpointDescription
GET/v1/spending_controls/{spending_control_id}/targetsList spending control's targets
PATCH/v1/spending_controls/{spending_control_id}/add_targetsAdd target to a spending control
DELETE/v1/spending_controls/{spending_control_id}/remove_targetsRemove targets to a spending control

On this page