Authorizations
Query Parameters
The type of period to summarize the card program by. If lifetime
is specified, the period_key
is not required.
year
, month
, week
, day
, lifetime
A string to indicate the period to retrieve the card program summary for.
- For
year
, the period key should be in theYYYY
format - For
month
, the period key should be in theYYYYMM
format - For
week
, the period key should be in theYYYYMMDD
format indicating the beginning day of the week. - For
day
, the period key should be in theYYYYMMDD
format - For
lifetime
, the period key is not required Note that if a specific period is specified, this endpoint currently only supports fetching for periods with complete data (e.g. only up to the previous year, month, week, or day).
Response
The summary of a card program
The summary of a card program for a given period
The period type of the card program summary
year
, month
, week
, day
, lifetime
The starting date of the period, in ISO8601 format
"2025-01-01"
The number of cards provisioned during the period
1123
The number of card transactions during the period, excluding refunds.
31415
The number of cards provisioned during the period, by issuing country. The key is the ISO-3166-1 alpha-3 country code, and the value is the number of cards provisioned for that issuing country.
{ "USA": 123, "MEX": 45 }
The total transaction volume during the period, in USD
"-100.0"
The number of card accounts that transacted during the period
2047
The number of card transactions during the period, by merchant country. The key is the ISO-3166-1 alpha-3 country code, and the value is the number of card transactions for that merchant country.
{ "USA": 74, "MEX": 55 }
The transaction volume during the period, by merchant country. The key is the ISO-3166-1 alpha-3 country code, and the value is the transaction volume for that merchant country.
{ "USA": "7.04", "MEX": "5.0" }
The number of cards that transacted during the period, by issuing country. The key is the ISO-3166-1 alpha-3 country code, and the value is the number of cards transacted for that issuing country.
{ "USA": 123, "MEX": 45 }