Get Banks

GET

/public/v3/customers/{customer_id}/banks

Parameters

ParameterData typeRequired?Description
customer_idstringyesCustomer ID

Query parameters

none

Request Body Parameters

none

Response Body Parameters

ParameterData typeRequired?Description
dataarrayyesArray of available banks
namestringyesName of the bank
slugstringyesBank slug (unique identifier). You will use bank slug in many endpoints to identify bank
is_activebooleanyesInformation if the bank is active now
country_codestringyesCountry code. Currently only GB is supported.
typestringyesBank type (Personal or Business)
is_workingbooleanyesFlag if bank's API is responding at this moment
is_api_onlybooleanyesFlag if bank is available only via the API (Connectivity is not available). You can post your data to this kind of banks.
account_consentsAccount ConsentyesBank accounts consents for this bank

Account Consent

ParameterData typeRequired?Description
consent_idstringyesConsent ID provided by bank. Min 1 char.
creation_date_timetimestampyesCreation timestamp
statusstringyesConsent status, one of: Rejected, AwaitingAuthorisation, Authorised, Revoked
status_update_date_timetimestampyesStatus update timestamp
expiration_date_timetimestampyesSpecified timestamp when the permissions will expire. If it is null, the permissions will not expire.
transaction_from_date_timetimestampyesSpecified timestamp for the transaction query period. If this is not populated, the start date will be open ended, and data will be returned from the earliest available transaction
transaction_to_date_timetimestampyesSpecified timestamp for the transaction query period. If this is not populated, the end date will be open ended, and data will be returned to the latest available transaction.

Request example

1 2 3 curl --location --request GET 'https://api.friendlyscore.com/public/v3/customers/{customer_id}/banks' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {access_token}'

Response example:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 { "data": [ { "name": "FS Demo Bank", "slug": "fs-demo-bank", "is_active": true, "country_code": null, "type": null, "is_working": true, "is_api_only": false, "account_consents": [ { "consent_id": "string", "creation_date_time": "1553077496", "status": "string", "status_update_date_time": "1553077496", "expiration_date_time": "1553077496", "transaction_from_date_time": "1553077496", "transaction_to_date_time": "1553077496" }] } ] }

Was this article helpful?

Friendly Score UK Ltd.

84 Brook Street

London W1K 5EH

Call us on +44 20 3709 6726

Company registered in England

Company number 09168668, ICO ZA111687

VAT registration number 206 9758 80

Authorised and Regulated by the Financial Conduct Authority. (FRN: 821100, 781963)