@akamai/openapi-ts
    Preparing search index...

    Type Alias PostPayPalPaymentResponses

    type PostPayPalPaymentResponses = {
        "200": { checkout_token: string; payment_id: string };
        "299": { warnings: { details: string; title: string }[] };
    }
    Index

    Properties

    Properties

    "200": { checkout_token: string; payment_id: string }

    PayPal Payment staged.

    Type Declaration

    • Readonlycheckout_token: string

      Read-only The checkout token generated for this Payment.

    • payment_id: string

      The paypal-generated ID for this Payment. Used when authorizing the Payment in PayPal's interface.

    "299": { warnings: { details: string; title: string }[] }

    Request successful. This operation is deprecated and may be removed in a future release.

    A warnings array is included with the standard 200 response body.