Automattic / woocommerce-payments

Accept payments via credit card. Manage transactions within WordPress.
https://wordpress.org/plugins/woocommerce-payments/
Other
173 stars 69 forks source link

Use payment intents in payment details view #353

Open luizreis opened 4 years ago

luizreis commented 4 years ago

The authorization failed and authorization expired statuses, along with any SCA status can only be checked using the payment_intent object, which is not expandable when using the charge API. We currently use the charge object to populate the payment detail view, but it seems like it would be better if we switch to using payment_intent.

Stripe also uses the payment intent whenever rendering the transaction details, even if you use a charge in the link.

vbelolapotkov commented 2 years ago

The scope of this change might be too large to be solved within a single issue. We might need to do some experiments first and turn it into epic.

eduardoumpierre commented 2 years ago

Just providing some updates regarding this issue:

eduardoumpierre commented 1 year ago

The work on this issue was paused due to changes in the priorities and might be tackled in paJDYF-50Z-p2.

dwainm commented 1 year ago

@eduardoumpierre I'm moving this into the next sprint. To be tackled after CTP3.

dwainm commented 1 year ago

Since this is on-hold, I'm removing it from the sprints for now. Let's review this for the upcoming sprint planning.