Neofin Payments API#
This documentation aims to explain the functionalities of the Neofin API for creating, editing, canceling, and retrieving invoices.API Endpoints#
URL for sandbox environment: https://api.sandbox.neofin.services/
URL for sandbox environment: https://api.neofin.services/
Authentication#
To authenticate in both environments, you must include the following headers in your request:--header 'api-key: {api-key}'
--header 'secret-key: {secret-key}'
{api-key} and {secret-key} in the above example should be replaced with their appropriate values.You can obtain your API key and secret from the Neofin platform. Inside the Neofin Platform, navigate to Settings > Integrations, then click Create keys at the bottom of the page.Do not share your API key and secret with anyone. These credentials grant access to the Neofin API, and any actions performed using them will be linked to your account.