Hi,
Has anyone else noticed that starting today, the recurring application charges, created through the REST API, are now skipping the accepted state?
When the merchant accepts the charge, the state of the charge goes directly into active. Previously, it went to accepted first, and then the app had to activate the charge before it went into the active state.
Here is the official explanation of the activation flow: https://shopify.dev/tutorials/charging-for-your-app-with-rest-admin-api-concepts
And the image with the flow:
Since today, the Accepted state is skipped. When the merchant accepts the charge, it goes straight to the Active state.
Does anyone know if this is a bug in the REST API, or a valid change?