iDx AcquirerStatusReq (F)
Function | Request from the Merchant to retrieve the status of a specific transaction from the Acquirer. | ||
Root | AcquirerStatusReq | ||
Data elements |
| ||
|
|
| |
Sub-elements |
|
|
|
Response | AcquirerStatusRes (F'). | ||
Communication | HTTP POST request with an XML message to the AcquirerStatusURL | ||
Security / authentication |
| ||
Comment | A Merchant may send an AcquirerStatusReq to an Acquirer for a transaction only in the following cases:
The Merchant should submit a 'batch processing' of open transactions serially (one by one) to the Acquirer. |
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Merchant | |
| Made up of |
subID | A number from 0 to and including 999999 in which each value is related to a separate instance registered with the Acquirer. The default value is '0'. |
Transaction | |
| Unique 16-digit number within an iDx based product, assigned by an Acquirer. The number consists of a section from the Acquirer (Acquirer.acquirerID, first four positions) and a unique number generated by the Acquirer (12 positions). |
Example message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerStatusReq 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:475Z</createDateTimestamp> <Merchant> <merchantID>1234123456</merchantID> <subID>1</subID> </Merchant> <Transaction> <transactionID>1234123456789012</transactionID> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerStatusReq>