iDEAL DirectoryRes (A')
Function | To deliver the Acquirer's most recent list of Issuers to the Merchant | ||||
Root | DirectoryRes | ||||
Data elements |
| ||||
| Acquirer | Directory | Country |
| |
|
| ||||
Sub-elements | acquirerID | directoryDateTimestamp |
|
| |
Request | DirectoryReq (A) | ||||
Communication | HTTP POST request with an XML message to the AcquirerDirectoryURL | ||||
Security / authentication |
|
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Acquirer | |
| Unique four-digit identifier of the Acquirer within iDEAL, assigned by iDEAL when registering the Acquirer. The |
| |
directoryDateTimestamp | The date on which the list of Issuers was updated by the Acquirer |
(1..∞) | Contains all CountryName and Issuer sub-elements (see below) |
Country | |
countryNames | Contains the country names in the official languages of the country, separated by a '/' symbol (e.g. 'België/Belgique') |
(1..∞) | Contains an issuerID, issuerName pair (see below) |
Issuer | |
issuerID | Unique identifier of the Issuer that consists of the international Bank Identifier Code (BIC). The Issuer.issuerID must be known to all Acquirers with which the Issuer makes agreements. |
issuerName | The name of the Issuer (as this should be displayed to the Consumer on the Merchant's Issuer list). |
Example Message
<?xml version="1.0" encoding="UTF-8"?> <DirectoryRes 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> <Directory> <directoryDateTimestamp>2004-11-10T10:15:12.145Z</directoryDateTimestamp> <Country> <countryNames>Nederland</countryNames> <Issuer> <issuerID>ABNANL2AXXX</issuerID> <issuerName>ABN AMRO Bank</issuerName> </Issuer> <Issuer> <issuerID>INGBNL2AXXX</issuerID> <issuerName>ING</issuerName> </Issuer> <Issuer> <issuerID>RABONL2UXXX</issuerID> <issuerName>Rabobank</issuerName> </Issuer> </Country> </Directory> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </DirectoryRes>
Copyright © Currence iDEAL B.V. All rights reserved.