Merge pull request #7815 from ceopeo/authorize.net

Add authorize.net / payment-processors
main
Elbert Alias 1 year ago committed by GitHub
commit 6d61fcb959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4649_54)">
<path d="M32 0H0V32H32V0Z" fill="#212B46"/>
<path d="M12.25 22.25C17.4277 22.25 21.625 18.0527 21.625 12.875C21.625 7.69733 17.4277 3.5 12.25 3.5C7.07233 3.5 2.875 7.69733 2.875 12.875C2.875 18.0527 7.07233 22.25 12.25 22.25Z" fill="#3A75FF"/>
<path d="M24.375 28.875C26.7912 28.875 28.75 26.9162 28.75 24.5C28.75 22.0838 26.7912 20.125 24.375 20.125C21.9588 20.125 20 22.0838 20 24.5C20 26.9162 21.9588 28.875 24.375 28.875Z" fill="#FFC301"/>
</g>
<defs>
<clipPath id="clip0_4649_54">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 689 B

@ -4561,6 +4561,26 @@
], ],
"website": "https://auth0.github.io/auth0.js/index.html" "website": "https://auth0.github.io/auth0.js/index.html"
}, },
"authorize.net": {
"cats": [
41
],
"description": "Authorize.net is a secure online payment gateway service that enables businesses to accept payments through various channels, such as ecommerce websites, mobile devices, and retail stores, providing a trusted platform for processing credit card and electronic cheque payments.",
"icon": "authorize.net.svg",
"headers": {
"Content-Security-Policy": "\\.authorize\\.net\\s"
},
"js": {
"config.authorizenet_public_client_key": ""
},
"scriptSrc": "\\.authorize\\.net/",
"saas": true,
"pricing": [
"recurring",
"payg"
],
"website": "https://www.authorize.net"
},
"Auth0 Lock": { "Auth0 Lock": {
"cats": [ "cats": [
69 69

Loading…
Cancel
Save