Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<script src="https://www.paypal.com/sdk/js?client-id=CLIENT_ID&merchant-id=MERCHANT_ID&currency=CURRENCY&enable-funding =ENABLED_FUNDINGS&disable-funding=DISABLE_FUNDING " data-partner-attribution-id="PARTNER_ID"></script>

 

Mandatory Parameters:

  • CLIENT_ID:

    • Live: AaazqkTAjaKPbvo0EmqjfYJuwpcE1IeU7DOt3WFGlkXn2Rrlj6fKGiMkaE4HUSWBp96a8mEM4uLBdS-6

    • Sandbox: AdATBZ6vUtyH5FQ3weG-63lWwkNioUYJ0b07KEdVwrw0z_DkctGqnz2Q7O-59Dh5nLAOo0LsQOw5GTqY

  • MERCHANT_ID: Your PayPal gateway "merchantId"

  • CURRENCY: Campaign Currency code (such as USD)

  • ENABLED_FUNDINGS: venmo, paylater. Only venmo and paylater are supported. You can remove venmo or paylater if you do not want to offer both types. For upsell pages this should include only the type chosen at checkout.

  • DISABLE_FUNDING: Not all PayPal payment sources are supported. You may need to explicitly disable some options. This should be a comma-separated list of:
    card
    bancontact
    blik
    eps
    giropay
    ideal
    mercadopago
    mybank
    p24
    sepa
    sofort
    credit (do not include this if paylater is enabled)
    venmo (do not include this if venmo is enabled)
    paylater (do not include this if paylater is enabled)

  • PARTNER_ID:

    • Live: 2R5D2LWT3RHPN

    • Sandbox: T2PHJAU4MDP4J

...