> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payingame.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment Successful

> Triggered when a payment is completed (on web2 and/or web3). The receival url can be filled in for Test and production. See documentation on how to do so.



## OpenAPI

````yaml WEBHOOK /payment/webhookdefinedbyuser
openapi: 3.1.0
info:
  title: PayInGame Public API
  description: >-
    REST API for accessing games, products, prices, languages, receipts, and
    payments.
  version: 1.0.0
servers:
  - url: https://intern.payingame.io/rest/PayIngame/PublicAPI
security: []
paths: {}

````