Replies: 4 comments
-
Possibly need to listen to a deauthorized webhook when a Standard account gets disconnected. |
Beta Was this translation helpful? Give feedback.
-
When creating payment_processors (customers), allow an option to pass e.g. @user.set_payment_processor :stripe, merchant_id: acct_123456789
@user.payment_processor.customer #=> Customer for merchant account #acct_123456789 |
Beta Was this translation helpful? Give feedback.
-
@mrjonesbot you can already do that. @user.set_payment_processor :stripe, stripe_account: "acct_1234" |
Beta Was this translation helpful? Give feedback.
-
Whoops, I guess I didn't read the definition well enough 😓 Maybe I'll open a PR to update the README |
Beta Was this translation helpful? Give feedback.
-
account.updated
event comes through, request the Account through the API.Beta Was this translation helpful? Give feedback.
All reactions