Emails from Stripe missing WooCommerce order reference
-
Hi,
Stripe payment confirmation emails are no longer consistently displaying the WooCommerce order reference but are instead sometimes displaying the payment ID.
Stripe investigated two example payments and found the following difference:
- Payment Intent
pi_1TnQWdLTFUEY59YB0V36sYWwwas created usingPOST /v1/payment_intents. The request includeddescription: "Website - Order PURE-49926", so the order reference appeared in the Stripe email. - Payment Intent
pi_3TnhoYHJFLlJz3GY2zxusOm8was created usingPOST /v1/checkout/sessions. The request did not includepayment_intent_data.description, so the Stripe email only displayed the customer and company details without the WooCommerce order reference.
Stripe advised that the WooCommerce Stripe integration should pass the following parameter when creating the Checkout Session:
payment_intent_data.descriptionPlugin version: 10.8.5
WooCommerce version: 11.0.0
WordPress version: 7.0.3Is this something that you can help with?
Many thanks,
Sam
- Payment Intent
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.