Skip to main content
View spend, funding, withdrawal, and fee activity for a single card. History is recorded from PayVessel webhooks and API operations.

How it works

  1. Provide the card_id for the card you want history for.
  2. Optionally set size (default 50, maximum 100).
  3. Receive transactions with amount, entry (debit/credit), status, merchant, and timestamps.

When to use

  • Show card activity in your customer portal
  • Reconcile spends against card transaction history
  • Support disputes using the transaction id (same value as ref_id)

API Reference

Full request/response details and Try it