Uses of Class
com.onlinepayments.domain.CreateHostedCheckoutResponse
Packages that use CreateHostedCheckoutResponse
-
Uses of CreateHostedCheckoutResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateHostedCheckoutResponseModifier and TypeMethodDescriptionCreateHostedCheckoutResponse.withHostedCheckoutId(String value) The ID of the Hosted Checkout Session in which the payment was made.CreateHostedCheckoutResponse.withInvalidTokens(List<String> value) CreateHostedCheckoutResponse.withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.CreateHostedCheckoutResponse.withPartialRedirectUrl(String value) The partial URL as generated by our system.CreateHostedCheckoutResponse.withRedirectUrl(String value) The full hosted checkout URL as generated by our system.CreateHostedCheckoutResponse.withRETURNMAC(String value) When the customer is returned to your site we will append this property and value to the query-string. -
Uses of CreateHostedCheckoutResponse in com.onlinepayments.merchant.hostedcheckout
Methods in com.onlinepayments.merchant.hostedcheckout that return CreateHostedCheckoutResponseModifier and TypeMethodDescriptionHostedCheckoutClient.createHostedCheckout(CreateHostedCheckoutRequest body) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClient.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClientInterface.createHostedCheckout(CreateHostedCheckoutRequest body) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkoutHostedCheckoutClientInterface.createHostedCheckout(CreateHostedCheckoutRequest body, CallContext context) Resource /v2/{merchantId}/hostedcheckouts - Create hosted checkout