Card
/
Get cards list

Get cards list

POST
https://agents-api-sit.finci.com:5500/v1/get-cards

Returns the list of cards that match the submitted filter criteria.

Headers

    X-Auth-Token
    string
    Required
    Partner Token
    X-Auth-Signature
    string
    Required
    Signature of the request body
    X-Auth-Timestamp
    string
    Required
    Request timestamp (Unix Epoch in UTC).

Request body

    person_id
    string
    Person ID. Must be filled if account owner is a private person
    Examples:10011000000000000001
    corporate_id
    string
    Corporate ID. Must be filled if account owner is a corporate.
    Examples:10011100000000000001

Response

Cards list
    status
    string
      success
      string
      error
      string
    errors
    array of string
    Error codes list
    items
    array of object
    List of cards
      token_id
      string
      Card token ID
      embossing_name
      string
      Embossing name. Allowed case-insensitive characters; a single space " " is valid.
      card_number
      string
      Masked card number. XXXX-XX**-****-XXXX
      expiration_date
      string
      Card expiration date, YYYY-MM, 2026-03
      product_id
      integer
      Client or Company product ID.
    total
    integer
    Total number of cards
Built with