Skip to main content
WEBHOOK
session.failed
{
  "type": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "id": "<string>",
    "status": "pending",
    "user_id": "<string>",
    "game_id": "<string>",
    "item": {
      "title": "<string>",
      "price": 123,
      "currency": "USD",
      "image": "<string>",
      "country": "<string>"
    },
    "created_at": "2023-11-07T05:31:56Z",
    "payment_id": "<string>",
    "paid_at": "2023-11-07T05:31:56Z",
    "failed_at": "2023-11-07T05:31:56Z",
    "cancelled_at": "2023-11-07T05:31:56Z",
    "expired_at": "2023-11-07T05:31:56Z",
    "tax": {
      "amount": 1
    },
    "metadata": {
      "offer_id": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Fired when a payment attempt related to a session fails

type
string
required
Allowed value: "session.failed"
timestamp
string<date-time>
required
data
data · object
required

Response

200

Event processed