2 - Webhooks
Remittance Settlement
This method is used as Remittance Settlement Return Webhook
Parameters | Description | Type | Comments |
---|---|---|---|
DocumentNumber | Delivery reference within the statement | long | None |
Date | Delivery settlement date | datetime | AAAA-MM-DDTHH:MM |
BusinessUnitId | Business Unit Identifier Number | long | None |
RemittanceIdentifier | Remittance ID | long | None |
AcquirerName | Acquirer's Name | stringer | None |
ArrangementCode | Payment Arrangement | long | For example: Visa, Elo, MasterCard |
Type | Type of payment | string | "Antecipação" "Venda Débito" "Venda Crédito" |
TotalValue | Total Value | string | None |
TransactionAmount | Number of payment transactions within a shipment | string | None |
Beneficiary | Beneficiary's Data | string | Name AccountInfo TaxNumber Bank BankBranch BankAccount BankAccountDigit |
Status | Transaction status | string | Created = 0 PreSettled = 1 Processed = 2 Sent = 3 Settled = 4 Cancelled = 5 Error = 6 CanBeSent = 7 CanBePaid = 8 CanBeProcessed = 9 CanBeRegenerated = 10 CanBeSettled = 11 AwaitingPreCredit = 12 CanBeCanceled = 13 |
Method | Name of method executed | string | None |
"BusinessUnitId": 1135,
"RemittanceIdentifier": 38,
"AcquirerName": "GETNET S/A",
"ArrangementCode": "Elo",
"Type": "Venda Débito",
"TotalValue": 90,
"TransactionAmount": 2,
"DocumentNumber": 31535385 ,
"Date": 2024-06-27T13:40"
"Beneficiary": {
"Name": "SLC Testes",
"AccountInfo": {
"TaxNumber": "61527351000140",
"Bank": "450",
"BankBranch": "0001",
"BankAccount": "6780723",
"BankAccountDigit": "6"
}
},
"Status": "Settled",
"Method": "UpdateSLCRemittanceStatus"
}
Updated about 8 hours ago