#SSASavy
1 messages · Page 1 of 1 (latest)
Hi there. What guide are you following? Are you just using one-time payments + the payment sheet?
This one https://stripe.com/docs/apple-pay
One time payments or subscriptions?
one time payments
Ah then just pass receipt_email when you create the payment intent: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-receipt_email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
amazing tysm!