Quick Start
Our API follows Open API specs and very easy to integrate with any custom built website. Simply run the below demo API to get response.
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
Request your API keys by sending an email to help@paysea.net
Make your first request
To make your first request, send an authenticated request to the get transactions endpoint. This will get the last 10 transactions for POS device with ID: paysea100
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated