Skip to content

add store_transaction_id property for non-subscriptions + update example #714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions openapi-spec/api-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,11 @@ components:
- `play_store`: The product was purchased through the Google Play Store.
- `amazon`: The product was purchased through the Amazon Appstore.
- `stripe`: The product was purchased through Stripe.
store_transaction_id:
type: string
example: GPA.3314-8787-2119-77742
description: |
Identifier of the purchase in the store's API.
original_app_user_id:
type: string
example: XXX-XXXXX-XXXXX-XX
Expand Down Expand Up @@ -1176,6 +1181,7 @@ components:
is_sandbox: true
purchase_date: "2019-04-05T21:52:45Z"
store: app_store
store_transaction_id: "GPA.3314-8787-2119-77742"
original_app_user_id: XXX-XXXXX-XXXXX-XX
original_application_version: "1.0"
original_purchase_date: "2019-01-30T23:54:10Z"
Expand Down