5 - Webhooks

WEBHOOKS OF INTERNAL TRANSFER

Created status webhook

{ "InternalTransferDocumentNumber": "103858", 
"Name": "Marcus Fabio", 
"TaxNumber": "65371653341", 
"Mail": "[email protected]", 
"Phone": "00000000000", 
"RateValue": 0, 
"CreditedValue": 1, 
"TransferDate": "2022-07-24T00:00:00", 
"ToBankCode": null, 
"ToBankBranch": null, 
"ToBankAccount": null, 
"ToBankAccountDigit": null, 
"ToTaxNumber": "44699677266", 
"PartnerId": null, 
"DocumentNumber": "2191717", 
"Identifier": "578vlk1k237474", 
"EntryId": 145800266, 
"Status": "Created", 
"TotalValue": 1, 
"PaymentDate": null, 
"FineInterest": null, 
"DiscountValue": null, 
"IofValue": null, 
"PaidValue": null, 
"OtherValues": null, 
"CreditDate": "2022-07-24T15:16:54.767", 
"OccurrenceDate": null, 
"URL": null, 
"BankCode": null, 
"BankBranch": null, 
"BankAccount": null, 
"BankAccountDigit": null, 
"ReturnCode": null, 
"ReturnMessage": null, 
"PaymentProtocol": "86485e4931044fad90fabab6313fe612", 
"Method": "InternalTransfer", 
"BusinessUnitId": 1099 }

Paid status webhook

{ "InternalTransferDocumentNumber": "103858", 
"Name": "Marcus Fabio", 
"TaxNumber": "65371653341", 
"Mail": "[email protected]", 
"Phone": "00000000000",
"RateValue": 0, 
"CreditedValue": 1, 
"TransferDate": "2022-07-24T00:00:00", 
"ToBankCode": null, 
"ToBankBranch": null, 
"ToBankAccount": null, 
"ToBankAccountDigit": null, 
"ToTaxNumber": "44699677266", 
"PartnerId": null, 
"DocumentNumber": "2191717", 
"Identifier": "578vlk1k237474", 
"EntryId": 145800266, 
"Status": "Paid", 
"TotalValue": 1, 
"PaymentDate": null, 
"FineInterest": null,
"DiscountValue": null, 
"IofValue": null, 
"PaidValue": null, 
"OtherValues": null, 
"CreditDate": "2022-07-24T15:16:54.767", 
"OccurrenceDate": null, 
"URL": null, 
"BankCode": null, 
"BankBranch": null, 
"BankAccount": null, 
"BankAccountDigit": null, 
"ReturnCode": null, 
"ReturnMessage": null, 
"PaymentProtocol": "86485e4931044fad90fabab6313fe612", 
"Method": "InternalTransfer", 
"BusinessUnitId": 1099 }

Canceled status webhook

{ "InternalTransferDocumentNumber": "103857", 
"Name": "Marcus Fabio", 
"TaxNumber": "65371653341", 
"Mail": "[email protected]", 
"Phone": "00000000000", 
"RateValue": 0, 
"CreditedValue": 15, 
"TransferDate": "2022-07-24T00:00:00", 
"ToBankCode": null, 
"ToBankBranch": null, 
"ToBankAccount": null, 
"ToBankAccountDigit": null, 
"ToTaxNumber": "44699677266", 
"PartnerId": null, "DocumentNumber": 
"2191611", "Identifier": "578vlk1237474", 
"EntryId": null, 
"Status": "Cancelled", 
"TotalValue": 15, 
"PaymentDate": null, 
"FineInterest": null, 
"DiscountValue": null, 
"IofValue": null, 
"PaidValue": null, 
"OtherValues": null, 
"CreditDate": null, 
"OccurrenceDate": null, 
"URL": null, 
"BankCode": null, 
"BankBranch": null, 
"BankAccount": null, 
"BankAccountDigit": null, 
"ReturnCode": null,
"ReturnMessage": null, 
"PaymentProtocol": "b8d12384a8ee4351a48f8706390680ad", 
"Method": "InternalTransfer", 
"BusinessUnitId": 1099 }

PS – In the case of a MultipleInternalTransfer, the webhooks come segmented accordingly with the informed recipients; in other words, one webhook for each recipient.