Code Monkey home page Code Monkey logo

developer-office-hours's People

Contributors

ahlee-stripe avatar aliriaz-stripe avatar anelder-stripe avatar ch-stripe avatar charlesw-stripe avatar cjavilla-stripe avatar dawn-stripe avatar dependabot[bot] avatar kareem-stripe avatar matthewling-stripe avatar qaisjp-stripe avatar richardsondx avatar sevenseacat avatar suz-stripe avatar trag-stripe avatar vcheung-stripe avatar vikingviolinist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

developer-office-hours's Issues

Payment

Bug report

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

System information

  • OS: [e.g. macOS, Windows]
  • Browser (if applies) [e.g. chrome, safari]
  • Server environment [e.g. Go, Java, Node, PHP, Python, Ruby, TypeScript]

Additional context

Add any other context about the problem here.

customer portal issue

It seems such a subscription portal would allow a customer user to sign up for an account that have pricing based on per user, per month. But I am not seeing this basic feature to enter number of users in the config, whereas almost all Saas models I've seen use per user pricing. Maybe I am missing something. Plz enlighten.

The second question that is going thru' my mind is what is the status of this product. Is is official/supported. If so, why is there almost no activity, no issues, etc.

Lastly, do you have any quick start guide/steps to integrate with AWS and/or Docker containers?

Thx.

Can't create a user with payment method.

I am trying to create the user using Laravel. If I'll creating the user using email only than it's working but not with payment method.

Route::post('/create_customer',function(Request $request){

$stripe = new \Stripe\StripeClient('sk_test_key');
try
{
$customer = $stripe->customers->create([
'email' => $request->email,
'payment_method' => $request->payment_method,
'invoice_settings' => ['default_payment_method' => $request->payment_method],
]);

}
catch ( \Exception $e ) {
print_r($e);

}
return $customer;
})->name('create_customer');

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.