latestOpenAPI 3.0.12026-08-104068226.2 KB

a772504dcc9e

Cards servicing

List all cards for a person

Returns all cards associated with the person provided in the request URL

get/v1/persons/{person_id}/cards

Path parameters

person_idstring required

Query parameters

filter[status]string

Filter the results by the card status

page[number]integer

Page number to return

page[size]integer

The number of results per page to return

Response

Successful result of the operation

idstring

ID of the card.

status'ACTIVE' | 'ACTIVATION_BLOCKED_BY_SOLARIS' | 'BLOCKED' | 'BLOCKED_BY_SOLARIS' | 'CLOSED' | 'CLOSED_BY_SOLARIS' | 'COUNTERFEIT_CARD' | 'FRAUD' | 'INACTIVE' | 'LOST' | 'NEVER_RECEIVED' | 'PROCESSING' | 'STOLEN'

The current status of the card.

referencestring

Unique reference number for the card.

type'MASTERCARD_DEBIT' | 'VISA_DEBIT' | 'MASTERCARD_BUSINESS_DEBIT' | 'VISA_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_DEBIT' | 'VIRTUAL_VISA_DEBIT' | 'VIRTUAL_MASTERCARD_BUSINESS_DEBIT' | 'VIRTUAL_VISA_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_FREELANCE_DEBIT' | 'VIRTUAL_VISA_FREELANCE_DEBIT'

The type of the card.

expiration_datestring

The expiration date of the card.

new_card_orderedboolean

Boolean that indicates if a new physical card was ordered for this card resource (either for the first time or as a replacement).

person_idstring

ID of the cardholder person resource.

account_idstring

ID of the account to which the card is tied.

business_idstring

(For business cards) ID of the business with which the card is associated.

partner_idstring

ID of the partner with which the card is associated.

owner_1_idstring

SIA Identifier for a given partner

card_account_statusstring
sia_related_account_idstring

SIA Related Account ID. We generate this ID for the SIA card processor to reference the banking Account of the Card in their system. The referred SIA Account holds money balance, for example. A banking Account can have multiple Cards. For each of such cards, we have their own unique SIA Account Number.

created_atstring
ibanstring

IBAN of the banking Account this Card is connected to

emoney_visa_settlement_ibanstring

IBAN of the banking account used for settling emoney transactions

sia_account_numberstring

SIA account number

visa_profile_idstring

VISA profile ID

Example response

[
  {
    "id": "8febdba4912a747808ccc6f95f82bbb4",
    "reference": "87285d83-ab15-4906-af87-5763801d9e43",
    "type": "MASTERCARD_DEBIT",
    "expiration_date": "2020-12-30",
    "person_id": "5af2ea4271038d5c53e68ccbf4fe43b3cper",
    "account_id": "a5844f601567db9b59b3531245a58e96cacc",
    "business_id": "52e6a9b8a559d842ed7d8901b0e1bf4bcbiz",
    "representation": {
      "line_1": "SLY STALLONE",
      "line_2": "BUSINESS NAME",
      "masked_pan": "537458******4567",
      "formatted_expiration_date": "09/22"
    },
    "partner_id": "a0461d31b910023de5647306e1e9a62bcpar",
    "owner_1_id": "00059",
    "card_account_status": "active",
    "sia_related_account_id": "55874C893FE53ADFE44F01",
    "created_at": "2019-11-13T15:19:21.000Z",
    "iban": "DE00116474734556211581",
    "sia_account_number": "500000001103"
  }
]