Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Going Live

Jay edited this page Mar 6, 2015 · 4 revisions

In order to point your application to live payments to PayPal API endpoints, you need to follow two steps:

1. Get the live credentials

Enabled Live Credentials for the appropriate service, by completing the process on your developer dashboard -> Your App as shown below.

2. Set your configurations

$apiContext->setConfig(
      array(
        ...
        'mode' => 'live',
        ...
      )
);

3. Profit ...

... with PayPal !