Add webhook from profile.js to the hosting web page when saving an added/edited payment profile. Notifying the hosting web page of saving an added / edited payment profile would allow emailing our company when a client adds/edits a payment profile.
Send communication to hosting web page from profile.js function btnSave_onclick when added/edited payment profile saved. Currently communications are only sent to hosting web page when saving a single edited payment profile. I'd like to send communication to hosting web page when adding/editing multiple payment profiles.
I'd also like the IFrameCommunicator to pass paymentProfileID to the IFrames containing webpage so we know which credit cards were added or edited.
Rewrote idea to be clearer.