Method: Pay::Stripe::Merchant#login_link

Defined in:
lib/pay/stripe/merchant.rb

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 (**options)
  ::Stripe::.(processor_id)
rescue ::Stripe::StripeError => e
  raise Pay::Stripe::Error, e
end