v1
latestOpenAPI 3.0.32026-07-2650226215.9 KBUpdate an External Account
Update an External Account. Only label and metadata are mutable; any other JSON key in the body is rejected with 400.
Path parameters
External Account ID (ext_ prefix).
Request body
Optional display label.
Free-form key-value pairs stored on the resource and echoed back on reads.
Response
The request has succeeded.
Public TypeID, e.g. txn_01h455vb4pex5vsknk084sn02q; legacy UUID suffixes are accepted until non-v7 rows are retired.
Resource type discriminator. Always "externalAccount".
External Account type. card is created only via the dedicated POST /external-accounts/cards endpoint; supplying type = card to the generic create is rejected with 422 cardMustUseCardEndpoint. card and walletExternal remain valid for reads, lists, get and delete.
Coarse classification derived from type, stored for query convenience.
Lifecycle of an External Account. pending → active on successful provisioning; pending → failed on upstream rejection or provisioning timeout. rejected (create-time country screening) and invalid (derived from payout returns) are reserved enum values with no transition logic in this slice. deleted is the soft-delete terminal.
Closed enum stamped on an External Account when status = failed.
Set when status = rejected (compliance screening).
Set when status = invalid (derived from payout returns). Free-text for now; a closed enum lands with the invalidation transition logic.
Optional display label.
Free-form key-value pairs supplied at creation or update.
Transaction ids that this registration submitted for sender-attribution release. Returned ONLY on the POST create response, and only when registering this walletExternal matched held inbounds. Attribution is async: each entry is submitted to the provider from awaitingAction.awaitingSenderAttribution and moves to processing.fundsPulled once settlement confirms - so an immediate GET of an id may still show awaitingAction. Omitted on GETs (the create path is the only writer).
When the external account was registered.
When the external account was last updated.