Skip to main content
GET
/
v1
/
aggregators
/
{raast-aggregator-id}
/
title-fetch
Title Fetch
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"
  }
}

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

raast-aggregator-id
string
required

The unique identifier for the aggregator

Example:

"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"

Query Parameters

iban
string

IBAN to fetch the registered account title for.

Example:

"PK46MPBL0101017140572181"

Response

This response contains account title details fetched from Raast

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Raast account title lookup result