v1

latestOpenAPI 3.0.02026-07-2663155142.2 KB
Magic-Receipts

Get user history magic receipt offer details

Get User History Magic Receipt Offer Details returns the details of a specific magic receipt offer that the user has interacted with.

get/v1/client/user/history/magic-receipts/{receiptOfferId}

Path parameters

receiptOfferIdstring required

Response

OK

Example response

{
  "data": {
    "uploaded_at": "2022-01-01T00:00:00Z",
    "award": "1.23",
    "rejection_reason": "Invalid receipt",
    "reason_id": 12,
    "pending_days": 7
  }
}