How it works
- Provide the PayVessel
card_idreturned from create (or list). - Receive the card object: PayVessel syncs status and balance when needed.
- Poll after create until
statusisACTIVE: thencard_number,cvv, andexpiryare included in the response.
Response fields (ACTIVE / FROZEN)
While
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
