List the caller's outbound transfers (money out; poll surface).
Partner-visible credential identifier issued by bank-rail at credential provisioning time. Names which credential signed the request; the corresponding signing secret never appears in any request.
In: header
Query Parameters
Response Body
curl -X GET "https://example.com/api/v1/bankrail/transfers?state=string&from=string&to=string&limit=string&offset=string"Credits received on one of the caller's virtual accounts. GET
Previous Page
Issue a BRR (Bankrail Retrieval Reference) — partner perimeter. POST
Mints a BRR as a standalone act, ahead of any payment. The authenticated partner (req.user.partnerId from PartnerHmacGuard) is recorded as the issuer; the partner's customer class and tier are read from bankrail.partners. Returns 200 OK with the opaque BRR token the payer presents and the backing vault row id. Standalone BRR issuance is a BRR-level capability: it succeeds for government and corporate partners; fintech and citizen partners receive a 403 (BRR_NOT_AVAILABLE_FOR_CUSTOMER_CLASS). One route and one schema serve every class — the outcome is categorised by the partner's customer class.