WebhookEndpointTestResponse
subscriptionIdstringobrigatório
eventTypenotifications_WebhookEntity (string)obrigatório
Valores possíveis: [OPT_IN_CREATED, OPT_IN_RECURRENCE_UPDATED, SCHEDULE_ACCESS_REQUEST, COLLECTION_CONTRACT_CREATION, COLLECTION_CONTRACT, COLLATERALIZED_CREDIT_CONTRACT, COLLATERALIZED_CREDIT_ESCROW_ACCOUNT]
Exemplo
COLLECTION_CONTRACTrequest objectobrigatório
methodstringobrigatório
Valores possíveis: [POST]
urlstring<uri>obrigatório
payloadstringobrigatório
Synthetic payload only; HMAC and authentication secrets are omitted.
httpStatusinteger
Valores possíveis: >= 100 e <= 599
latencyMillisintegerobrigatório
Valores possíveis: >= 0
responsestring
Redacted response excerpt, truncated after 4096 bytes.
errorstring
Redacted transport error when the request had no HTTP response.
successfulbooleanobrigatório
WebhookEndpointTestResponse
{
"subscriptionId": "string",
"eventType": "COLLECTION_CONTRACT",
"request": {
"method": "POST",
"url": "string",
"payload": "string"
},
"httpStatus": 0,
"latencyMillis": 0,
"response": "string",
"error": "string",
"successful": true
}