Package com.onlinepayments.domain
Class CreateHostedCheckoutResponse
java.lang.Object
com.onlinepayments.domain.CreateHostedCheckoutResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Hosted Checkout Session in which the payment was made.Your unique reference of the transaction that is also returned in our report files.The partial URL as generated by our system.The full hosted checkout URL as generated by our system.When the customer is returned to your site we will append this property and value to the query-string.voidsetHostedCheckoutId(String value) The ID of the Hosted Checkout Session in which the payment was made.voidsetInvalidTokens(List<String> value) voidsetMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.voidsetPartialRedirectUrl(String value) The partial URL as generated by our system.voidsetRedirectUrl(String value) The full hosted checkout URL as generated by our system.voidsetRETURNMAC(String value) When the customer is returned to your site we will append this property and value to the query-string.withHostedCheckoutId(String value) The ID of the Hosted Checkout Session in which the payment was made.withInvalidTokens(List<String> value) withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.withPartialRedirectUrl(String value) The partial URL as generated by our system.withRedirectUrl(String value) The full hosted checkout URL as generated by our system.withRETURNMAC(String value) When the customer is returned to your site we will append this property and value to the query-string.
-
Constructor Details
-
CreateHostedCheckoutResponse
public CreateHostedCheckoutResponse()
-
-
Method Details
-
getRETURNMAC
When the customer is returned to your site we will append this property and value to the query-string. You should store this data, so you can identify the returning customer. -
setRETURNMAC
When the customer is returned to your site we will append this property and value to the query-string. You should store this data, so you can identify the returning customer. -
withRETURNMAC
When the customer is returned to your site we will append this property and value to the query-string. You should store this data, so you can identify the returning customer. -
getHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
setHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
withHostedCheckoutId
The ID of the Hosted Checkout Session in which the payment was made. -
getInvalidTokens
-
setInvalidTokens
-
withInvalidTokens
-
getMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
setMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
withMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
getPartialRedirectUrl
The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages. -
setPartialRedirectUrl
The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages. -
withPartialRedirectUrl
The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted pages. -
getRedirectUrl
The full hosted checkout URL as generated by our system. Use this URL to redirect your customer to the hosted checkout page. -
setRedirectUrl
The full hosted checkout URL as generated by our system. Use this URL to redirect your customer to the hosted checkout page. -
withRedirectUrl
The full hosted checkout URL as generated by our system. Use this URL to redirect your customer to the hosted checkout page.
-