Update PIX routing preferences
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Universally unique identifier (UUID v4) of a fiat account.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Body
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"
Response
Successfully updated routing preferences for the PIX account.
The current routing preferences for a fiat account.