@sumup/sdk
    Preparing search index...

    Class Checkouts

    Hierarchy

    • APIResource
      • Checkouts
    Index

    Constructors

    Properties

    _client: SumUp

    Methods

    • Creates a new payment checkout resource. The unique checkout_reference created by this request, is used for further manipulation of the checkout.

      For 3DS checkouts, add the redirect_url parameter to your request body schema.

      Follow by processing a checkout to charge the provided payment instrument.

      Parameters

      Returns APIPromise<Checkout>

    • Deactivates an identified checkout resource. If the checkout has already been processed it can not be deactivated.

      Parameters

      • id: string
      • Optionalparams: FetchParams

      Returns APIPromise<DeactivateCheckoutResponse>

    • Retrieves an identified checkout resource. Use this request after processing a checkout to confirm its status and inform the end user respectively.

      Parameters

      • id: string
      • Optionalparams: FetchParams

      Returns APIPromise<CheckoutSuccess>