Request a one-time-card limit increase
POST/purchase-orders/:code/limit-increase-requests
Request a limit increase on the active credit card backing a one-time purchase order. The request enters the approval workflow (manual or auto-evaluated). Only the purchase request's requester or buyer may create it; recurring purchase orders use the subscription path.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Limit increase request created
Bad request or validation error
Unauthorized - no authenticated user
Forbidden - request denied by authorization, or blocked by the API firewall
No access, or no active card
A pending request already exists for this purchase order
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error