#PabloDeveloper-sub-existing-pm
1 messages · Page 1 of 1 (latest)
do you mean this? this is testing mode.
Customer = "cus_LhGj5aZ2WTeiOp"
DefaultPaymentMethod = "pm_1LIZUsE30cIPcVGAwuOIO5FV"
Did your subscriptionService.CreateAsync call succeed?
Ok, I guess this was the API call: https://dashboard.stripe.com/test/logs/req_c4mjxFSmJQGl8Q
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The Payment Intent on the invoice needs confirmation: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#complete-payment
Because you're passing payment_behavior: "default_incomplete" I suspect
yeap, it worked here you have the id of the subscription maybe it helps "id": "in_1LIrFcE30cIPcVGAzr5ikVAG",
Do the above links help? You need to confirm the Payment Intent on the Invoice
I'm verifying the info that you sent me, I will come back to you soon!
Thanks @last portal the issue was here payment_behavior: "default_incomplete"
I removed that line of code and tried again and it worked
np!