#jackson-applepay-recurring

1 messages · Page 1 of 1 (latest)

heady crowBOT
silver beacon
#

jackson-applepay-recurring

#

Yes it will work fine as long as it's for real recurring payments off session and not for when your customer is paying on your website/app

astral breach
#

so will Stripe / Issuing banks automatically recognize these payment attempts as "recurring" type logic and allow them to go through? Is there any specific that needs to be done on our side to make sure the PaymentIntents succeed?

silver beacon
#

as long as you pass off_session: true it will be seen as an off session payment which is what matters. It's still up to the bank(s) to decide

astral breach
#

gotcha. Also, in respect to SCA requirements, if you use the SetupIntents API to authenticate a customer's payment method with 3DS, will future attempts to charge the card not require 3DS confirmation from the customer again? Like said above, we want to implement our own recurring logic and don't want to have payments fail because 3DS is required. With Stripe Billing this is automatically handled / subscription payments beyond the intial charge do not get 3DS prompted.