SubmitPaymentDetailsProperties
Properties for mounting Adyen's Drop-in to the DOM.
export interface SubmitPaymentDetailsProperties {
adyenConfiguration: CoreConfiguration;
redirectResult: string;
sessionId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
adyenConfiguration | Required | CoreConfiguration | An object containing the configuration that will be passed to the AdyenCheckout when creating it's instance. You can read more about available properties here. |
redirectResult | Required | string | The redirectResult field attached as a URL query param by Adyen while redirecting back from the external payment page. |
sessionId | Required | string | The sessionId field attached as a URL query param by Adyen while redirecting back from the external payment page. |
Referenced Types
CoreConfiguration