Get account's available spend limits

Get an Account's available spend limits, which is based on the spend limit configured on the Account and the amount already spent over the spend limit's duration. For example, if the Account has a daily spend limit of $1000 configured, and has spent $600 in the last 24 hours, the available spend limit returned would be $400.

Path Params
uuid
required

Globally unique identifier for account.

Responses

Response body
object
available_spend_limit
object
required
integer

The available spend limit (in cents) relative to the daily limit configured on the Account (e.g. 100000 would be a $1,000 limit).

integer

The available spend limit (in cents) relative to the lifetime limit configured on the Account.

integer

The available spend limit (in cents) relative to the monthly limit configured on the Account.

spend_limit
object
integer

The configured daily spend limit (in cents) on the Account.

integer

The configured lifetime spend limit (in cents) on the Account.

integer

The configured monthly spend limit (in cents) on the Account.

spend_velocity
object
integer

Current daily spend velocity (in cents) on the Account. Present if daily spend limit is set.

integer

Current lifetime spend velocity (in cents) on the Account. Present if lifetime spend limit is set.

integer

Current monthly spend velocity (in cents) on the Account. Present if monthly spend limit is set.

Language
Credentials