A valid request URL is required to generate request examples{
"name": "<string>",
"namespace": "<string>",
"fullyQualifiedName": "<string>",
"description": "<string>",
"isEnabled": true,
"isLegacy": true,
"credentials": [
{
"displayName": "<string>",
"apiName": "<string>",
"value": "<string>",
"vocabularyValues": [
{
"key": "<string>",
"contents": [
{
"localeCode": "<string>",
"value": "<string>"
}
]
}
],
"inputType": "<string>",
"isSensitive": true
}
]
}Gets a third party payment workflow specified by workflow definition. A third-party payment workflow is a definition of a process by which a third-party payment provider (such as Amazon Payments or PayPal Express) interacts with the Unified eCommerce platform.
A valid request URL is required to generate request examples{
"name": "<string>",
"namespace": "<string>",
"fullyQualifiedName": "<string>",
"description": "<string>",
"isEnabled": true,
"isLegacy": true,
"credentials": [
{
"displayName": "<string>",
"apiName": "<string>",
"value": "<string>",
"vocabularyValues": [
{
"key": "<string>",
"contents": [
{
"localeCode": "<string>",
"value": "<string>"
}
]
}
],
"inputType": "<string>",
"isSensitive": true
}
]
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Success
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.
Should be one of Contracts.Constants.ThirdPartyWorkflowNames.
Information about this definition for display purposes in the 'Payment and Checkout Settings' admin ui. This field may contain valid html tags
Indicates if this is a legacy implementation using ARC only or using the new extensible implementation.
Show child attributes