Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка оплаты выставленного счёта #32

Open
DrLenin opened this issue Sep 22, 2022 · 0 comments
Open

Ошибка оплаты выставленного счёта #32

DrLenin opened this issue Sep 22, 2022 · 0 comments

Comments

@DrLenin
Copy link

DrLenin commented Sep 22, 2022

При выставление счёта с помощью PUT запроса https://api.qiwi.com/partner/bill/v1/bills/{billid} - оплата картой проходит примерно в 10% случаях, в остальных получаем ошибку Платеж отклонен. Проверьте введенные реквизиты карты и повторите платеж." и почему он отклоняется"
Установление заголовка no-referrer-when-downgrade не помогло.
body запроса

{  
   "amount": {   
     "currency": "RUB",   
     "value": "1.00" 
   },
   "comment": "test",  
   "expirationDateTime": "2022-09-30T09:02:00+03:00",
   "customFields" : {
     "enableLowerCommission" : "true"
   }
 }

Скрин ошибки
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant