forked from frankkilcommins/SwaggerHub-Portal-Management
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b05d9ef
commit 0ab5747
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters