Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BLIK: Determine WC Subscription support #3957

Closed
1 of 6 tasks
Tracked by #3814
cesarcosta99 opened this issue Feb 25, 2025 · 1 comment
Closed
1 of 6 tasks
Tracked by #3814

BLIK: Determine WC Subscription support #3957

cesarcosta99 opened this issue Feb 25, 2025 · 1 comment
Assignees
Labels
component: LPMs/APMs Issues related to LPMs/APMs

Comments

@cesarcosta99
Copy link
Contributor

cesarcosta99 commented Feb 25, 2025

Ensure that the BLIK is compatible with WooCommerce Subscriptions. This includes handling initial payments, renewals, and special cases such as free trials and zero-value payments.

pcrvl0-1E6-p2 determined BLIK doesn't support WooCommerce Subscriptions given how the payment flow works. But we'll be looking in more detail during implementation to confirm.

  • Determine if WooCommerce Subscriptions is supported for BLIK.

If supported:

  • Ensure support for different subscription types:
    • Simple subscription.
    • Variable subscription.
    • Free trial subscription.
    • Zero-value payments.
  • Ensure the subscription pay for order flow works correctly.
  • Verify that automatic renewals process successfully.
  • Ensure failed payment retries and subscription status updates are handled successfully.
  • Add unit tests to cover subscription-related payment flows.
@cesarcosta99 cesarcosta99 added the component: LPMs/APMs Issues related to LPMs/APMs label Feb 26, 2025
@cesarcosta99 cesarcosta99 self-assigned this Mar 24, 2025
@cesarcosta99
Copy link
Contributor Author

As flagged in #3955, BLIK doesn't support tokenization, which by extension, makes it incompatible with WooCommerce Subscriptions.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
component: LPMs/APMs Issues related to LPMs/APMs
Projects
None yet
Development

No branches or pull requests

1 participant