#Skittlez1522
1 messages · Page 1 of 1 (latest)
Can you share the subscription ID (sub_xxx)?
Here it is: sub_1NIi0dFniGlA8xV0k2SsJWRQ
This is because the payment_behavior is set to default_incomplete that the first invoice will be incomplete status and you'd need to manually confirm the underlying Payment Intent
If you wish to charge automatically, payment_behavior should be set to allow_incomplete (the default value)
Thank you!