Everything you need to know to get started with accepting and making payments to your customers
Grovepay provides a straightforward RESTful API for initiating bank transfers, fetching periodic transactions validating bank accounts, monitoring account activity, and other related functionalities. The API is designed to work over HTTPS, with all requests and responses formatted as JSON objects.
To begin using the API, please log in to the web application and navigate to API KEYS to either generate a new set of keys or use existing ones.
To access the Grovepay API, you need to authenticate your requests using the following API credentials:
- X-API-KEY: This is your API key.
- X-API-SECRET: This is your API secret.
