Skip to content

Instantly share code, notes, and snippets.

@renepenner
Last active March 16, 2023 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renepenner/1e4f0e78771918814ca67de319fab64d to your computer and use it in GitHub Desktop.
Save renepenner/1e4f0e78771918814ca67de319fab64d to your computer and use it in GitHub Desktop.
payment-response-capabilities
{
"localizationIdentifier": "CONNECTOR_WAMBO_PAY_VIII",
"merchantAccountParametersDefinitions": [
{
"name": "description",
"type": "string",
"possibleValues": [],
"readOnly": false,
"required": true,
"secret": false,
"persisted": false,
"hidden": false
}
],
"paymentMethodDefinitions": [
{
"type": "ZEISS_TEST_CUSTOMER_PAY_ADYEN_FORM_IV",
"propertyDefinitions": [
{
"name": "number",
"type": "string",
"minLength": 0,
"maxLength": 255
},
{
"name": "cardHolderName",
"type": "string",
"minLength": 0,
"maxLength": 255
},
{
"name": "expirationMonth",
"type": "string",
"minLength": 0,
"maxLength": 255
},
{
"name": "expirationYear",
"type": "string",
"minLength": 0,
"maxLength": 255
},
{
"name": "brand",
"type": "string",
"minLength": 0,
"maxLength": 255
}
],
"addressNeeded": true,
"supportedOperations": [
"CONNECTOR_FORM",
"THREEDS2",
"DIRECT_SALE"
]
}
],
"invoiceDetailLevel": "NONE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment