Create and Pay Requests
The Request Network API provides an interface for creating and paying requests within your application.
Last updated
Was this helpful?
The Request Network API provides an interface for creating and paying requests within your application.
Last updated
Was this helpful?
Talk to an expert
Discover how Request Network API can enhance your app's features - book a call with us.
At its core, the Request Network API empowers you to:
Create Requests: Define payment requests with information such as payee, payer (optional), amount, and currency details.
Facilitate Payments: Return transaction calldata, ready to be signed by end-users and sent to the blockchain for secure and transparent value transfer.
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
For detailed information on all available endpoints and their parameters, please refer to the full Request Network API Reference
The following diagram illustrates the typical flow for creating and paying requests using the Request Network API:
Create a new payment request
/v1/request
API key for authentication