Skip to content

Payment Credentials

Payment Credentials offers the space to users for specifying their credentials for different payment platforms that they accept payments through. This redirects the customers directly to the payment page while making a payment to the organization, saving the effort and time of sending the details to every customer individually. 

It offers space to save credentials for PayPalStripe, Razor-pay, PayStack , Molie , Payfast , Authorise.net , Square , FLutter and Offline Payment Method.

document.querySelectorAll(‘.portal-attachment-thumbnail-img’).forEach(function(img) { img.addEventListener(‘error’, function () { attachment_error_image(this); }); }); const attachment_error_image = (attachment) => { const parentElement = attachment.parentElement; const defaultIcon = <span class="icon-file-empty"></span><span class="fw-attachment-ext">${escapeHtml(attachment.dataset.extension)}</span>; parentElement.innerHTML = defaultIcon; };