Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. POST Request attempt 1. Url: https://private-api.qiwi.com/xml/topup.jsp
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <request>
  4. <request-type>pay</request-type>
  5. <terminal-id>1807</terminal-id>
  6. <extra name="password">9j******6</extra>
  7. <auth>
  8. <payment>
  9. <transaction-number>5302558</transaction-number>
  10. <from>
  11. <ccy>EUR</ccy>
  12. </from>
  13. <to>
  14. <amount>1914.01</amount>
  15. <ccy>RUB</ccy>
  16. <service-id>99</service-id>
  17. <account-number>79040120980</account-number>
  18. <extra name="comment">Tradingtimes: </extra>
  19. </to>
  20. </payment>
  21. </auth>
  22. </request>
  23.  
  24. Response attempt 1. Connection Error. Url: https://private-api.qiwi.com/xml/topup.jsp
  25.  
  26. "error": "Connection timed out after 15001 milliseconds",
  27. "url": "https://private-api.qiwi.com/xml/topup.jsp",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement