iDx AcquirerStatusRes (F')
Function | To transfer the status of a specific transaction 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 an iDx based product |
Transaction | |
| Unique 16-digit number within an iDx based product, 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 |
container Conditional | If |
Example message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerStatusRes 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:476Z</createDateTimestamp> <Acquirer> <acquirerID>1234</acquirerID> </Acquirer> <Transaction> <transactionID>0000000000000000</transactionID> <status>Success</status> <statusDateTimestamp>2001-12-17T09:30:476Z</statusDateTimestamp> <container> … any product specific content … </container> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerStatusRes>