Skip to main content
Question

How can i get transaction_id for IOS and Android | Flutter

  • July 29, 2025
  • 1 reply
  • 38 views

Forum|alt.badge.img

I custom using Adjust to log event.
I need get transaction_id but I don't find data when purchased.

if return customer info this the best

This post has been closed for comments

1 reply

guilherme
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • July 31, 2025

Hey ​@dunvn6996,

Transaction IDs aren't included in RevenueCat's direct Adjust integration - it only sends basic
revenue data like amount and currency. In order to get transaction IDs for your Adjust events, you have two main options:

  • RevenueCat Webhooks (recommended) - set up webhooks to receive transaction_id in the event payload, then forward to Adjust via their S2S API
  • Customer Info - to get transaction details and send to Adjust afterwards

The webhook approach is usually easiest since you'll automatically get the id with each purchase event.

Here's our webhook setup guide: https://www.revenuecat.com/docs/integrations/webhooks

Best,