Retrieve the details for a Customer’s default Financial Account. The response includes details about the Financial Account, as well as details for the card or bank account linked to the Financial Account.
GET /v1/customers/{customerId}/financial-accounts/default
Authorization: Bearer <access_token>
customerId
string (UUID)
ID of the Customer Account.
None
Returns details for the Customer’s default Financial Account. One of the following objects is returned:
SAMPLE RESPONSE
{
"id": "6a017f06-83a3-44b7-be6f-5e5cae4a9ed7",
"parentId": "",
"businessAccountId": "c937109c-6077-4b4e-8d28-c6768e3546c5",
"name": "Debit Card",
"defaultFlag": true,
"state": "ACTIVE",
"currency": "USD",
"category": "EXTERNAL",
"type": "CARD",
"subtype": "DEBIT",
"maskedAccountNumber": "******4242",
"accountHolderId": "8c8c5119-3abd-42e8-8b37-f8eaaa4afacb",
"accountHolderType": "CUSTOMER",
"createdAt": "2021-07-08T21:10:51.610Z",
"updatedAt": "2021-07-08T21:10:51.610Z",
"card": {
"firstName": "Mark",
"middleName": "David",
"lastName": "Strong",
"cardNumberTail": "6999",
"expiry": "2027-12",
"billingAddress": {
"addressLine1": "625 Queen St",
"addressLine2": "",
"addressLine3": "",
"city": "Vancouver",
"stateCode": "BC",
"countryCode": "CAN",
"postalCode": "V5K 0A1"
}
}
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2023 RocketKOR, Inc. All rights reserved.