iDx 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 | Unilateral TLS connection (Acquirer holds SSL server certificate) |
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Acquirer | |
AcquirerID | Unique four-digit identifier of the Acquirer within an iDx based product |
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 an iDx based product, assigned by an Acquirer. The number consists of a section from the Acquirer ( |
| Date and time at which the transaction was created |
Example message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerTrxRes version="1.0.0" productID="String" xmlns=" http://www.betaalvereniging.nl/iDx/messages/Merchant-Acquirer/1.0.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <createDateTimestamp>2001-12-17T09:30:474Z</createDateTimestamp> <Acquirer> <acquirerID>1234</acquirerID> </Acquirer> <Issuer> <issuerAuthenticationURL>https://issuer.nl?param=true&paramRandom=123456789012345678901234567890</issuerAuthenticationURL> </Issuer> <Transaction> <transactionID>1234123456789012</transactionID> <transactionCreateDateTimestamp>2001-12-17T09:30:474Z</transactionCreateDateTimestamp> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerTrxRes>