iDEAL AcquirerTrxReq (B)
Function | To transfer the transaction details (payment request) to the Acquirer as composed by Merchant | |||
Root | AcquirerTrxReq | |||
Data elements |
| |||
|
|
|
|
|
Sub-elements |
|
|
|
|
Response | AcquirerTrxRes (B') | |||
Communication | HTTP POST request with an XML message to the AcquirerTrxURL. | |||
Security / authentication |
|
(Sub-)element | Description |
---|---|
createDateTimestamp | Date and time at which this message was created |
Issuer | |
| The ID of the Issuer selected by the Consumer. Consists of the international Bank Identifier Code (BIC). The |
Merchant | |
| Made up of |
| 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'. |
| URL to which the Consumer must be redirected after authorisation of the transaction at the Issuer. |
Transaction | |
| Identification of the order within the Merchant's system (does not have to be unique per se). Ultimately appears on the payment confirmation (statement and confirmation screen). |
| The amount payable in euro (with period (.) used as a decimal separator if required). |
| Currency in which payment should be effected, |
(Optional) | The period of validity of the payment request, measured from the receipt by the Issuer. |
| Code list according to ISO 639-1. (e.g. 'en' for English, 'nl' for Dutch) should be used. |
| Description of the underlying value or reason of the payment. |
| 'Authentication identifier' created by the Merchant |
Example Message
<?xml version="1.0" encoding="UTF-8"?> <AcquirerTrxReq xmlns="http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1" version="3.3.1"> <createDateTimestamp>2008-11-14T09:30:47.0Z</createDateTimestamp> <Issuer> <issuerID>RABONL2UXXX</issuerID> </Issuer> <Merchant> <merchantID>100000001</merchantID> <subID>1</subID> <merchantReturnURL>https://www.ashop.eu/paymentHandling</merchantReturnURL> </Merchant> <Transaction> <purchaseID>iDEALaankoop21</purchaseID> <amount>59.99</amount> <currency>EUR</currency> <expirationPeriod>PT3M30S</expirationPeriod> <language>nl</language> <description>Documenten Suite</description> <entranceCode>4hd7TD9wRn76w6gGwGFDgdL7jEtb</entranceCode> </Transaction> <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <!-- Signature is placed here. See Signature section for specification--> </Signature> </AcquirerTrxReq>
Copyright © Currence iDEAL B.V. All rights reserved.