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"
}
]
}
Transaction
Get transactions pending to notify delivery or cancellation
Gets a list of transactions pending to notify delivery or cancellation
GET
/
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
string
Propaga’s transaction id
string
Propaga’s corner store id
string
Wholesaler’s transaction ID
number
Total amount of the transaction
number
Interests amount
number
IVA amount
number
Total amount with interests
string
Date and time of the creation of the transaction
string
Estimated date of delivery
Was this page helpful?

