Initialize iDeal Payment

You will need 3 integration points on your code:

  • One call to Lemonway DirectKit API to init iDeal payment to credit the payment account
  • One redirection from your website to the return URL by IDealInit
  • One call to Lemonway DirectKit API to finalize the iDeal payment
Body Params
string
required

Your sites return URL, called to terminate the operation and on which the callback will be sent, with data in POST parameters. This URL must contain a unique ID so you know which operation is related to the return.

string
required
length between 0 and 10

ID of iDEAL Issuer Resource:

  1. 21 for Rabobank
  2. 31 for ABN Amro
  3. 721 for ING
  4. 751 for SNS Bank
  5. 161 for Van Lanschot Bankiers
  6. 511 for Triodos Bank
  7. 761 for ASN Bank
  8. 771 for RegioBank
  9. 801 for Knab Bank
  10. BUNQNL2A pour Bunk Bank
string
length between 0 and 50

Unique ID of the call, generated by your server. This ID can be used as a search field when looking for operation details

string
required
length between 0 and 256

Payment Account ID to Credit

int32

Amount to Debit Amounts are given as integer numbers in cents

int32

Your Fee Amounts are given as integer numbers in cents

string
length between 0 and 140

Comment Regarding the Transaction

boolean

If true:

  1. [amountCom] will be ignored and will be replaced with Lemonway's fee
  2. You will not receive any fee
Headers
string
required

Authorization bearer (OAuth 2)

string

Response language accepted by final client (PSU). English by default

string
required

IP address of the final client (PSU).

string

User-agent of the final client (PSU).

Responses

401

Unauthorized

500

InternalServerError

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json