<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> <parent-transaction-id>{{PARENT_TRANSACTION_ID}}</parent-transaction-id> <order-number>{{ORDER_NUMBER}}</order-number> <payment-methods> <payment-method name="sepadirectdebit" /> </payment-methods> <periodic> <periodic-type>recurring</periodic-type> <sequence-type>recurring</sequence-type> </periodic>
</payment>