Class CreateCheckoutSessionRequest

java.lang.Object
com.broadleafcommerce.adyen.domain.CreateCheckoutSessionRequest
All Implemented Interfaces:
Serializable

public class CreateCheckoutSessionRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • CreateCheckoutSessionRequest

      public CreateCheckoutSessionRequest()
  • Method Details

    • addAdditionalAttribute

      public void addAdditionalAttribute(String name, Object value)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • getAmount

      public AdyenAmount getAmount()
      The amount of the payment.
    • getAdditionalAmount

      public AdyenAmount getAdditionalAmount()
      If you want a BIN or card verification request to use a non-zero value, assign this value to additionalAmount (while the amount must be still set to 0 to trigger BIN or card verification). Required to be in the same currency as the amount.
    • getMerchantAccount

      public String getMerchantAccount()
      The merchant account identifier, with which you want to process the transaction.
    • getStore

      public String getStore()
      Required for Adyen for Platforms integrations if you are a platform model. This is your reference (on balance platform) or the storeReference (in the classic Adyen integration) for the ecommerce or point-of-sale store that is processing the payment.
    • getReference

      public String getReference()
      The reference to uniquely identify a payment.
    • getReturnUrl

      public String getReturnUrl()
      The URL to return to when a redirect payment is completed.
    • getShopperReference

      public String getShopperReference()
      Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
    • getMetadata

      public Map<String,String> getMetadata()
      The mandate details to initiate recurring transaction.
    • getExpiresAt

      public String getExpiresAt()
      The date the session expires in ISO8601 format. When not specified, the expiry date is set to 1 hour after session creation. You cannot set the session expiry to more than 24 hours after session creation.
    • getStorePaymentMethodMode

      public String getStorePaymentMethodMode()
      used for saved payments, can be askForConsent, enabled, disabled
    • getShopperInteraction

      public String getShopperInteraction()
      used for saved payments, in our case Ecommerce
    • getRecurringProcessingModel

      public String getRecurringProcessingModel()
      used for saved payments, can be CardOnFile, Subscription, UnscheduledCardOnFile
      See Also:
    • setAmount

      public void setAmount(AdyenAmount amount)
      The amount of the payment.
    • setAdditionalAmount

      public void setAdditionalAmount(AdyenAmount additionalAmount)
      If you want a BIN or card verification request to use a non-zero value, assign this value to additionalAmount (while the amount must be still set to 0 to trigger BIN or card verification). Required to be in the same currency as the amount.
    • setMerchantAccount

      public void setMerchantAccount(String merchantAccount)
      The merchant account identifier, with which you want to process the transaction.
    • setStore

      public void setStore(String store)
      Required for Adyen for Platforms integrations if you are a platform model. This is your reference (on balance platform) or the storeReference (in the classic Adyen integration) for the ecommerce or point-of-sale store that is processing the payment.
    • setReference

      public void setReference(String reference)
      The reference to uniquely identify a payment.
    • setReturnUrl

      public void setReturnUrl(String returnUrl)
      The URL to return to when a redirect payment is completed.
    • setShopperReference

      public void setShopperReference(String shopperReference)
      Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
      The mandate details to initiate recurring transaction.
    • setExpiresAt

      public void setExpiresAt(String expiresAt)
      The date the session expires in ISO8601 format. When not specified, the expiry date is set to 1 hour after session creation. You cannot set the session expiry to more than 24 hours after session creation.
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Contains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content.
    • setStorePaymentMethodMode

      public void setStorePaymentMethodMode(String storePaymentMethodMode)
      used for saved payments, can be askForConsent, enabled, disabled
    • setShopperInteraction

      public void setShopperInteraction(String shopperInteraction)
      used for saved payments, in our case Ecommerce
    • setRecurringProcessingModel

      public void setRecurringProcessingModel(String recurringProcessingModel)
      used for saved payments, can be CardOnFile, Subscription, UnscheduledCardOnFile
      See Also: