I need to get the purchase data with RC_Transaction_ID on server, because I have to process the data and return the state to client before waiting webhook to arrive. I have searched the documentation and all the forums, and it seems like there is no easy way to do it. why? Current v2 api:
- I can get the purchases on customer, but it returns all purchases, and I have to match the one with transaction id, also if there is too much data, we have to paginate on server!
- I guess I can get it with two separate calls, but why? slow and will hit the genereous rate limit of 480 requests per minute.
-
-
So please RC, can you help us?
