tabby-ai / tabby_flutter_inapp_sdk

MIT License
2 stars 12 forks source link

From where i can get transaction ID after success payment #11

Closed abdullahehab closed 1 year ago

abdullahehab commented 1 year ago

I have integrate tabby_flutter_inapp_sdk with my flutter application after payment success there are as success message display of screen and print "authorized" in console i wanna get transaction id after payment success

kuznetsov-from-wonderland commented 1 year ago

Hey @abdullahehab

Future<TabbySession> createSession(TabbyCheckoutPayload payload);

TabbySession contains the paymentId you're looking for.