iDEAL AcquirerTrxRes (B')
Function | To confirm receipt of the transaction details by the Acquirer while simultaneously transferring the redirect details to the Merchant | |||
Root | AcquirerTrxRes | |||
Data elements
|
| |||
Acquirer |
|
|
| |
Sub-element | AcquirerID |
|
|
|
Request | AcquirerTrxReq (B) | |||
Communication | HTTP response with an XML message. | |||
Security / authentication |
|
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Acquirer | |
AcquirerID | Unique four-digit identifier of the Acquirer within iDEAL, assigned by iDEAL when registering the Acquirer. The Acquirer.acquirerID must be known to all Issuers with which the Acquirer makes agreements. |
Issuer | |
issuerAuthenticationURL | The complete URL to which the Consumer is redirected by the Merchant for authentication and authorisation of the transaction. |
Transaction | |
| Unique 16-digit number within iDEAL, assigned by an Acquirer. The number consists of a section from the Acquirer ( |
| Date and time at which the transaction was created |
purchaseID | Identification of the order within the Merchant's system (does not have to be unique per se). Ultimately appears on the payment confirmation (statement and confirmation screen). |
Example Message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerTrxRes xmlns="http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1" version="3.3.1"> <createDateTimestamp>2008-11-14T09:30:47.0Z</createDateTimestamp> <Acquirer> <acquirerID>0001</acquirerID> </Acquirer> <Issuer> <issuerAuthenticationURL>https://www.issuingbank.eu/ideal?random=1Y98dHjPwe2qq3s&trxid=0001000000000001</issuerAuthenticationURL> </Issuer> <Transaction> <transactionID>0001000000000001</transactionID> <transactionCreateDateTimestamp>2008-11-14T09:30:50.125Z</transactionCreateDateTimestamp> <purchaseID>iDEAL21</purchaseID> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerTrxRes>
Copyright © Currence iDEAL B.V. All rights reserved.