Pular para o conteúdo principal

CollectionCreateByStrategyRequest

companyTaxIdstringobrigatório

Valores possíveis: >= 11 caracteres e <= 14 caracteres

requestedAmountnumberobrigatório
agingDaysinteger

Canonical aging days for COLLECTION recovery billing.

Valores possíveis: >= 0

financierTaxIdstringobrigatório

Valores possíveis: >= 11 caracteres e <= 14 caracteres

receivableFilter objectobrigatório
acquirerTaxIdsstring[]
paymentSchemesstring[]
firstSettlementDatestring<date>obrigatório
lastSettlementDatestring<date>obrigatório
externalContractIdstringobrigatório

Valores possíveis: <= 255 caracteres

externalIdstring

Valores possíveis: <= 255 caracteres

strategystringobrigatório

Valores possíveis: [TURBO, SELECTIVE, SELECTIVE_WITH_DEBIT, SNIPER, DYNAMIC]

CollectionCreateByStrategyRequest
{
"companyTaxId": "string",
"requestedAmount": 0,
"agingDays": 0,
"financierTaxId": "string",
"receivableFilter": {
"acquirerTaxIds": [
"string"
],
"paymentSchemes": [
"string"
],
"firstSettlementDate": "2024-07-29",
"lastSettlementDate": "2024-07-29"
},
"externalContractId": "string",
"externalId": "string",
"strategy": "TURBO"
}