Fetch the current state of a single virtual card — status, balance, customer linkage, and full card credentials when the card is ready.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 PayVessel
card_idreturned from create (or list). - Receive the card object — PayVessel syncs status and balance from the issuer when needed.
- Poll after create until
statusisACTIVE— thencard_number,cvv, andexpiryare included in the response.
Response fields (ACTIVE / FROZEN)
| Field | Description |
|---|---|
card_number | Full PAN (spaces every 4 digits) |
cvv | Card verification value |
expiry | Expiration (MM/YY) |
status is PENDING, card credentials are omitted — poll until ACTIVE.
Sample response (ACTIVE)
When to use
- Poll activation after Create a Card
- Show the virtual card to your end user in your app
- Confirm freeze/terminate status before the next action
API Reference
Full request/response details and Try it
