Skip to content

Commit

Permalink
add change log to Payees Product
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Jun 26, 2024
1 parent b05d9ef commit 0ab5747
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions products/Payees API/Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

This page contains a log of all changes to the API and the versions that are related to each new addition.



| Version |Release date |Change notes |
| --- | --- | --- |
| 1.0.0|2024-03-21 | [view notes](https://smartbearcoin.portal.swaggerhub.com/payee-api/default/changelog#v1-0-0) |


## v1.0.0

Initial launch of the Payees API for SmartBearCoin. 🚀🚀🚀

The API provides the ability to search for payees, retrieve payee information, and obtain transactions per payee:
| Resource | Description |
| -------- | ----------- |
| Payees | Allows for searching of payees based on certain jurisdictional identifier information.
| Payees/{id} | Obtain and retrieval of individual payee information
| Payees/{id}/transactions | Get a list of transactions for a known payee
9 changes: 9 additions & 0 deletions products/Payees API/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"slug":"payees-api",
"type": "apiUrl",
"contentUrl": "https://api.swaggerhub.com/apis/smartbear-api-hub/payees-api/1.0.0-prod/swagger.json"
},
{
"order": 3,
"parent": "",
"name": "Changelog",
"slug":"changelog",
"type": "markdown",
"contentUrl": "Changelog.md"
}

]
}

0 comments on commit 0ab5747

Please sign in to comment.