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
| Attribute | Type | Required | Description |
|---|---|---|---|
| cardId or cardToken | Integer | Yes | Card identifier. |
Request Example
{
"cardId": 1
}