You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/request-network-api/create-and-pay-requests.md
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,33 @@ Discover how Request Network API can enhance your app's features - [book a call]
16
16
17
17
At its core, the Request Network API empowers you to:
18
18
19
-
***Create Requests:** Define payment requests with information such as payee, payer (optional), amount, and currency details.
19
+
***Create Requests:** Define payment requests with information such as payee, payer (optional), amount, currency, and recurrence (optional).
20
20
***Facilitate Payments:** Return transaction calldata, ready to be signed by end-users and sent to the blockchain for secure and transparent value transfer.
21
21
***Deliver Webhook Notifications:** Receive instant updates on payment status changes, enabling your application to react dynamically to completed transactions.
The `invoiceCurrency`and `paymentCurrency` strings must each be the `id` of a token listed in the [request-network-token-list.md](../general/request-network-token-list.md"mention")
For detailed information on all available endpoints and their parameters, please refer to the full [Request Network API Reference](https://api.request.network/open-api)
0 commit comments