API
HomeEasytransac
HomeEasytransac
  1. API - Payment
  • 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
        POST
      • 1-click payment
        POST
      • SEPA Direct Debit
        POST
      • Transfer (Open Banking)
        POST
      • Payment page
        POST
      • Cancel a payment page
        POST
      • Resend the payment page
        POST
      • P2P Transfert
        POST
      • Update a subscription
        POST
      • Status
        POST
      • Refund
        POST
      • Capture
        POST
      • Cancellation
        POST
      • List of cards
        POST
      • List of IBANs
        POST
      • History
        POST
      • Payment requests
        POST
      • Card information
        POST
    • 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. API - Payment

Recurring payments

Recurring payments

There are 2 types of recurring payments on Easytransac:

  • Subscription : mandatory deposit then automatic withdrawal at the chosen frequency (monthly by default), without end date.

  • Instalment payments : the first installment must be between €1 and 70% of the total amount, the frequency is configurable (monthly by default). The number of installments is limited from 2 to 12 maximum.

A payment can be cancelled at any time from your customer area or via the Cancellation API.

Easytransac (or one of its acquirers) simply saves an imprint of the end customer's credit card (or IBAN), so that it can be automatically re-presented at each scheduled payment date. This means that the funds are not advanced on the first collection, but a new transaction is created each time.

A notification (webhook) is sent for each new payment, and you can easily find its origin via the settings:

  • OriginalPaymentTid : ID of the first installment,

  • MultiplePaymentsCount : installment number when paying in installments,

  • RebillCount : installment number for a subscription.

Previous
PSD2 and 3DSecure
Next
Card payment
Built with