The Spanish version is the authoritative reference. View in Spanish
051 - Payment of the Transfer of economic rights
Description
Electronic document that reports the payments made by the Debtor/Acquirer/Acceptor of the electronic sales invoice as a negotiable instrument whose economic rights were transferred.
Event issuer
Debtor/Acquirer/Acceptor.
Event receiver
DIAN.
Effect
Allows notifying the partial or full payment of the electronic sales invoice as a negotiable instrument whose rights were transferred.
Depends on the following events
Transfer of rights 49-TD.
Notification of transfer of rights 50-NTD.
Prevented by the following events
The full payment event of the electronic sales invoice (45-PFEVTV) restricts the generation of this event.
The full payment of the transfer of economic rights event (51-512 PTD) restricts the generation of the partial payment of the transfer of economic rights event (511).
Prior limitation (041).
The Termination of the mandate (44-TM) restricts the generation of this event by the mandatary.
Restrictions
ResponseCode, the ListID attribute being equal to 2
JSON request structure
✓ = required data
| Parameter | Required | Description | Value |
|---|---|---|---|
| globalDocumentId | ✓ | Gosocket id associated with the negotiable instrument electronic invoice | |
| status | ✓ | Event code | 051 |
| description | ✓ | Text describing the event | |
| operationType | ✓ | Payment type 511 = Partial payment of the transfer of economic rights 512 = Full payment of the transfer of economic rights | |
| holderID | ✓ | Holder NIT | |
| holderTypeID | ✓ | Holder NIT Type | e.g. 31 |
| holderName | ✓ | Holder Name | |
| currentValue | ✓ | Current value | |
| pendingValue | ✓ | Pending value | |
| valuePaid | ✓ | Paid value | |
| paymentDate | ✓ | Payment date | yyyy-mm-dd |
JSON request example
Partial payment
{
"globalDocumentId":"564d90e4-2903-5ab8-a164-a06aa96d8d0c",
"status":"051",
"operationType":"511",
"holderID":"nit tenedor",
"holderTypeID":"dv tenedor",
"holderName":"nombre tenedor",
"currentValue":"valor actual",
"pendingValue":"valor pendiente",
"valuePaid":"valor pagado",
"paymentDate":"fecha pago 2021-10-22"
}