Migrated from Redmine #192 | Author: Rahul Mohanachandran
Status: Closed | Priority: Normal | Created: 2018-07-04
What are the SimpleBook API nodes that can be used to take payment from Stripe?
I can see following nodes on your API
getPaymentProcessorConfig ($paymentProcessor)
validatePayment ($paymentInfo, $cartId)
confirmBookingPayment ($id, $paymentProcessor, $sign)
But none of these actually looks like they will deduct/refund payment through the payment provider?
Do I need to deduct/refund payment using my own code?
Thanks,
Rahul