Hello guys,
I’m building at this moment pretty simple application for booking hotels and bike with future “marketplace” features.
I’m implementing payments right now, where I need to collect defined amount of money for the order. I integrated stripe pretty fast through Bubble plugin and it seems to provide almost all basic feature I need (only two things are webhooks to better record data on payments and redirection to another page but those are nice to have for MVP).
My question is API vs bubble plugin. In what cases should I integrate app through API?