Skip to main content
POST
/
api
/
v1
/
threedschallenge
cURL
curl --request POST \
  --url https://api.novacpayment.com/api/v1/threedschallenge \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'data={
  "key": "<string>",
  "value": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Input your Bearer token in this format - Bearer {your token here} to access this API

Body

application/x-www-form-urlencoded
data
object[]

Response

200

OK