Get Card Limits (GQL)

Note: All the card APIs have the endpoint: /graphql

Use this API to retrieve the current limits for a specific card.

This includes essential information like the maximum available credit, transaction limits, and any restrictions set on the card for specific transactions (e.g., daily withdrawal limits, purchase limits).

The API is useful for verifying the card's available limits before performing any transactions or for checking the limits that are in place for a specific card type.

Behavior: A successful response from this API indicates that the card limits were successfully retrieved.

Body Params

The following fields are used to retrieve card limit details, including the associated velocity and merged velocity rules.

ParameterDescriptionMandatoryData TypeExample
Card(id)The unique identifier for the card.YesInteger1224
mergedVelocityRulesList of merged velocity rules that apply to the card.NoObject
velocityRulesList of velocity rules that apply to the card.NoObject
controlsControl type applied to the velocity rules (e.g., daily, weekly).NoString"daily"
expiryDateThe expiration date of the velocity rule.NoString"2025-12-31"
categoryCategory of the limit (e.g., withdrawal, purchase).NoString"purchase"
timeUnitThe time unit for the velocity rule (e.g., days, weeks, months).NoString"days"
timePeriodThe time period in which the limit applies (e.g., 30).NoInteger30
typeType of limit applied (e.g., monetary, transaction count).NoString"monetary"
valueThe value associated with the limit (e.g., amount, number of transactions).NoInteger1000
Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json