v1
latestOpenAPI 3.1.02026-07-2656114159.7 KBIssuing
Create a Card
Create a USD virtual card for a customer with full KYC and initial prefund. This operation is asynchronous: the response returns a card in PENDING status, and PayVessel notifies you via a webhook when the card reaches its final status (for example ACTIVE). You may also poll Get a Card until activation completes.
post/pms/api/external/request/virtual-cards/
Headers
api-keystring required
Your Payvessel public API key
api-secretstring required
Your Payvessel secret
Content-Type'application/json' required
Request content type
Request body
Example request
{
"prefund_amount": "10.00"
}Response
Virtual card creation started
Example response
{
"message": "Virtual card creation started"
}