#allan_chan
1 messages · Page 1 of 1 (latest)
I'm afraid I don't understand the question. Can you clarify? What are you trying to do?
which attribute identifier was successful?
Calling the attribute of the interface indicates success or failure
Indicates success or failure of what?
is this one
That's not indicative of success or failure. It indicates whether the Product can be used in payments/subscriptions
Which attribute indicates successful product creation
The fact the object exists is indication that the API call succeeded. You'd use the API responses to determine success/error: https://stripe.com/docs/api/errors
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.