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.

Re: Recurring Billing Charge Accepted but not Activated

Recurring Billing Charge Accepted but not Activated

excelweb
Visitor
2 0 0

Hi,

I've got my first app approved on the store but running into an issue that I can't seem to replicate on my side. A store owner has upgraded to premium version of the app and accepted the charge which I can see in the logs. However, the charge was never activated. Is there a way I can manually activate the charge?

I should note this seems like an isolated instance as we've had other stores successfully upgrade the app.

I'm using Laravel Shopify wrapper for my app. I'm just not entire sure on how I should proceed and any help would be great!

Thanks!

Replies 3 (3)

David_OL
Shopify Partner
58 1 4

I've had an instance of this where the charge is now stuck in the "accepted" state. I am using the latest API (2021-01).

banned
excelweb
Visitor
2 0 0

Hey David, 

Were you able to activate the charge manually or how did you go about solving the issue? I

David_OL
Shopify Partner
58 1 4

Yes I had to manually activate the charges so I've now got that in place if charge status == 'accepted' then activate.

banned