A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
I have a client that uses Amazon pay and PayPal for Shopify sales. Can I download a payout using the Shopify API for Amazon pay and PayPal? Here is what I use for Shopify payments:
https://shopify.dev/api/admin-rest/2021-10/resources/payouts
I am trying to download the Amazon pay payout, using C#. The payout details the amount deposited in the bank, what sales make up the deposit, and the merchant fees. I am unable to find an API or docs from Amazon. Is this payout end point available via their API?
Here is the code that I found:
https://github.com/amzn/amazon-pay-sdk-csharp
What API do I use from PayPal to download their payout?
-Joe