Skip to main content

SEPA Direct Debit

  • SEPA Direct Debit — Added payment method documentation covering both SEPA schemes: dd (B2C) and dd_b2b (B2B). The page covers payments, mandate handling, recurring collections, full and partial refunds, payouts, legal implications, and the transaction status lifecycle (startedpending → final status). See SEPA Direct Debit.
  • Mandate Reference API — Added Create Mandate Reference (POST /rest/create_mandate_reference) for upfront SEPA mandate creation. Linked from the SEPA payment method pages and from Direct Debit Parameters.
  • API Reference — Added a Direct Debit Parameters block (account_holder, iban, bic, sepa_mandate) and a Direct Debit column in the payment method parameter matrix. Added dd and dd_b2b to the Payment Types reference.
  • OpenAPI spec — Updated openapi.yaml to document the dd and dd_b2b payment types, a new DirectDebitData request block, POST /rest/create_mandate_reference with MandateReferenceRequest / MandateReferenceResponse, SEPA response/postback fields (mandate_id, iban, bic, recurring_mandate, execution_date), and direct debit fields on payout requests.