Sha256: 5ede8a211fdc9e9080b8b99f010eacd92c158026829459e745f35968bebf2c7a
Contents?: true
Size: 941 Bytes
Versions: 3
Compression:
Stored size: 941 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> <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
3 entries across 3 versions & 1 rubygems