Search code examples
pythondjangopayment-gatewayworldpay

How to integrate worldpay payment gateway with django app?


I am trying to integrate worldpay payment gateway into my django app. In their documentation there is only cURL provided for reference. Can anyone help me how to get started with it using python requests or urllib module?

You can test this project out with this repo: https://github.com/Hinal1012/payment-demo.git


Solution

  • Solved... I think this issue was a bug in their system. Because the team was migratng existing community to new platform. Now it's working. Thanks.