Skip to main content
POST
Provision VGS vault credentials

Path Parameters

cart_token
string
required

Opaque cart token returned by the create-cart response. It scopes the request to a single cart and is the credential for these endpoints — cart-token authentication carried in the path, with no bearer token or API key.

Response

Vault credentials

Success body for VGS vault provisioning.

vault
object
required

VGS Collect vault credentials used to tokenize card data client-side.

requires_3ds
boolean
required

true when 3D Secure is required for this card; mirrors vault.requires_3ds. When true, call verify before authorizing.

payment_account_id
integer
required

Id of the CreditCard payment account resolved and pinned to the cart for this tokenization; routing is fixed to this account for the rest of the flow.

meta
object
required

Standard response metadata included on every response.