Migrating to Glassfy
If you already have subscriptions you can migrate them to Glassfy: Please be sure to have completed all the integration step in your app (at least with watcherMode : true) and your app is live on App Store and/or Play Store.
Please contact us at [email protected] and prepare the following files:
App Store
Receipt CSV file with the following fields
Column Name | Description |
---|---|
custom_id | your own customer identifier |
receipt | the raw Base64 apple receipt from the application bundle: Server to server receipt does not contain all the required information and does not work |
currency_code | 3 letter ISO 4217 format. EG. EUR for EURO |
country_code | 2 letter ISO 3166 format. EG. IT for Italy` |
Prices CSV file with the following fields
Column Name | Description |
---|---|
product_id | App Store product identifier |
price | |
intro_price | |
currency_code | 3 letter ISO 4217 format. EG. EUR for EURO |
country_code | 2 letter ISO 3166 format. EG. IT for Italy` |
Play Store
Receipt CSV file with the following fields
Column Name | Description |
---|---|
custom_id | your own customer identifier |
token | the Play Store token |
product_id | the Play Store product id) |
Stripe
Stripe Purchases CSV file with the following fields
Column Name | Description |
---|---|
custom_id | your own customer identifier |
stripe_customer_id | Stripe customer identifier |
Updated over 1 year ago