COMING SOON
Retrieve a list of monthly statements for an issued card. All existing statements for the card will be retrieved.
To retrieve a list of statements, you will need:
GET /v1/integrated-cards/{financialAccountId}/statements
Authorization: Bearer <access_token>
financialAccountId REQUIRED
string (UUID)
ID of the integrated Financial Account. The issued card is linked to this Financial Account.
None
Returns an array of Card Statement objects.
SAMPLE RESPONSE
{
"customerId": "244110b1-dfea-4667-83e3-51dc19115fa4",
"balance": "3000.00",
"generatedStatements": [
{
"month": "01",
"year": "2023"
},
{
"month": "02",
"year": "2023"
}
]
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.