public class IDealRequestPaymentUrlBuilder
extends java.lang.Object
| Constructor and Description |
|---|
IDealRequestPaymentUrlBuilder(IDealRequest request)
Instantiates a new iDEAL request payment url builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String key,
java.lang.String value)
Append the key and URL encoded value to container in a proper way.
|
java.lang.String |
getPaymentUrl(java.net.URL url,
java.lang.String password,
HashAlgorithm hash)
Gets the full proper encoded redirection iDEAL payment URL (GET method).
|
public IDealRequestPaymentUrlBuilder(IDealRequest request)
request - the requestpublic java.lang.String getPaymentUrl(java.net.URL url,
java.lang.String password,
HashAlgorithm hash)
url - the URL prefix (current defined sofort.com/ideal URL)password - the password defined in the control centerhash - the hash algorithm defined in the control centerpublic void append(java.lang.String key,
java.lang.String value)
key - the keyvalue - the value