Skip to main content
POST
/
api
/
public
/
v1
/
radar-sessions
Create radar session
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/radar-sessions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkoutSessionId": "<string>",
  "orderId": "<string>",
  "paymentId": "<string>",
  "stripeRadarSessionId": "<string>",
  "stripeRadarSessionData": "<unknown>",
  "airwallexRadarSessionId": "<string>",
  "finixRadarSessionId": "<string>",
  "finixRadarSessionData": "<unknown>"
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
checkoutSessionId
string
orderId
string
paymentId
string
stripeRadarSessionId
string
stripeRadarSessionData
any
airwallexRadarSessionId
string
finixRadarSessionId
string
finixRadarSessionData
any

Response

Successful response