308991dc4dfb90591c9d93e07890a27d1ecad2d7
Home.md
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | |
| 14 | 14 | - [[board-dat]] - [[board-series-dat]] - [[board-new-dat]] |
| 15 | 15 | |
| 16 | -- [[shipment-dat]] |
|
| 16 | +- [[shipment-dat]] - [[service-dat]] |
|
| 17 | 17 | |
| 18 | 18 | - [[chip-dat]] - [[chip-cn-dat]] |
| 19 | 19 |
service-dat/payment-dat/stripe-dat.md
| ... | ... | @@ -1,11 +1,33 @@ |
| 1 | 1 | |
| 2 | -# payment-dat |
|
| 2 | +# stripe-dat |
|
| 3 | 3 | |
| 4 | +## 3D Secure authentication |
|
| 4 | 5 | |
| 5 | -Dear customer, |
|
| 6 | +3D Secure (3DS) is an authentication method that provides an additional layer of authentication for credit card transactions, to protect against fraudulent actors. |
|
| 6 | 7 | |
| 7 | -For the credit card, you can find a payment option called "stripe" while checkout. It supports credit card payment, and is fully secure on their third party website. |
|
| 8 | 8 | |
| 9 | -Any other questions please let me know, thank you. |
|
| 9 | +## The customer failed to authenticate with 3D Secure - 🛠️ Action Items |
|
| 10 | + |
|
| 11 | +### 🔄 For You (Merchant): |
|
| 12 | + |
|
| 13 | +1. **Do not retry** the same PaymentIntent as-is — Stripe has already marked it as failed (`status: requires_payment_method`). |
|
| 14 | +2. Instead, prompt the customer to: |
|
| 15 | + - Use a different card. |
|
| 16 | + - Try again and **complete 3D Secure properly**. |
|
| 17 | +3. Consider implementing Stripe’s [`automatic_payment_methods`](https://stripe.com/docs/payments/automatic-payment-methods/overview) so Stripe can intelligently select the best payment path. |
|
| 18 | +4. Optionally send a link to [Stripe’s help page on 3D Secure](https://stripe.com/docs/strong-customer-authentication) if the customer is confused. |
|
| 19 | + |
|
| 20 | +### 📞 For Customer: |
|
| 21 | + |
|
| 22 | +- Contact their **bank** to ensure 3D Secure is set up and functioning on their card. |
|
| 23 | +- Try a **different browser or network** (e.g., avoid browser extensions that may block Stripe popups). |
|
| 24 | +- Or **use another card**. |
|
| 25 | + |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +## ref |
|
| 30 | + |
|
| 31 | +- [[stripe]] |
|
| 32 | + |
|
| 10 | 33 | |
| 11 | -Best regards, |
|
| ... | ... | \ No newline at end of file |
service-dat/service-dat.md
| ... | ... | @@ -1,8 +1,10 @@ |
| 1 | 1 | |
| 2 | 2 | ## Service |
| 3 | 3 | |
| 4 | -- [[Shipment-DAT]] - [[shipment-by-country]] |
|
| 4 | +- [[Shipment-DAT]] - [[countries-dat]] |
|
| 5 | 5 | |
| 6 | 6 | - [[custom-order-dat]] |
| 7 | 7 | |
| 8 | -production - [[fab-stencil-dat]] - [[pcb-dat]] - [[pcba-dat]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[payment-dat]] |
|
| 1 | + |
|
| 2 | +[[fab-dat]] - [[fab-stencil-dat]] - [[pcb-dat]] - [[pcba-dat]] |
|
| ... | ... | \ No newline at end of file |