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

    Type Alias Paypal

    An object representing the staging of a Payment via PayPal.

    type Paypal = {
        cancel_url: string;
        redirect_url: string;
        usd: string;
    }
    Index

    Properties

    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.