#sweetpotato8776
1 messages · Page 1 of 1 (latest)
That py_xxx ID is for a Charge object
Generally for payments completed with a non-card payment method
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Which was paid via Alipay
You're using the Charges API directly so there'd be no Payment Intent in this instance
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's the context?
is this Charge API that you mean?
Yes, this specifically was used to create that py_xxx object: https://stripe.com/docs/api/charges/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.