v66

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

Update account credit configuration

Update an account's credit configuration

patch/v1/financial_accounts/{financial_account_token}/credit_configuration

Path parameters

financial_account_tokenstring uuid required

Globally unique identifier for financial account.

Request body

credit_limitinteger
external_bank_account_tokenstring uuid
credit_product_tokenstring

Globally unique identifier for the credit product

tierstring

Tier to assign to a 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"
}