#asdghi-Subscription
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_rqToF6dZ2zmZu3
The Subscriptions API doesn't accept shipping param, perhaps you want to set the shipping to the customer? https://stripe.com/docs/api/customers/object#customer_object-shipping
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I also got an error on this req_2BAC9vnWyYUOfC
The PaymentIntents API doesn't take items
So you should make an API call to /v1/customers to update the shipping
and another API call to /v1/subscriptions to create a subscription
Will check on that. Thanks!