Creates or updates the settlement bank routing preferences for a PIX fiat account.
At least one of inboundBankLabel or outboundBankLabel must be provided in the request.
Note: This endpoint will reject updates if the account has active Express routes configured. Accounts with Express routes must update preferences through the Circle Mint UI.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) of a fiat account.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Request body for updating routing preferences. At least one of inboundBankLabel or outboundBankLabel must be provided.
The currency code (e.g., USD, BRL). Must match a supported currency for the account type.
"USD"
Bank identifier for inbound (deposit) transactions.
"customers_bank"
Bank identifier for outbound (withdrawal) transactions.
"scb"
Successfully updated routing preferences for the PIX account.
The current routing preferences for a fiat account.