Get Statements
GET
/public/v3/customers/{customer_id}/accounts/{account_id}/statements
Parameter | Data type | Required? | Description |
---|---|---|---|
customer_id | string | yes | Customer ID |
account_id | string | yes | Account ID |
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
AccountId | string | yes | Account ID |
StatementId | string | yes | Statement ID |
StatementReference | string | no | Statement Reference |
Type | string | no | Type |
StartDateTime | string | no | Start Date Time |
EndDateTime | string | no | End Date Time |
CreationDateTime | string | no | Creation Date Time |
StatementDescription | Array<string> | no | Statement Descriptions |
StatementFee | Statement Fee | no | StatementFee Object |
StatementInterest | Statement Interest | no | StatementInterest Object |
StatementRate | Statement Rate | no | StatementRate Object |
StatementValue | Statement Value | no | StatementValue Object |
StatementDateTimes | Statement Date Time | no | StatementDateTimes Object |
StatementAmounts | Statement Amount | no | StatementAmounts Object |
StatementBenefits | Statement Benefit | no | StatementBenefits Object |
Parameter | Data type | Required? | Description |
---|---|---|---|
Description | Array<string> | no | Descriptions |
CreditDebitIndicator | string | no | Credit Debit Indicator |
Type | string | no | Type |
Rate | double | no | Rate |
RateType | string | no | Rate Type |
Frequency | string | no | Frequency |
Amount | string | no | Amount |
Currency | string | no | Currency |
Parameter | Data type | Required? | Description |
---|---|---|---|
Description | Array<string> | no | Descriptions |
CreditDebitIndicator | string | no | Credit Debit Indicator |
Type | string | no | Type |
Rate | double | no | Rate |
RateType | string | no | Rate Type |
Frequency | string | no | Frequency |
Amount | string | no | Amount |
Currency | string | no | Currency |
Parameter | Data type | Required? | Description |
---|---|---|---|
Type | string | no | Type |
Rate | double | no | Rate |
Parameter | Data type | Required? | Description |
---|---|---|---|
Type | string | no | Type |
Rate | double | no | Rate |
Parameter | Data type | Required? | Description |
---|---|---|---|
Type | string | no | Type |
DateTime | string | no | Date Time |
Parameter | Data type | Required? | Description |
---|---|---|---|
CreditDebitIndicator | string | no | Credit Debit Indicator |
Type | string | no | Type |
Amount | string | no | Amount |
Currency | string | no | Currency |
Parameter | Data type | Required? | Description |
---|---|---|---|
Type | string | no | Type |
Amount | string | no | Amount |
Currency | string | no | Currency |
1
2
3
curl --location --request GET 'https://api.friendlyscore.com/public/v3/customers/{customer_id}/account/{account_id}/statements' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"data": [
{
"AccountId": "123",
"StatementId": "123",
"StatementReference": "123",
"Type": "123",
"StartDateTime": "123",
"EndDateTime": "123",
"CreationDateTime": "123",
"StatementDescription": "['description 1', 'description 2']",
"StatementFee": [
{
"Description": "['description 1', 'description 2']",
"CreditDebitIndicator": "123",
"Type": "123",
"Rate": "123.23",
"RateType": "123",
"Frequency": "123",
"Amount": "50.23",
"Currency": "GBP"
}
],
"StatementInterest": [
{
"Description": "['description 1', 'description 2']",
"CreditDebitIndicator": "123",
"Type": "123",
"Rate": "123.23",
"RateType": "123",
"Frequency": "123",
"Amount": "50.23",
"Currency": "GBP"
}
],
"StatementRate": [
{
"Rate": "123",
"Type": "123"
}
],
"StatementValue": [
{
"Value": "123",
"Type": "123"
}
],
"StatementDateTimes": [
{
"Type": "123",
"DateTime": "123"
}
],
"StatementAmounts": [
{
"CreditDebitIndicator": "123",
"Type": "123",
"Amount": "50.23",
"Currency": "GBP"
}
],
"StatementBenefits": [
{
"Type": "123",
"Amount": "50.23",
"Currency": "GBP"
}
]
}
]
}
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)