iDEAL AcquirerStatusRes (F')
Function | To transfer the status of a specific transaction (payment confirmation) from the Acquirer to the Merchant | ||
Root | AcquirerStatusRes | ||
Data elements
|
| ||
|
|
| |
Sub-element |
|
|
|
Request | AcquirerStatusReq (F) | ||
Communication | HTTP response with an XML message. | ||
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 |
Transaction | |
| Unique 16-digit number within iDEAL, assigned by an Acquirer. The number consists of a section from the Acquirer ( |
status | Indicates the status of the transaction. |
statusDateTimestamp Conditional | Processing date and time of transaction by the Issuer. If |
consumerName Conditional | Name of the Consumer according to the name of the account used for payment. This could deviate from the account details held by the Merchant. Only included if |
consumerIBAN Conditional | The IBAN of the account the Consumer used for payment. Only included if |
consumerBIC Conditional | BIC of the bank where the Consumer's account is held. Only included if |
amount Conditional | The amount guaranteed by the Issuer to the Acquirer (with period (.) as a decimal separator, if required) Only included if |
currency Conditional | The currency in which the guaranteed amount is expressed. Only included if |
Example Message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerStatusRes 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> <Transaction> <transactionID>0001000000000001</transactionID> <status>Success</status> <statusDateTimestamp>2008-11-14T09:32:47.0Z</statusDateTimestamp> <consumerName>Onderheuvel</consumerName> <consumerIBAN>NL44RABO0123456789</consumerIBAN> <consumerBIC>RABONL2U</consumerBIC> <amount>59.99</amount> <currency>EUR</currency> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerStatusRes>
Copyright © Currence iDEAL B.V. All rights reserved.