Skip to main content
GET
https://staging-api.propaga.io/v1
/
transaction
/
pending
curl 
--location  
--request GET 'https://staging-api.propaga.io/v1/transaction/pending' \
--header 'Authorization: <your_awesome_token>'
--header 'Content-Type: application/json'
{
    "transactions": [
        {
            "id": "420a82ce-fe69-4d26-92d5-8b914e433ad5",
            "cornerStoreId": "aaff0a3c-df63-4ed8-bf0c-2b4f06be3580",
            "wholesalerTransactionId": "1234567890",
            "totalAmount": 123,
            "interests": 12,
            "IVAAmount": 10,
            "totalAmountWithInterests": 145,
            "movementDate": "2025-01-01T17:46:57.465Z",
            "deliveryDate": "2025-01-01T19:00:00.000Z"
        }
    ]
}
curl 
--location  
--request GET 'https://staging-api.propaga.io/v1/transaction/pending' \
--header 'Authorization: <your_awesome_token>'
--header 'Content-Type: application/json'
{
    "transactions": [
        {
            "id": "420a82ce-fe69-4d26-92d5-8b914e433ad5",
            "cornerStoreId": "aaff0a3c-df63-4ed8-bf0c-2b4f06be3580",
            "wholesalerTransactionId": "1234567890",
            "totalAmount": 123,
            "interests": 12,
            "IVAAmount": 10,
            "totalAmountWithInterests": 145,
            "movementDate": "2025-01-01T17:46:57.465Z",
            "deliveryDate": "2025-01-01T19:00:00.000Z"
        }
    ]
}

Response

transactionId
string
Propaga’s transaction id
cornerStoreId
string
Propaga’s corner store id
wholesalerTransactionId
string
Wholesaler’s transaction ID
totalAmount
number
Total amount of the transaction
interests
number
Interests amount
IVAAmount
number
IVA amount
totalAmountWithInterests
number
Total amount with interests
movementDate
string
Date and time of the creation of the transaction
deliveryDate
string
Estimated date of delivery