v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Financial Account

Get account credit configuration

Get an Account's credit configuration

get/v1/financial_accounts/{financial_account_token}/credit_configuration

Path parameters

financial_account_tokenstring uuid required

Globally unique identifier for financial account.

Response

OK

account_tokenstring uuid required

Globally unique identifier for the account

credit_limitinteger nullable required
external_bank_account_tokenstring uuid nullable required
credit_product_tokenstring nullable required

Globally unique identifier for the credit product

tierstring nullable required

Tier assigned to the financial account

Example response

{
  "account_token": "b68b7424-aa69-4cbc-a946-30d90181b621"
}