django-getpaid/django-getpaid-payu

Not possible to set "continueUrl" parametr to PayU Rest API OrderCreateRequest

Opened this issue · 0 comments

  • django-getpaid version: 2.3.0
  • django-getpaid-payu version: 0.2.1
  • Django version: 3.2.15
  • Python version: 3.8.10
  • Operating System: Ubuntu 22.04

Description

There is no possible to set "continueUrl" parametr to PayU Rest API OrderCreateRequest

What I Did

Order request look like this:

{"extOrderId": "86d19316-8c60-487d-bc82-xxx", "customerIp": "127.0.0.1", "merchantPosId": xxxx, "description": "xxx@xx.pl", "currencyCode": "PLN", "totalAmount": 27000, "products": [{"name": "xxx@xx.pl", "quantity": 1, "unitPrice": 27000}], "notifyUrl": "http://localhost:8000/payments/callback/86d19316-8c60-487d-bc82-xxx/"}