Alokai

SubmitPaymentParams

Type of the parameters object required by the /payments endpoint

export type SubmitPaymentParams = Omit<AdyenTypes.checkout.PaymentRequest, "returnUrl" | "recurringProcessingModel" | "merchantAccount"> & {
    successUrl: string;
    errorUrl: string;
};

Referenced Types

  • PaymentRequest

On this page