Use this endpoint to test card spend and transaction history without real merchant charges. It calls the issuer’s sandbox mock API; PayVessel ingests the result via webhook and updates balance from the issuer.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
- Create and activate a card (Create a Card, then poll Get a Card until
ACTIVE). - POST a simulation with
amountandtype(DEBITorCREDIT). - Issuer fires a webhook — PayVessel records the transaction and refreshes card balance.
- Verify with Get Card Transactions.
Request fields
| Field | Required | Description |
|---|---|---|
amount | Yes | USD amount (e.g. "1.50") |
type | No | DEBIT (default) = spend; CREDIT = refund/credit |
When to use
- End-to-end testing of spend notifications in your app
- QA of transaction lists and balances in sandbox
- Demo environments without real card networks
Limitations
- Card must be ACTIVE and fully linked to the issuer (not pending activation)
- Balance shown in the response may change again after the webhook syncs
- Production requests return a validation error
API Reference — Try it
Run this endpoint in the browser (sandbox)
