parcels
Get the tip for a parcel.
Note: This feature is not available to all clients. Please contact us before using it.
Returns the tip configured for the specified parcel, if one exists.
get/v1/parcels/{parcel_id}/tip
Path parameters
parcel_idstring uuid required
UUID of the parcel whose tip you want to retrieve.
Response
Tip retrieved successfully.
Example response
{
"parcel_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"amount": 100,
"currency": "ARS"
}