Transaction
Notify transaction delivery
Updates the transaction to delivery status and the total amount
PUT
For additional details on how transaction statuses works, click this link
Path parameters
string
required
Propaga’s transaction id
Body
string
required
Transaction’s new status, in this case always had to be
deliverynumber
required
New transaction amount: We will automatically recalculate the associated commissions based on the updated amount.
number
Latitude of the delivery location
number
Longitude of the delivery location
string
Description of the delivery location
Response
boolean
Error codes
Transaction not found (404)
Transaction is not on on-hold status (422)
Field transactionAmount is not on the request (400)

