Sha256: 1b7283b1477a016dea05a03f547c2b9d92e1e472e720f6c9dec9a62257c9ee73
Contents?: true
Size: 989 Bytes
Versions: 10
Compression:
Stored size: 989 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>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>
Version data entries
10 entries across 10 versions & 1 rubygems