#๐ ๐ ด ๐ ฝ
1 messages ยท Page 1 of 1 (latest)
Do you see a latest_charge property on the intents that don't have a charges property?
let me check..
This may be that your accounts are on different API versions. latest_charge is what you will see if that account is on the latest API version
ahh that could possibly be that..
can I switch version.. this is my local account for testing pusposes. since we had the issue of sharing the same stripe cli login and the webhook gets shared all over the devs.
yeah i have latest charge
thank you for the help.. very big help
If you want you can write in to our support team to have that account's API version downgraded if you want to handle their payments with the same code
Or you can specify what version of the API to use in your code and you will get that property regardless of what the account uses https://stripe.com/docs/api/versioning
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.