Request body for updating a Payment Service
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
DisplayName |
string | ➖ | The display name for the payment service. | Stripe |
Fields |
List<VoidableField> | ➖ | The non-secret credential fields that have been configured for this payment service. Any secret fields are omitted. | |
ReportingFields |
List<VoidableField> | ➖ | The non-secret reporting fields that have been configured for this payment service. Any secret fields are omitted. | |
Position |
long | ➖ | Deprecated field used to define the order in which to process payment services | 1 |
AcceptedCurrencies |
List<string> | ➖ | A list of currencies for which this service is enabled, in ISO 4217 three-letter code format. | [ "USD", "EUR", "GBP" ] |
AcceptedCountries |
List<string> | ➖ | A list of countries for which this service is enabled, in ISO two-letter code format. | [ "US", "DE", "GB" ] |
Active |
bool | ➖ | Defines if this payment service is currently active. | Example 1: true Example 2: false |
ThreeDSecureEnabled |
bool | ➖ | Defines if this payment service has 3DS enabled. | true |
MerchantProfile |
Dictionary<String, MerchantProfileScheme> | ➖ | An object containing a key for each supported card schemes, and for each key an object with the 3DS profile for this service for that scheme. | |
PaymentMethodTokenizationEnabled |
bool | ➖ | Defines if this payment service support payment method tokenization. | true |
NetworkTokensEnabled |
bool | ➖ | Defines if this payment service supports network tokens. | true |
OpenLoop |
bool | ➖ | Defines if this payment service is open loop. | true |
SettlementReportingEnabled |
bool | ➖ | Defines if this payment service has settlement reporting enabled. | true |