v1

latestOpenAPI 3.0.32026-07-2488203535.0 KB
Processors and Services

Get Processor Config

❗️ Never Use Real API Keys

Never use real API Keys when testing. The gateway allows Partners to create Test Merchant Accounts. Testing should always use keys from the Test Accounts and never keys from a Standard Account.

<details> <summary>Usage</summary> This request gets the config details for the processor you want to board. This is required if you do not know what fields to pass into the Add Processor request.

You want to include the id value from the "Check What Services Are Available" search.

</details>
get/v4/services/{id}/config

Path parameters

idstring required

The id of the processor you want to board.

Headers

Content-Typestring required

The Content-Type representation header is used to indicate the original media type of the resource (prior to any content encoding applied for sending).

Authorizationstring required

Your v4 API key that was generated in the Partner portal.

Response

Success

objectType'serviceConfig'

The type of object that was returned as a result of the request.

paymentTypesstring[]

The allowed payment types for the processor.

allowedCurrenciesstring[]

The allowed currencies for the processor.

allowedClassificationsstring[]

The allowed classifications for the processor.

defaultCurrencystring

The default currency for the processor.

singleCurrencyModeboolean

Whether this processor supports single currency mode or not.

shouldShowMccFieldboolean

Whether this processor should show the MCC field or not.

level3Supportboolean

Whether this processor supports Level III processing or not.

checkVerificationboolean

Whether this processor supports check verification or not.

avsCvvPreCheckSupportboolean

Whether this processor supports AVS/CVV precheck or not.

skipAvsCvvSupportboolean

Whether this processor supports skipping AVS/CVV or not.

canBeOfferedboolean

Whether this processor can be offered or not.

faceConfigurationobject

The FACe configuration for this processor.