Q:
Is it a good idea to have a payment system on my clients dashboard, managed by Python and Django, and to use, for some data, a CRM like AIRTABLE.
For example:
I have a user sign up on the dashboard. He is adding a payment card, this card get token from the payment gateway. is it fine to store the data on Airtable as a CRM and not local on the DASH, will there be any sync issues ?
More over the User is also got a place as a “user” on the CRM (a users table is kept on both CRM and as a model on Django).
Communications:
The dash and crm can communicated with webhooks or api, which is more reliable for the case ?