🚀 VaultsPay API v1 is live. See what's new →
Payment CardsEnroll Card 3DS

Enroll Card 3DS

The SaaS application can enroll a customer’s card in 3DS (Three-Domain Secure).

POST{baseUrl}/pcs/api/v1/enroll-card-three-ds

Payload

AttributeTypeRequiredDescription
cardId or cardTokenIntegerYesCard identifier.
Request Example
{
  "cardId": 1
}