Instance Method

transactionsByCardNumber(_:)

Retrieves transactions filtered by a full or partial card number.

Declaration

func transactionsByCardNumber(_ cardNumber: String) async throws -> TransactionHistoryResponse

Parameters

cardNumber

The card number or partial digits to match.

Return Value

A list of transactions that match the card filter.

Discussion

Use this to find transactions based on the card used in the purchase.