Direct Support Site

Results for

icon-search-large No search results yet
Enter your search query above
Page topics

Integration

We offer this payment methods for the following integration modes. Learn in our dedicated guides about their individual differences:

Find a high level overview in the "Process flows" chapter. 

Hosted Checkout Page/Server-to-server

Add the following properties to a standard CreateHostedCheckout/CreatePayment request:

{
"order": {
"amountOfMoney": {
"currencyCode": "EUR",
"amount": 1000
}
},
"redirectPaymentMethodSpecificInput": {
"paymentProductId": "809",
"paymentProduct809SpecificInput": {
"issuerId": "RABONL2U"
}
}
}
Properties Remarks

redirectPaymentMethodSpecificInput

     paymentProductId

     paymentProduct809SpecificInput.issuerId

paymentProductId: The numeric identifier of the payment method on our platform. Find this id in the "Overview" chapter. It instructs our platform to send your customers directly to the iDEAL-branded version of our Hosted Checkout Page. If left out, our platform sends your customers to the Hosted Checkout Page instead, allowing them to choose this or any other payment method in your account

paymentProduct809SpecificInput.issuerId: Preselect your customers' desired bank on the Hosted Checkout Page. Get a list of all banks available by sending a GetProductDirectory request to our platform. Use this list to adapt the bank selection step on your checkout page accordingly

Find detailed information about this object and its properties in our HostedCheckoutAPI/ CreatePaymentAPI