#tienbt_14585
1 messages · Page 1 of 1 (latest)
Hello tienbt_14585, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1163397982255845417, 2 days ago, 4 messages
• https://discord.com/channels/841573134531821608/1163305221708062760, 2 days ago, 20 messages
hello! successful Invoices and receipts are not sent in test mode
if you want to see how it looks like, you can manually send them via the Dashboard
How can I manually send them via the Dashboard?
This covers how to send a receipt via the Dashboard : https://stripe.com/docs/receipts?payment-ui=direct-api#manually-send-receipts-from-the-dashboard
if the invoice hasn't been paid yet, on the Invoice page, you should see a Send invoice button
for context, Stripe doesn't send an invoice in the situations listed here : https://stripe.com/docs/invoicing/integration/workflow-transitions#emails
so i think what you're really looking for is the receipt for succesful payment
Yes, I received the information.
When creating a subscription, can I add 3D security? and what params need to be passed into create subscription to be able to 3D secure
Hi @narrow wren I'm taking over this thread
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_options-card-request_three_d_secure you can set this param to any if you want o manually request 3ds
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks you
However, it'll request 3DS for all payments, even the recurring ones. Are you sure this is what you want to achieve?