3D 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.