-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: stripe connect integration for payouts #2041
Conversation
d952d8b
to
8fb9792
Compare
8fb9792
to
9f91851
Compare
9f91851
to
7484a79
Compare
651b7c3
to
a603e04
Compare
a45c1b0
to
b1286ed
Compare
a993881
to
fa712a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving just to remove my previous requested changes. Please get it reviewed by the respective folks
b866cfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving just to remove my previous requested changes. Please get it reviewed by the respective folks
Type of Change
Description
This includes integration of StripeConnect APIs in Stripe connector for payouts functionality. For doing the same, there is an addition of a new Payout connector action (PayoutRecipientAccountCreation). This helps in creation of external accounts (bank / card) for Stripe Connect users.
Additional Changes
Motivation and Context
Stripe Connect is a virtual marketplace for onboarding and paying out to platform's affiliates / vendors / resellers. Integrating Stripe Connect offers payout abstraction for such use-cases.
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy