API Dokumentation

get/cards/{param}/transactions

getCardTransactions()

Parameter

cardId

string

Erforderlich

fromRecord

number

Erforderlich

recordCount

number

Erforderlich

fromDate

Date

Optional

toDate

Date

Optional

Rückgabetyp

Promise<CardTransaction[]>

Verwandte Verträge

export interface CardTransaction {
  id: string;
  cardId: string;
  group: CardTransactionGroup;
  transactionAmount: number;
  transactionCurrency: string;
  accountAmount: number;
  accountCurrency: string;
  date: string;
  isFailed: boolean;
  merchantCategoryCode: string;
  merchantName: string;
  merchantCity: string;
  merchantCountry: string;
  merchantPostalCode: string;
}

HTTP-Zuordnung

GET /cards/{param}/transactions

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Starten Sie Ihre Plattform.

Los geht’s.