Call these endpoints before RTP or payout operations to ensure the payer or beneficiary details are valid. Cache responses briefly to avoid extra latency.
GET /account-info accepts optional JSON body parameters (iban, with_title_fetch). Use query parameters if your HTTP client does not support GET bodies.Title fetch example
Title fetch v2 (account number)
UseGET /title-fetch/v2 when you have a conventional account number and bank name instead of an IBAN.
Account info + alias lookup
Use theaccount-info endpoint when you only have the customer’s Raast alias.
Title fetch via alias
UseGET /title-fetch/alias when you have a Raast alias and need the account title quickly.
cURL