View spend, funding, withdrawal, and fee activity for a single card. History is recorded from issuer webhooks and API operations.Documentation Index
Fetch the complete documentation index at: https://docs.payvessel.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Provide the
card_idfor the card you want history for. - Optionally set
size(default 50, maximum 100). - Receive transactions with amount, entry (debit/credit), status, merchant, and timestamps.
When to use
- Show card activity in your customer portal
- Reconcile spends against issuer statements
- Support disputes using the transaction
id(same value asref_id)
API Reference
Full request/response details and Try it
