#elefint-recurring
1 messages · Page 1 of 1 (latest)
@remote creek yes, you charged them twice.
You created a PaymentIntent in https://dashboard.stripe.com/logs/req_dkUpSdg0mhO7DQ which charged them
and then 2 seconds later you created a Subscription in https://dashboard.stripe.com/logs/req_XDdbAQ8fbwBMCa which charged them for the first billing period of that subscription.
you can debug this from the logs on https://dashboard.stripe.com/customers/cus_K6eb5YdH9OHokP
Thank you Karl I'll go have a look now
my guess is maybe you intend to charge them upfront in the PaymentIntent and then start the subscription with a trial period in order to skip the first payment, but forgot to pass the parameters to use a trial period, maybe(some folks integrate that way)
Yeah just seen it in the code I'll amend now thank you very much for the help!