For the complete documentation index, see llms.txt. This page is also available as Markdown.

createSepaMandate

Creates a SEPA Direct Debit mandate from IBAN details and sets it as the subscription payment method.

Arguments

Argument
Description

Parameters for CreateSepaMandate

CreateSepaMandateInput Arguments

Argument
Description

subscriptionId (ID!)

The ID of the subscription to create a SEPA Direct Debit mandate for.

accountName (String!)

The account holder name for the SEPA Direct Debit mandate.

accountIban (String!)

The IBAN for the SEPA Direct Debit mandate.

mandateReference (String)

Optional reference for the SEPA mandate.

Return fields

subscription (Subscription)

Last updated

Was this helpful?