18

I need to transfer an app to another account. I already transferred many apps. But Google might have changed the way to get TRANSACTION-ID.

I've already visited below answers: and all seems OUT-DATED.

They all are suggested to go-to Payment Page. I tried all the URLs listed below.

But they all are redirecting on the same very same Url !! and displaying page below:

enter image description here

So is there any Url which reaches the correct page which can provide TRANSACTION-ID.

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Rumit Patel
  • 8,830
  • 18
  • 51
  • 70

3 Answers3

42

If your order id is "01234567890123456789.token.0123456789012345" Just remove the part before “token”

If your order id is "0123456789.Registration.0123456789", just remove the part before "Registration"

g8minhquan
  • 592
  • 4
  • 12
3

As it stands currently (8-1-2019), the new form (which directs you to your playstore console) to transfer apps to different accounts found here is NOT working:

https://support.google.com/googleplay/android-developer/answer/6230247?hl=en

I know this because I used to be able to transfer my apps no problem with the old form. But using the new form, I always get the error "the transaction ID does not match for this developer account" in the target ID field. I have already emailed google seeking support, will update if I get a response.

Bqin1
  • 467
  • 1
  • 9
  • 19
  • Have you got any response? Whom did you ask? I have the same issue now and cannot find any option to contact a human out there :( – Ilya Shinkarenko Oct 21 '19 at 22:02
  • nope no response, they really need to test their stuff before making it public. I am surprised not many people complain about it either... Basically old form was working fine, but they had to make a new one that fails. A typical case of if it ain't broken, don't fix it – Bqin1 Oct 24 '19 at 17:21
  • I still have this issue now, February 2020. – mattsson Feb 24 '20 at 09:13
2

UPDATE (2nd Nov. 2022):


Solution 1: Search developer registration fee or payments-noreply@google.com keyword in inbox. If an email like below is found, we can get the transaction id directly from the email.

enter image description here


Solution 2: Get transaction id from https://pay.google.com

transaction id error by play-store


Solution 3:

If your order id is 01234567890123456789.token.0123456789012345 Just remove the part before token

If your order id is 0123456789.Registration.0123456789, just remove the part before Registration


Solution 4:

This is not recommended way but, append PDS. before Payments profile ID / Transaction ID.

For example my Id was 4766-8303-0058 and now Id is PDS.4766-8303-0058 you can use.

In my case, It worked like charm !!!


Get more info from Transfer apps to a different developer account and here.

Rumit Patel
  • 8,830
  • 18
  • 51
  • 70