{
"country": "AR",
"customerType": "individual",
"documentationUrl": "http://example.com",
"documents": [
{
"acceptedMediaTypes": [
"string"
],
"collection": "direct-upload",
"description": "string",
"required": true,
"requiredWhen": "string",
"type": "string"
}
],
"flow": "string",
"mode": "api",
"openapiUrl": "http://example.com",
"provider": "alfredpay",
"requirementsVersion": "string",
"steps": [
{
"condition": "string",
"derivedValues": {
"property1": "string",
"property2": "string"
},
"description": "string",
"fixedBody": {
"property1": "string",
"property2": "string"
},
"fixedQuery": {
"property1": "string",
"property2": "string"
},
"kind": "api",
"method": "POST",
"operationId": "string",
"order": 1,
"path": "string",
"repeatFor": "string",
"requestSchema": "string"
}
]
}