Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

After free trial, recurring application charge is applied month later.

After free trial, recurring application charge is applied month later.

kamalnathlp
Shopify Partner
6 0 4

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"
        }

 

Replies 7 (7)

Liam
Community Manager
3108 344 910

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

kamalnathlp
Shopify Partner
6 0 4

Yes @Liam 

jctoronto2
Shopify Partner
2 0 0

Hi,

Running into same issue. Did you ever find a workaround / fix?

kom28
Shopify Partner
13 2 1

hey, have you found the solution yet?

kamalnathlp
Shopify Partner
6 0 4

@jctoronto2 As checked with shopify, it was the intended behaviour. 

vlshdevit
Shopify Partner
2 0 0

Hi @kamalnathlp 
do you have some description or link to it?

vlshdevit
Shopify Partner
2 0 0

Hi @Liam ! 
Is any updates for this question? Related to my case also.