#petersilie1709
1 messages ยท Page 1 of 1 (latest)
If you've enabled automatic email receipts then yeah they should've received it
https://stripe.com/docs/receipts?payment-ui=direct-api
Yes, that is alread done. I think it is because the payment is "unpaid". With paid ones it does work.
๐
Yeah that's expected, there won't be a receipt unless there's a successful payment
Yes, got it.
While I'm here... do I also find the Stripe Fees in the cahrge object?
I've got the object, but I cant get the fee details.
$paymentIntent->id->balance_transaction->fee_details
Isn't the correct?
What API version are you on?
$paymentIntent->latest_charge->balance_transaction->fee_details[0]->amount)
Got it.
๐