Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated PayPal payouts #985

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Conversation

davidfischer
Copy link
Collaborator

I have nearly completed the implementation here and I discovered in testing that PayPal charges a $0.25 fee on every transaction! Pretty frustrating that going through the web interface is free but this isn’t.

Testing

In testing, toggle live to sandbox, click on the application and you get both test API credentials as well as a full test PayPal login. You can verify the transactions by logging in with the test login.

@davidfischer davidfischer requested a review from a team as a code owner February 4, 2025 23:29
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course it's a fee, PayPal continues to be the worst 🙃

else:
paypal_api_root = "https://api.paypal.com"

# https://developer.paypal.com/api/rest/authentication/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much more complex than Stripe 🙃

Some docs seem to point to the previous ones I had here
but the latest docs on making requests use these.
@davidfischer davidfischer merged commit fff650d into main Feb 6, 2025
1 check passed
@davidfischer davidfischer deleted the davidfischer/automated-paypal-payouts branch February 6, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants