A place to discuss charging merchants for your apps and services using the billing API.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We are creating a recurring application charge with EVERY_30_DAYS with 7 days free trial. But after 7 days of free trial, the shopify is generating next bill after a month from the end date of free trial. But case should immediately after free trial charge should made for using the app.
{
"id": 222222222,
"name": "ABC subscription",
"price": "199.00",
"billing_on": "2024-02-01",
"status": "active",
"created_at": "2023-12-26T15:39:00+05:30",
"updated_at": "2024-01-02T16:35:04+05:30",
"activated_on": "2023-12-26",
"return_url": "https://abc.com/return",
"test": false,
"cancelled_on": null,
"trial_days": 7,
"trial_ends_on": "2024-01-02",
"api_client_id": 6666666666,
"decorated_return_url": "https://abc.com/return?charge_id=222222222",
"currency": "USD"
}
Hi Kamalnathlp,
Just to confirm - you're expecting to see a recurring application charge happen directly after the free trail is over, but what is happening is the recurring charge is happening 30 days after the free trial ends?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi,
Running into same issue. Did you ever find a workaround / fix?
hey, have you found the solution yet?