v1
latestOpenAPI 3.0.12026-07-245303882.5 MBCancelamento de agendamento
post/pix-indirect/v1/automatic/scheduling/{endToEndId}/cancel
Path parameters
endToEndIdstring required
EndToEndId do agendamento
Request body
Response
200
Example response
{
"version": "string",
"body": {
"endToEndId": "string",
"recurrencyId": "string",
"paymentId": "string",
"type": "string",
"status": "string",
"createDate": "2026-03-30T18:09:11.814Z",
"expirationDate": "2026-03-30T18:09:11.814Z",
"cancelledDate": "2026-03-30T18:09:11.814Z",
"creditParty": {
"bank": "string",
"personType": "string",
"taxId": "string",
"name": "string",
"branch": "string",
"account": "string",
"accountType": "string"
},
"debitParty": {
"bank": "string",
"personType": "string",
"taxId": "string",
"name": "string",
"branch": "string",
"account": "string",
"accountType": "string",
"stateCode": "string"
},
"debtor": {
"personType": "string",
"taxId": "string",
"name": "string"
}
}
}