cURL
curl --request GET \ --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/title-fetch \ --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{ "api_version": "v1", "data": { "statusCode": 0, "acctitle": "Title-1 1007079203", "acctype": "Account" } }
Retrieve account title metadata for a Raast IBAN
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
IBAN to fetch the registered account title for.
"PK46MPBL0101017140572181"
This response contains account title details fetched from Raast
Standard response structure for successful operations
The current version of the API spec
"v1"
Raast account title lookup result
Show child attributes
Was this page helpful?