Sha256: e178a5f11ac7c2c0f2d46e179d35fc299ee6611168edbcee429673f15816e1b2
Contents?: true
Size: 883 Bytes
Versions: 1
Compression:
Stored size: 883 Bytes
Contents
<payment xmlns="http://www.elastic-payments.com/schema/payment"> <merchant-account-id>{{MERCHANT_ACCOUNT_ID}}</merchant-account-id> <request-id>{{REQUEST_ID}}</request-id> <transaction-type>pending-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> </payment>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wirecard_sepa-0.0.4 | lib/templates/wirecard_sepa/direct_debit/request.xml |