rhysnhall/etsy-php-sdk

Payment Endpoints

Closed this issue · 1 comments

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

You can get the payments via the Shop class.

$shop->getPayments($payment_ids);