API

Receive 3ds callback

Receives a 3ds callback from Teya.

POST/v1/marketplace/payments/callbacks/3ds

Query Parameters

select?array<string>
expand?array<string>

Request Body

application/json

pares?string

The pares parameter from the 3D Secure flow.

cres?string

The cres parameter from the 3D Secure flow.

threeDSSessionData?string

The MD data from the 3D Secure flow is in the attribute.

Response Body

application/json

application/json

curl -X POST "https://api.noona.is/v1/marketplace/payments/callbacks/3ds" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "type": "generic_error",
  "message": "Time slot is not available."
}
{
  "type": "generic_error",
  "message": "Time slot is not available."
}