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

    Type Alias PostPayPalPaymentData

    type PostPayPalPaymentData = {
        body: { cancel_url: string; redirect_url: string; usd: string };
        path?: never;
        query?: never;
        url: "account/payments/paypal";
    }
    Index

    Properties

    Properties

    body: { cancel_url: string; redirect_url: string; usd: string }

    An object representing the staging of a Payment via PayPal.

    Type Declaration

    • cancel_url: string

      The URL to have PayPal redirect to when Payment is canceled.

    • redirect_url: string

      The URL to have PayPal redirect to when Payment is approved.

    • usd: string

      The payment amount in USD. Minimum accepted value of $5 USD. Maximum accepted value of $500 USD or credit card payment limit; whichever value is highest. PayPal's maximum transaction limit is $10,000 USD.

    path?: never
    query?: never
    url: "account/payments/paypal"