<payment xmlns=“www.elastic-payments.com/schema/payment”>

<merchant-account-id>{{MERCHANT_ACCOUNT_ID}}</merchant-account-id>
<request-id>{{REQUEST_ID}}</request-id>
<transaction-type>debit</transaction-type>
<requested-amount currency="EUR">{{REQUESTED_AMOUNT}}</requested-amount>
<account-holder>
  <first-name>{{ACCOUNT_HOLDER_FIRST_NAME}}</first-name>
  <last-name>{{ACCOUNT_HOLDER_LAST_NAME}}</last-name>
</account-holder>
<order-number>{{ORDER_NUMBER}}</order-number>
<payment-methods>
  <payment-method name="sepadirectdebit" />
</payment-methods>
<bank-account>
  <iban>{{BANK_ACCOUNT_IBAN}}</iban>
  <bic>{{BANK_ACCOUNT_BIC}}</bic>
</bank-account>
<mandate>
  <mandate-id>{{MANDATE_ID}}</mandate-id>
  <signed-date>{{MANDATE_SIGNED_DATE}}</signed-date>
</mandate>
<creditor-id>{{CREDITOR_ID}}</creditor-id>
<periodic>
  <periodic-type>recurring</periodic-type>
  <sequence-type>first</sequence-type>
</periodic>

</payment>