API
HomeEasytransac
HomeEasytransac
  1. Start
  • Start
    • API Domain Usage
    • Get an API key
    • Communication
  • Documentation
    • Errors
      • ApiError codes
    • Webhooks
      • PUSH Method
      • PULL Method
  • V2
    • Overview
    • Authentication
      • JWT access token - Generate
        POST
    • Endpoints
      • Open Banking
        • Open Banking - Initialize
      • SDD
        • SDD - Mandate - Create
        • SDD - Mandate - Debit
        • SDD - Mandate - Get status
      • Transaction
        • Transaction - Get status
  • V1
    • Documentation
      • Signature
    • Authentication
      • Overview
      • Security
      • PSD2 and 3DSecure
    • API - Payment
      • Recurring payments
      • Card payment
      • 1-click payment
      • SEPA Direct Debit
      • Transfer (Open Banking)
      • Payment page
      • Cancel a payment page
      • Resend the payment page
      • P2P Transfert
      • Update a subscription
      • Status
      • Refund
      • Capture
      • Cancellation
      • List of cards
      • List of IBANs
      • History
      • Payment requests
      • Card information
    • API - User
      • Add a merchant
      • Update a merchant
      • Search for a merchant
      • List of movements
      • Make a payout
      • List all payouts
      • Add a logo
      • Get the activity
      • Update activity
    • API - Document
      • Add a document
      • Get a document
      • List documents
  1. Start

Get an API key

To start using the Easytransac API, you must create an Application on your dashboard, in the E-commerce section.
applications.png
You will be asked to fill in several pieces of information. Use the tooltips on each field to get more information. Here are some parameters that need to be explained:
Mode"Demo" or "Real", this allows you to choose the final environment of the application
Authorized IP address(es)This is the IP address of your server. If you don't know it, your host can provide it in your customer area
Notification URLURL where payment notifications will be sent. If you are using an e-commerce module, this address is provided to you during the configuration of the module
Domain nameAddress of your website. For example, for https://www.mysite.com/folder, the domain to be filled in will simply be www.mysite.com
applications_add.png
A unique API key will then be provided to you and must be included in the HTTP headers of each of your requests.
This is discussed further in the Authentication section.
Previous
API Domain Usage
Next
Communication
Built with