MateoIO
MateoIO

Reputation: 411

Updated Paypal API Reference for PHP

I'm trying to call a single Payout using PHP with the Paypal API SDK.

The API Reference only has curl examples for Payout but when switching to the PHP tab (or any other language at the top of this page for that matter) there is no example code.

Where do I find the API Reference for the PHP SDK? I need information on the classes the sdk invokes. Perhaps it simply doesn't exist but I would like confirmation before going around the SDK and using curl lib.

Upvotes: 0

Views: 190

Answers (2)

Drew Angell
Drew Angell

Reputation: 26056

The REST API doesn't provide the same sort of API reference. I would recommend using this PayPal PHP SDK instead, which coincides with this API reference.

Upvotes: 1

Related Questions