Skip to main content
PUT
/
commerce
/
settings
/
checkout
/
paymentsettings
/
thirdpartyworkflows
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

This class describes credentials and enablement for the various third-party payment workflows that we will integrate with. Examples include Paypal Express, Amazon Payments, Google Wallet, etc.

name
string | null

Should be one of Contracts.Constants.ThirdPartyWorkflowNames.

namespace
string | null
fullyQualifiedName
string | null
description
string | null

Information about this definition for display purposes in the 'Payment and Checkout Settings' admin ui. This field may contain valid html tags

isEnabled
boolean
isLegacy
boolean | null

Indicates if this is a legacy implementation using ARC only or using the new extensible implementation.

credentials
object[] | null

Response

200

Success