Recharge
Version 0.0.8
Checkout the ReCharge API docs for more information
Set up
Access to the API will need to be given by a member of the Recharge team. Please reach out to them to enable this for you.
Once this has been enabled for your store, within the ReCharge App, navigate to Integrations in the top navigation bar and click on API tokens on the right-hand corner of the dashboard.
See ReCharge docs for more details.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | All-time (Products). 2 year (all other reports). |
Custom backfill | ❌ | |
Incremental | 🟢 | Supported on all reports except products. |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Customers | updated_at | id | List customers |
Charges | updated_at | id | List charges |
Charges (API v2021-11) | updated_at | id | List charges |
Subscriptions | updated_at | id | List subscriptions |
Orders | updated_at | id | List orders |
Products | N/A | id | List products |
Events (beta) | created_at | id |
API Limitation
- Due to API limitation incremental runs will return duplicates.
API Version
All reports will use your account API settings, with the exception of the
Charges (API v2021-11)
report, which is hardcoded to v2021-11.
Charges
report andCharges (API v2021-11)
The pagination which
Charges
report relies on is supposed to be deprecated in March 2025. We suggest you transition into theCharges (API v2021-11)
report, which relies on the updated pagination method, that the API suggests.The two reports will have different table structure. For the new structure please see the docs here giving example responses.
Charges
API changeThe API introduced changes in March 2025:
"Starting March 19th, 2025, we’re making changes to our retrieve, and list charge endpoints on API versions 2021-01 and 2021-11. Success, refunded, or partially- refunded processed charges over 90 days ago will no longer appear in the results."
You can find more information on the official docs here and here
Updated 7 days ago