Authorize.Net

The Authorize.Net connector is a Palantir-provided driver for Authorize.Net.

To create a new Authorize.Net source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Authorize.Net-specific configuration and networking. For the complete property reference, see the official Authorize.Net driver documentation ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
LoginIDMandatoryThe Authorize.net Login Id.
TransactionKeyMandatoryThe Authorize.net transaction key.
UseSandboxRecommendedA boolean indicating if you are using a Sandbox account. The provider makes requests to the production environment by default.FALSE

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
api.authorize.netIf UseSandbox=FALSE
apitest.authorize.netIf UseSandbox=TRUE