Preview the deposit instructions for a corridor
Returns the bank account text your organization publishes for a
bank_transfer corridor — same content that gets embedded
automatically in an announced payin’s response. Useful to render a
“where do I send the money” screen before the payer creates the
payin, or to show the current instructions on a static page.
Only corridors with an active, admin-configured instruction return
content; everything else responds 404 not_found (nothing to
preview — the corridor either doesn’t require it or nobody
configured it yet).
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Response
Active deposit instructions for the corridor.
The bank account text your organization publishes for a
bank_transfer corridor. Admin-managed, append-only (a new revision
never overwrites the text a payin already snapshotted).
International SWIFT variant of the corridor (US/USD only, when configured). Same shape, with its own qr_payload and qr_png_base64.