Sha256: acda43985e0c775a54d5c578693706eefd91cc064680d15a32ed24c307f4f8a8
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <AcquirerStatusReq xmlns="http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1" version="3.3.1"> <createDateTimestamp>created_at_timestamp</createDateTimestamp> <Merchant> <merchantID>002054205</merchantID> <subID>0</subID> </Merchant> <Transaction> <transactionID>transaction_id</transactionID> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <SignedInfo> <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/> <Reference URI=""> <Transforms> <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/> </Transforms> <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/> <DigestValue>digest_value</DigestValue> </Reference> </SignedInfo> <SignatureValue>signature_value</SignatureValue> <KeyInfo> <KeyName>fingerprint</KeyName> </KeyInfo> </Signature> </AcquirerStatusReq>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ideal-payment-1.0.2 | spec/expectation_xml/status_request.xml |