iDx AcquirerErrorRes (X')
Function | Response from the Acquirer to report to the Merchant that an error has occurred. | |
---|---|---|
Root | AcquirerErrorRes | |
Data elements |
| |
|
| |
Sub-element |
|
|
Request | DirectoryReq (A), AcquirerTrxReq (B), or AcquirerStatusReq (F) | |
Communication | HTTP response with an XML message. | |
Security / authentication |
|
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Error | |
| Unique identification of the error occurring with the transaction. See Error codes overview for the code list. |
| Descriptive text accompanying |
(Optional) | Details of the error. The message/generating party is free to determine this information. |
(Optional) | Suggestions aimed at resolving the problem |
consumerMessage | An Acquirer can use this field to include a (standardised) message that the Merchant should show to the Consumer. |
container | This container can contain any set of data elements. It is up to the product specific implementation guidelines what content is included for that product. Note that for this container the content should be error related and that product specific content is only allowed for errorCode 'AP3000'. For all other values the container element shall not be present. |
Example message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerErrorRes version="1.0.0" productID="NL:BVN:eMandatesCore:1.0" 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:477Z</createDateTimestamp> <Error> <errorCode>SO1000</errorCode> <errorMessage>Failure in system</errorMessage> <errorDetail>System generating error: issuer</errorDetail> <consumerMessage> ... some consumer message ... </consumerMessage> <container> … any product specific content … </container> </Error> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerErrorRes>