v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB3D Secure
3D Secure Initialize
Initializes a 3D Secure Card Authentication Request.
Request to enable at TabaPay Support or help@tabapay.com
post/v2/clients/{ClientID}/3ds/init
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
Request body
Example request
{
"account": {
"accountID": "22CharacterTabaPayID12",
"card": {
"accountNumber": "4111111111111111"
}
},
"order": {
"currency": "840"
}
}Response
A JWT is Created.