Skip to main content
Fetch the current state of a single virtual card: status, balance, customer linkage, and full card credentials when the card is ready.

How it works

  1. Provide the PayVessel card_id returned from create (or list).
  2. Receive the card object: PayVessel syncs status and balance when needed.
  3. Poll after create until status is ACTIVE: then card_number, cvv, and expiry are included in the response.

Response fields (ACTIVE / FROZEN)

While status is PENDING, card credentials are omitted: poll until ACTIVE.

Sample response (ACTIVE)

Treat card_number and cvv as highly sensitive. Do not log them or store them in plaintext.

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