actions-on-google / dialogflow-transactions-nodejs

Physical transactions sample (using Dialogflow) in Node.js
Apache License 2.0
66 stars 43 forks source link

Transactions API doesn't work with the payment #24

Open pawel12574 opened 4 years ago

pawel12574 commented 4 years ago

Transaction API doesn't work with the payment. We have already used transactions API in our assistant, and now we want to update it to v3.
We configured payments DotPay on Friday and when we ran the transaction, event TRANSACTION_DECISION_VALUE value was ORDER_ACCEPTED but there was no payment on developers DotPay panel. We haven't changed anything since that time but now when we ran the transaction we got the message "something went wrong ...". If we remove paymentParameters from TransactionDecision the assistant generates a message with the receipt. transaction v3 logs.txt

DeveloperBSHTG commented 4 years ago

<Suddenly working as of 16-6-2020>

Anyone looked into this? I can't get it working as well. Mine states "I can not accept payments in your region." This is in contrary with the docs, that state that my region is supported (Netherlands).

Devang142 commented 4 years ago

@pawel12574 and @DeveloperBSHTG did you guys found any solution? I am also getting same error: "Sorry, I can not accept payments in your region.", what could be the reason? There is no docs or logs or errors. How can we debug this issue?