I’m trying to add Authorize.net as my credit Card gateway but only have the option of adding Braintree, stripe and Square. Is there a workaround to add a credit card processor other than those 3?
You haven’t been able to use Moolah since March, see here for more info.
https://support.wix.com/en/article/authorizenet-moolah-no-longer-supported-as-a-payment-provider
You can add these through Wix itself.
https://support.wix.com/en/article/available-payment-providers-3848246
https://support.wix.com/en/article/accepting-payments-on-your-wix-site-7014346
For more info about anything above, then you are better suited going through Wix Support.
https://support.wix.com/en/article/contacting-wix-support
However, if you have access to a payment providers own API then you could look into seeing if you can integrate it into Wix with Corvid by using Wix Fetch or Wix HTTP Functions.
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
Expose site example.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient
Thank you for the info!