medusa icon indicating copy to clipboard operation
medusa copied to clipboard

Stripe payment cannot be captured

Open silenaker opened this issue 7 months ago • 4 comments

Bug report

Describe the bug

We are using the @medusajs/payment-stripe provider for payments. However, after the cart is paid and the order is created, the payment cannot be captured, leading to state inconsistency.

The order status remains "Authorized" in such cases.

image

System information

Medusa version (including plugins): 2.0 preview Node.js version: 20 Database: postgresql Operating system: mac os Browser (if relevant): chrome

Expected behavior

The following order status is "Captured," as expected.

image

silenaker avatar Jul 11 '24 02:07 silenaker