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" } ] }
Gets a list of transactions pending to notify delivery or cancellation