#wellthen ๐Ÿ‡ช๐Ÿ‡บ

1 messages ยท Page 1 of 1 (latest)

slim coveBOT
valid bloom
#

Hi there!

swift folio
#

Okay. How would I go about enabling EPS payment method?

#

It returns this: "(Status 400) (Request req_FLcAQEDtu7T8GA) The payment method eps cannot be used with the manual payment intent capture method. - The payment method eps cannot be used with the manual payment intent capture method. - 38 - "

#

Does this mean that I can't manually capture funds with EPS?

valid bloom
swift folio
#

Thanks. Is it possible to send a receipt directly from Stripe, as the client enters an email address?

#

Or do I have to fetch the receipt url manually and send it to them

valid bloom
swift folio
#

Thanks. Testing it now.

valid bloom
#

Note that you cannot test this in test mode, since Stripe doesn't send any email in test mode.

swift folio
#

ah, would it send the receipt as a pdf or url?

#

also, is google pay and apple pay only available for mobile? I added google_pay and apple_pay as payment methods

#

but they return (Status 400) (Request req_slQMpBK8WIj0DJ) Invalid payment_method_types[2]

valid bloom
#

ah, would it send the receipt as a pdf or url?
When looking at a PaymentIntent in the dashbaord, there is a "send receipt" button. This is a good way to see how the email will look like.

#

also, is google pay and apple pay only available for mobile? I added google_pay and apple_pay as payment methods
There's no such think as google_pay or apple_pay for PaymentMethod. When you set card it this automatically includes Apple/Google Pay.

swift folio
#

Can I test them in test mode?

#

They don't appear as options

valid bloom
#

Yes it works in test mode. Google Pay should appear in Chrome browser, and Apple Pay in Safari browser. But note that you need a card in your wallet for it to work.

swift folio
#

Thanks. One more question, how can I enable Link or is it enabled by default?

valid bloom
swift folio
#

Yeah, it's enabled

#

Is there a way to force 3DS?

#

via PHP

valid bloom
swift folio
#

I believe if a client pays via 3DS and maliciously chargebacks, it's a smaller chance that the payment processor sides with them?

valid bloom
swift folio
#

Will Stripe automatically trigger 3DS in "risky" payments even though I don't use Radar?

valid bloom
#

3DS is frequently requested by the bank themselves, so yes you can see 3DS event if you don't use Radar.

swift folio
#

thanks!