rhysnhall / etsy-php-sdk

PHP SDK for Etsy API v3.
MIT License
47 stars 36 forks source link

Payment Endpoints #10

Closed salyangoz closed 2 years ago

salyangoz commented 2 years ago

Hello @rhysnhall ,

GetPayments : https://developers.etsy.com/documentation/reference#operation/getPayments does this endpoint integrated? When we looked at the resource code, Payment.php is empty. Do you have any plans to add this endpoints too?

Best

rhysnhall commented 2 years ago

You can get the payments via the Shop class.

$shop->getPayments($payment_ids);