iDEAL AcquirerStatusReq (F)
Function | To retrieve the status of a specific transaction (payment confirmation) from the Acquirer by the Merchant | ||
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 transactions only in the following cases:
The Merchant should submit a 'batch processing' of open transactions serially (one by one) to the Acquirer. See 'iDEAL_010 Standards' for further details. |
(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 trade name registered with the Acquirer. The default value is '0'. |
Transaction | |
| Unique 16-digit number within iDEAL, assigned by an Acquirer. The number consists of a section from the Acquirer ( |
Example Message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerStatusReq xmlns="http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1" version="3.3.1"> <createDateTimestamp>2008-11-14T09:30:47.0Z</createDateTimestamp> <Merchant> <merchantID>100000001</merchantID> <subID>1</subID> </Merchant> <Transaction> <transactionID>0001000000000001</transactionID> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerStatusReq>
Copyright © Currence iDEAL B.V. All rights reserved.