来自realex的回复:未指定请求类型

时间:2018-02-23 11:18:42

标签: paypal realex-payments-api

我想用realex进行PayPal付款的测试请求。

请求看起来像:

curl -X POST \
  https://test.realexpayments.com/epage-remote.cgi \
  -H 'Cache-Control: no-cache' \
  -H 'Content-Type: application/xml' \
  -H 'Postman-Token: b83626b9-9472-25d6-cb36-6143a480bf69' \
  -d '<?xml version="1.0" encoding="UTF-8"?><request type="payment-set" timestamp="20180222134621"><merchantid>realexsandbox</merchantid><account>internet</account><orderid>IgGjoyQSRXqRyIvG30S5zQ</orderid><amount currency="EUR">1001</amount><autosettle flag="1"/><sha1hash>1524dcf16adca3af772ff4d6a035dd3789d5a4e9</sha1hash><paymentmethod>paypal</paymentmethod><paymentmethoddetails><ReturnURL>https://www.example.com/success</ReturnURL><CancelURL>https://www.example.com/failure</CancelURL></paymentmethoddetails><sha1hash>2d630f0d401ee62c711db6ab37b79f2ad43f201e</sha1hash></request>'

身体看起来很好,可能是端点https://test.realexpayments.com/epage-remote.cgi不正确,因为我总是得到回应:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response timestamp="20180223104630">
    <result>503</result>
    <message>No request type specified</message>
</response>

有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

感谢您的提问。在测试PayPal时,请使用以下端点: https://api.sandbox.realexpayments.com/epage-remote.cgi

test.realexpayments端点仅用于在您没有沙盒帐户时快速测试卡付款。

最佳,

肖恩

Realex付款

相关问题