Requery one of the partner's own outbound transfers (confirm bank status now).
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
Path Parameters
Response Body
curl -X POST "https://example.com/api/v1/bankrail/transfers/string/requery"Submit an outbound transfer (partner perimeter). POST
Creates an outbound transfer attributed to the authenticated partner. The partner identity (req.user.partnerId from PartnerHmacGuard) is recorded on bankrail.outbound_transfers.consumer_partner_id; the callback dispatcher will sign the terminal-state callback with the partner's active callback-signing credential when one exists. Returns 202 Accepted; the outbound contract is async — failure outcomes surface via state on the response body, not 4xx/5xx.
List the caller's own counterparties. GET
Next Page