get https://api.talkdeskapp.com/fsi/contacts//cards/
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. > = 16 characters > <= 16 characters > Example: > XXXXXXXXXXXX4521. Required.4 - "card_type" (string) - inform the card type. Allowed values: "DEBIT", "CREDIT". Required. 5 - "activation_at" (string) - card activation date. 6 - "inactive_date" (string) - card inactivation date. Required. 7 - "holder_name" (string) - the name printed in the card. <= 30 characters. Required. 8 - "issuer" (string) - card's issuer. Example: "MASTER CARD". 9 - "status" (string) - card's current status. Allowed values: "ACTIVE", "CLOSED", "INACTIVE", "BLOCKED", "LOST_STOLEN". Required. 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 ) - card payment due date. 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. 20.1 - "self" (object) - link of the current page. Required. 20.1.1 - "href" (string) - address of the resource. | 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 Availability
The FSI Integrations API has been in General Availability since January 2023.
Troubleshooting
If 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.