#Caio Domingues
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.
Hey Jack! I hope you're doing fine :D
If there's no request yet, can you share with me the full error stack trace?
req_WadAT9K8fJdm9C
Thanks for the ID. The customer param expects a customer ID string, not the full customer data (https://stripe.com/docs/api/subscriptions/create#create_subscription-customer)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can create a customer first, and pass the ID in when creating a subscription.