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 | None |
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 | tinyint | Anticipation, Debit, Credit |
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 |
State | Transaction status | int | None |
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 5 months ago