Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TabaPay 3D Secure API

The 3D Secure API from TabaPay — 3 operation(s) for 3d secure.

TabaPay 3D Secure API is one of 16 APIs that TabaPay publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include 3D Secure. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 39 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://{FQDN}:{PORT}.

3 operations 3 paths 39 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.tabapay.com
Authentication
HTTP Bearer, API Key
License
All rights reserved
Resource Areas
1

Authentication & Security 2

TabaPay 3D Secure API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). An API key is passed in the header as Authorization (custom-header). By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

3D Secure 3
POST
/v2/clients/{ClientID}/3ds/authenticate
3D Secure Authenticate
3dsauthenticate 1 param body → 200
POST
/v2/clients/{ClientID}/3ds/init
3D Secure Initialize
3dsinit 1 param body → 200207404
POST
/v2/clients/{ClientID}/3ds/lookup
3D Secure Lookup
3dslookup 2 params body → 200207404

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are 3dsLookupResponse (17 properties), 3dsAuthenticateResponse (12 properties), browser (11 properties), 3dslookup (9 properties). Each schema is shown below with its type and property counts.

userAgent
string
Deprecated User Agent
screenWidth
string
Deprecated Screen Width
javaEnabled
boolean
Deprecated Java Enabled
language
string
Deprecated Language
currency
string
[ISO 4217](https://en.wikipedia.org/wiki/ISO4217) 3-Digit [Currency Code](https://developers.tabapay.com/reference/currency-numbers/). Optional. Default is 840
3dslookup
object
9 properties 7 required
3dsAuthenticateResponse
object
12 properties
browser
object
Browser Information. For more information on these fields see [here](https://developers.tabapay.com/reference/browser-fields)
11 properties 1 required
deviceChannel
string
Either Browser or SDK
ipAddress
string
Deprecated IP Addresses in IPv4 or IPv6 formats are accepted.
apiResponseSCECEM
object
3 properties
city
string
City
3dsinit
object
3 properties 1 required
authenticationIndicator
string
2-digit [Authentication Indicator](https://developers.tabapay.com/reference/lookup/authentication-indicator)
line1
string
Address Line 1
apiResponseSCEC
object
2 properties
javascriptEnabled
boolean
Deprecated Javascript Enabled
transactionMode
string
1-character [Transaction Mode](https://developers.tabapay.com/reference/lookup/transaction-mode)
productCode
string
3-character [Product Code](lookupproduct-code)
3dsLookupResponse
object
17 properties
SC
integer
[HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes/)
3dsauthenticate
object
2 properties 2 required
transactionType
string
C is the only [Transaction Type](https://developers.tabapay.com/reference/lookup/transaction-type) supported.
amount
string
See how to [properly format an amount](/reference/datahow-to-specify-an-amount-value).
3dsID
string
3dsID returned from [3dsinit](https://developers.tabapay.com/reference/3dsinit/)
sdkSessionID
string
Mobile flow referenceID (used in conjunction with init.sdkVersion, comes from the SDK's setup.onComplete) Required if the device channel is SDK.
colorDepth
string
Deprecated Color Depth
3dsVersion
string
The 3D Secure Version that was used to process this request. Expected values are of the form: 2.X.X
browserInfo
string
Concatenated [Browser Data Fields](https://developers.tabapay.com/reference/browser-fields). Concatenate the below fields (in order!) with the | 1. javascriptE…
zipcode
string
Zip Code If country is 840, zipcode must be 5 or 9 digits. If country is 124, zipcode must be in the A1A 1A1 format. Zip codes from other countries will not be…
EM
string
Short description of the error if an error occurred.
EC
string
Internal Error Code. This is used to help TabaPay team members trace an error.
state
string
State Code [State Code](https://developers.tabapay.com/reference/us-state-codes/) must be a valid 2-character code if country is [840](https://developers.tabap…
phone
object
Phone object
2 properties 1 required
screenHeight
string
Deprecated Screen Height
country
string
[Country Code](https://developers.tabapay.com/reference/country-codes/) Optional. Default is 840
3dsInitResponse
object
6 properties
line2
string
Address Line 2 Optional
header
string
Deprecated Header

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tabapay-3d-secure-api-openapi.yml Raw ↑

Other APIs TabaPay publishes across the network.

TabaPay Account API
TabaPay Bank API
TabaPay Card API
TabaPay Client API
TabaPay FXRate API
TabaPay Health API
TabaPay Key API
TabaPay Ledger API
TabaPay OFAC API
TabaPay SubClient API
TabaPay Tag API
TabaPay Transaction API