Get contact information on the account.
The Fiskil Data Provider will include a self-signed JWT as a Bearer token in the Authorization header.
You should verify this JWT using the JWKS URL you can find for your Data Provider instance in the Fiskil
Console. To verify the JWT you must:
exp claimsub and iss claims are your data provider subdomainaud claim is the URI of the resource being requested (excluding any query parameters)jti value is unique
For further detail on security and authentication refer to our Authentication documentationAccount identifier, found in the GET /accounts endpoint response.
Note: If the status of the accountId provided is RESTRICTED, you can send a 200 response with an empty body to indicate that no payment networks are available at this time.
Value for a unique identifier
256"someLongTermUniqueIDString"
Unique identifier for the user the account belongs to. This will be the user that authorized the data sharing.
Value for a unique identifier
256"someLongTermUniqueIDString"
Details used to verify an account
Details used to verify an account
Owners of the account.
1[
{
"relationship": "SECONDARY",
"name": {
"first": "Ernest",
"middle": "Miller",
"last": "Hemingway",
"suffix": "IV"
}
},
{
"relationship": "PRIMARY_JOINT",
"name": {
"first": "Maya",
"last": "Angelou",
"middle": "Annie"
}
}
]Email addresses associated with the account
1[
"[email protected]",
"[email protected]"
]Physical mail addresses associated with the account
1[
{
"line1": "1850 N Clark St",
"line2": "Apartment 103",
"city": "Chicago",
"region": "IL",
"postalCode": "60614",
"country": "US"
},
{
"line1": "2014 N Main St",
"city": "San Francisco",
"region": "CA",
"postalCode": "94105",
"country": "US"
}
]Telephone numbers associated with the account
1[
{
"type": "HOME",
"country": "1",
"number": "3127771926"
},
{
"type": "CELL",
"country": "53",
"number": "45915607"
},
{
"type": "HOME",
"country": "1",
"number": "4157771926"
}
]