Method: Pay::Stripe::Merchant#login_link
- Defined in:
- lib/pay/stripe/merchant.rb
#login_link(**options) ⇒ Object
A single-use login link for Express accounts to access their Stripe dashboard
47 48 49 50 51 |
# File 'lib/pay/stripe/merchant.rb', line 47 def login_link(**) ::Stripe::Account.create_login_link(processor_id) rescue ::Stripe::StripeError => e raise Pay::Stripe::Error, e end |