3.193.0 release notes
1 day ago by ReadMe API
- ✨ New features
- Added two new Partner Invoices endpoints:
GET /public-api/resources/partner-invoices/v1.0for listing invoices andGET /public-api/resources/partner-invoices/v1.0/{partnerInvoice}for reading a single invoice. The listing endpoint supports filters forpartnerId,settlementReportId,paymentStatus,issuedFrom,issuedTo,dueFrom, anddueTo. - Added the optional
authorizedAmountfield to Transaction responses onGET /public-api/resources/transactions/v1.0,GET /public-api/resources/transactions/v1.0/{transaction},POST /public-api/resources/transactions/v1.0, andPATCH /public-api/resources/transactions/v1.0/{transaction}. The field is also accepted as an optional input on thePOSTandPATCHendpoints; when updating viaPATCH,authorizedAmountmay only be set while the transaction hasauthorizedstatus. - Added the
invoiceStatefield to Partner Settlement Report responses onGET /public-api/resources/partner-settlement-reports/v1.0andGET /public-api/resources/partner-settlement-reports/v1.0/{partnerSettlementReport}, and on the actionPOST /public-api/actions/partner-settlement-report/v1.0/{partnerSettlementReport}/update-external-id. AddedinvoiceStateas a filter parameter on the listing endpoint. - Added the
purposefield to Voucher responses onGET /public-api/resources/vouchers/v2.1,GET /public-api/resources/vouchers/v2.1/{voucher},POST /public-api/resources/vouchers/v2.1, andPATCH /public-api/resources/vouchers/v2.1/{voucher}. Addedpurposeas a filter parameter on the listing endpoint.
- Added two new Partner Invoices endpoints: