Given the contact_id and card_id
Scope
fsi-cards:read
Body Response - Schema
200 (the cards list)
| Parameter | Type | Description | Required |
|---|---|---|---|
| _embedded | object | 1 - "id" (string) - identification for a card. Required. 2 - "card_name" (string) - card name. 3 - "card_number" (string) - a masked card number that can be displayed to the customer.
5 - "activation_at" (string<date>) - card activation date. 6 - "inactive_date" (string<date>) - card inactivation date. Required. 7 - "holder_name" (string) - the name printed in the card. 8 - "issuer" (string) - card's issuer. Example: 9 - "status" (string) - card's current status. Allowed values: "ACTIVE", 10 - "total_credit_limit" (string) - total credit limit. 11 - "available_balance" (string) - card available balance. 12 - "total_amount_due" (string) - card total amount due. 13 - "description" (string) - card's description. 14 - "due_date" (string 15 - "minimum_payment" (string) - card minimum payment. 16 - "interest_rate" (string) - card interest rate. 17 - "periodic_frequency" (string) - card payment periodic frequency. 18 - "custom_type" (string) - card type customized by bank client. 19 - "custom_status" (string) - card status customized by bank client. 20 - "_links" (string) - HAL API self link. Required. | yes |
| total | integer | the total number of items | yes |
401 (unauthorized), 403 (forbidden), 404 (not found)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
API AvailabilityThe FSI Integrations API has been in General Availability since January 2023.
TroubleshootingIf you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.