| Endpoint | Purpose | Key request parameters |
|---|---|---|
| GET /title-fetch | Returns the registered account title for a Raast IBAN. | iban (query) |
| GET /account-info | Retrieves metadata for an IBAN or alias, optionally combining title fetch. | iban or alias_* params; with_title_fetch flag |
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
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