Get transfer product usage metrics
POST /transfer/metrics/get
Use the /transfer/metrics/get endpoint to view your transfer product usage metrics.
Request Body
Required
Defines the request schema for /transfer/metrics/get
Parameters
client_id
Your Plaid API
client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
Your Plaid API
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
originator_client_id
The Plaid client ID of the transfer originator. Should only be present if
client_id is a Platform customer.
Response
Defines the response schema for /transfer/metrics/get
Response Properties
request_id
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
daily_debit_transfer_volume
Sum of dollar amount of debit transfers in last 24 hours (decimal string with two digits of precision e.g. “10.00”).
daily_credit_transfer_volume
Sum of dollar amount of credit transfers in last 24 hours (decimal string with two digits of precision e.g. “10.00”).
monthly_transfer_volume
Sum of dollar amount of credit and debit transfers in current calendar month (decimal string with two digits of precision e.g. “10.00”).
monthly_debit_transfer_volume
Sum of dollar amount of debit transfers in current calendar month (decimal string with two digits of precision e.g. “10.00”).
monthly_credit_transfer_volume
Sum of dollar amount of credit transfers in current calendar month (decimal string with two digits of precision e.g. “10.00”).
iso_currency_code
The currency of the dollar amount, e.g. “USD”.
return_rates
Details regarding return rates.
last_60d
Details regarding return rates.
overall_return_rate
The overall return rate.
unauthorized_return_rate
The unauthorized return rate.
administrative_return_rate
The administrative return rate.
authorization_usage
Details regarding authorization usage.
daily_credit_utilization
The daily credit utilization formatted as a decimal.
daily_debit_utilization
The daily debit utilization formatted as a decimal.
monthly_credit_utilization
The monthly credit utilization formatted as a decimal.
monthly_debit_utilization
The monthly debit utilization formatted as a decimal.