Get aggregated credit card budget for a purchase order
GET/purchase-orders/:code/credit-card-budget
Returns left-to-spend and utilization aggregated across all credit cards linked to the purchase order, calculated from Airplus daily transaction data. For subscriptions ≤12 months this is a single card; for >12 months multiple cards are summed.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Aggregated credit card budget
Bad request - validation error for an out-of-bounds purchase order code
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Purchase order or credit cards not found
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