Skip to main content
GET
/
getTransactionStatuses
Get transaction statuses
curl --request GET \
  --url https://api.pgw-sandbox.finventi.com/getTransactionStatuses
{
  "meta": {
    "amount": 123
  },
  "result": [
    {
      "hardvalue": "<string>",
      "id": 123,
      "name": "<string>"
    }
  ]
}
Possible transaction statuses are:
  • Created - initial transaction status. Applied for INBOUND and OUTBOUND transaction routes
  • To sign - applied in case the transaction is waiting to be signed by the Tenant representatives before sending it to the clearing system. Applied only for OUTBOUND transactions. Functionality must be activated by the Inventi representatives.
  • Signed - applied in case the transaction is signed by all required Tenant representatives and ready to be sent to the clearing system. Applied only for OUTBOUND transactions. Functionality must be activated by the Inventi representatives.
  • Review - Not applicable/reserved
  • Ready to clear - Not applicable/reserved
  • Sent to pack - Not applicable/reserved
  • Packed - Not applicable/reserved
  • Sent to clear - transaction was processed and successfully delivered to the CSM.
  • Some problems - Reserved technical status
  • Cancelled - Outbound transaction was cancelled by the Tenant before it was sent to the CSM.
  • Completed - Final successful transaction processing status. Applied for INBOUND and OUTBOUND transaction
  • Rejected - Final unsuccessful transaction processing status. Applied for OUTBOUND transactions, which was rejected by the CSM or Creditor Agent
  • Invalid - Not applicable/reserved
  • Reserved - Not applicable/reserved
  • To reserve - Not applicable/reserved
  • Received - Not applicable/reserved
  • Dropped - Not applicable/reserved

Response

Returned payment statuses list

meta
object
required

Result meta information

result
object[]
required

Response containing all existing payment statuses