Emperor Posted September 13, 2023 Share Posted September 13, 2023 Order complete but can't accept it without EPP Code. Can't find anywhere to enter the EPP Code after the order has been placed without it being entered. Is there a way to enter the EPP code after the Transfer Order has been completed? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted September 13, 2023 Share Posted September 13, 2023 From memory, go to the domain settings and click Transfer. You will see a pop up where you can enter it before submitting the transfer. 0 Quote Link to comment Share on other sites More sharing options...
Emperor Posted September 13, 2023 Author Share Posted September 13, 2023 Thanks for the reply. I did find that option but it seems like that is outgoing. It works for the incoming as well? I also found where and how it works in the DB but saving for last resort. Don't like messing with DB much. C 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted September 13, 2023 Share Posted September 13, 2023 (edited) 1 hour ago, Emperor said: Thanks for the reply. I did find that option but it seems like that is outgoing. It works for the incoming as well? I also found where and how it works in the DB but saving for last resort. Don't like messing with DB much. C The Transfer button on the clients domain page is for incoming transfers, not outgoing. The EPP code is shown on the order if one was provided when the order was created. However, it will only be shown as text and cannot be edited. You can specify the correct EPP code when transferring the domain by pressing the Transfer button on the clients domain page or you can update it for the order in the tblorders database table. The field is called transfersecret. The field must be in the format a:1:{s:22:"domaintransfertest.com";s:9:"YOUR-CODE";} Where a:1 is the count of the array items (1 in this case), s:22 is the count of characters (domaintransfertest.com is 22 chars) and so is s:9 (YOUR-CODE is 9 chars) For example, two domain transfers would look like: a:2:{s:8:"test.com";s:6:"123456";s:9:"test2.com";s:6:"abcdef";} Edited September 13, 2023 by leemahoney3 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.