Take payments from Actions / Plugins (Braintree)

Hi, I’ve just moved over from Nova and love Filament so far but am stuck. Using V3. I have a requirement to take a payment using Braintree/PayPal (that’s all that is supported where I live ☹️). After payment is taken a database columns needs to be updated. I thought using a Modal Action would be a good way top handle this but I don’t know where to begin loading the Braintree JS library into the modal, then processing and saving the response to upload the database. Any help pointing me in the right direction would be appreciated.
2 Replies
toeknee
toeknee10mo ago
Ok I would say you should built a cusotm livewire view, to handle the processing, then on completion you can handle the data
Ric Le Poidevin
Ric Le Poidevin10mo ago
ok, thank you. looks like I have some reading to do