#Mira.customer-parameter
1 messages · Page 1 of 1 (latest)
Hey! No, this refers to a Stripe Customer object: https://stripe.com/docs/api/customers
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What API request are you trying to make?
I am trying to create a subscription
So I'll retrieve the customer object and then pass that?
Yep, exactly. You'll need to pass the ID (cus_xxx)