curl --request GET \
--url https://api.synctera.com/v1/statements/{statement_id} \
--header 'Authorization: Bearer <token>'
{
"saving_summary": {
"apy": 550,
"interest_earned": 150,
"interest_earned_previous_month": 150,
"interest_earned_previous_year": 10000,
"interest_earned_ytd": 10000
},
"account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"end_date": "2023-12-25",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"issue_date": "2023-12-25",
"start_date": "2023-12-25",
"account_summary": {
"account_number": "<string>",
"account_status": "<string>",
"account_type": "<string>",
"balance_ceiling": {
"balance": 123
},
"balance_floor": {
"balance": 123
},
"creation_time": "2023-11-07T05:31:56Z",
"currency": "USD",
"customer_type": "<string>",
"financial_institution": {
"legal_address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"name": "<string>",
"phone_number": "<string>"
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_updated_time": "2023-11-07T05:31:56Z",
"nickname": "<string>"
},
"authorized_signers": [
{
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
}
],
"closing_balance": 123,
"customer_service_details": {
"address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"email": "<string>",
"phone_number": "<string>"
},
"disclosure": "<string>",
"exclude_jit_transactions": false,
"include_child_transactions": false,
"joint_account_holders": [
{
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
}
],
"opening_balance": 123,
"primary_account_holder_business": {
"creation_time": "2023-11-07T05:31:56Z",
"ein": "<string>",
"email": "<string>",
"entity_name": "<string>",
"formation_date": "2023-12-25",
"formation_state": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_updated_time": "2023-11-07T05:31:56Z",
"phone_number": "<string>",
"status": "<string>",
"structure": "<string>",
"trade_names": [
"<string>"
],
"verification_last_run": "2023-11-07T05:31:56Z",
"verification_status": "<string>"
},
"primary_account_holder_personal": {
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
},
"statement_type": "CHARGE_SECURED",
"total_transactions": 123
}
Gets a full statement by its ID.
curl --request GET \
--url https://api.synctera.com/v1/statements/{statement_id} \
--header 'Authorization: Bearer <token>'
{
"saving_summary": {
"apy": 550,
"interest_earned": 150,
"interest_earned_previous_month": 150,
"interest_earned_previous_year": 10000,
"interest_earned_ytd": 10000
},
"account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"end_date": "2023-12-25",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"issue_date": "2023-12-25",
"start_date": "2023-12-25",
"account_summary": {
"account_number": "<string>",
"account_status": "<string>",
"account_type": "<string>",
"balance_ceiling": {
"balance": 123
},
"balance_floor": {
"balance": 123
},
"creation_time": "2023-11-07T05:31:56Z",
"currency": "USD",
"customer_type": "<string>",
"financial_institution": {
"legal_address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"name": "<string>",
"phone_number": "<string>"
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_updated_time": "2023-11-07T05:31:56Z",
"nickname": "<string>"
},
"authorized_signers": [
{
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
}
],
"closing_balance": 123,
"customer_service_details": {
"address": {
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"country_code": "<string>",
"postal_code": "<string>",
"state": "<string>"
},
"email": "<string>",
"phone_number": "<string>"
},
"disclosure": "<string>",
"exclude_jit_transactions": false,
"include_child_transactions": false,
"joint_account_holders": [
{
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
}
],
"opening_balance": 123,
"primary_account_holder_business": {
"creation_time": "2023-11-07T05:31:56Z",
"ein": "<string>",
"email": "<string>",
"entity_name": "<string>",
"formation_date": "2023-12-25",
"formation_state": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_updated_time": "2023-11-07T05:31:56Z",
"phone_number": "<string>",
"status": "<string>",
"structure": "<string>",
"trade_names": [
"<string>"
],
"verification_last_run": "2023-11-07T05:31:56Z",
"verification_status": "<string>"
},
"primary_account_holder_personal": {
"creation_time": "2023-11-07T05:31:56Z",
"first_name": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"last_name": "<string>",
"last_updated_time": "2023-11-07T05:31:56Z",
"middle_name": "<string>",
"relationship_type": "<string>"
},
"statement_type": "CHARGE_SECURED",
"total_transactions": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of a statement
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
statement
A statement for a depository account
Was this page helpful?