Refine transaction status handling by removing 'deleted' from status enums
1 day ago by ReadMe API
Updated endpoints
POST /business/data/account-transactions
- The
statusfield in theAPIPartnerAccountTransactionobject has been updated:- The enum value previously labeled as
pendingis nowdeleted. - A new enum value
pendinghas been introduced. - An additional null (
<nil>) enum value has been added.
- The enum value previously labeled as
This change reflects a clearer distinction in transaction statuses, aligning with the approach to ignore deleted transactions as they are duplicates without business significance.
