Skip to content

Commit a3dee03

Browse files
authored
Merge pull request #60 from PayButton/feat/document-external-calls
docs: external services
2 parents d17fa14 + 92f0059 commit a3dee03

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@ Absolutely, the admin dashboard allows you to modify button texts, pricing, colo
5858
5. Transaction Tracking and Analytics
5959
6. PayButton Generator
6060

61+
== External services ==
62+
63+
- PayButton websocket
64+
This plugin connects to the PayButton WebSocket, a service that monitors blockchain transactions.
65+
It is used to detect payments made to the PayButton/Widget address in real time.
66+
The plugin uses the provided address to establish a connection and begins listening for events emitted when new transactions are detected.
67+
This service is provided by PayButton: terms of use[https://github.com/PayButton/paybutton-server/blob/master/TERMS.md], privacy policy[https://github.com/PayButton/paybutton-server/blob/master/PRIVACY.md].
68+
69+
- PayButton API
70+
This plugin communicates with the PayButton API to fetch information about the address and its transactions.
71+
It provides data such as the transaction price and the address balance, which are used by the widget and the button.
72+
This service is also provided by PayButton: terms of use[https://github.com/PayButton/paybutton-server/blob/master/TERMS.md], privacy policy[https://github.com/PayButton/paybutton-server/blob/master/PRIVACY.md].
73+
74+
- SideShift.AI API
75+
The integration uses the SideShift API to enable the button or widget to accept payments in a different currency than the one being received.
76+
This service is provided by SideShift.AI [terms of use][https://sideshift.ai/legal].
77+
6178
== Changelog ==
6279

6380
= 3.0.0 (2025/03/21) =

0 commit comments

Comments
 (0)