How to integrate worldpay payment gateway with django app?

312 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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.