How can ı. get order id in flutter for android
Solved
How can I get the transaction or order ID in Flutter?
+5
Best answer by cody
Hey
We don’t currently send the transaction or order ID in the purchase response from the Flutter SDK.
If you need access to the transaction ID, I’d recommend setting up webhooks as we include transaction identifiers in webhooks for purchases. You can consume webhooks from your server and save the transaction identifier server-side.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.