[#739] ACCEPT PAYMENT PLUGIN

Migrated from Redmine #739 | Author: Priyanshu Rai
Status: New | Priority: High, I’m very impatient | Created: 2021-07-19


I have enabled the accept payment plugin in simplybook account and also disable the pay later option but on calling the make new booking method of REST API the booking gets confirmed without any payment accepted. Also, the booking does not get automatically cancelled after the payment timeout which is set in the simplybook account.

Where is the issue how can resolve this issue?

If possible can you guide me on how can I get the booking done through the REST API call by accepting the payment?

Redmine Admin wrote:

there is no (and it cannot be there) payment plugin support in API. You need to accept payments your side and then make/confirm booking only if/when payment is accepted

Priyanshu Rai wrote:

Redmine Admin wrote:

there is no (and it cannot be there) payment plugin support in API. You need to accept payments your side and then make/confirm booking only if/when payment is accepted

Okay, thanks for clarifying the issue.

One more problem is coming on calling the make new booking is_confirmed parameter in the booking entity response is not coming.