Skip to main content
GET
/
Receipts
/
{YourAPIKEY}
/
{CustomerID}
Get receipts for a customer
curl --request GET \
  --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Receipts/{YourAPIKEY}/{CustomerID}
{
  "isError": "0",
  "Error": "",
  "Receipts": [
    {
      "Date": "2025-09-23 17:36:11",
      "Receipt": "https://url/receipt"
    }
  ]
}

Path Parameters

YourAPIKEY
string
required
CustomerID
string
required

Response

200 - application/json

List of receipts

isError
string
Example:

"0"

Error
string
Example:

""

Receipts
object[]
I