Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Laravel Payment and Subscription Processing: PayPal & Stripe, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:04
    About the payment platform with Laravel and what you'll learn
  • Урок 2. 00:05:26
    About the instructor, Laravel and payment platforms
  • Урок 3. 00:05:49
    Getting the structure of Laravel using Composer
  • Урок 4. 00:09:03
    Creating the essential models and tables for the payment platform
  • Урок 5. 00:09:43
    Preparing the payment platform and filling the database from Laravel
  • Урок 6. 00:02:49
    Adding laravel/ui to build some visual components
  • Урок 7. 00:03:14
    Generating visual components with laravel/ui
  • Урок 8. 00:05:44
    Improving and using the components generated with Laravel UI
  • Урок 9. 00:07:09
    Adding components to display the messages from the payment platform
  • Урок 10. 00:06:31
    Creating a form with random amounts using Bootstrap in Laravel
  • Урок 11. 00:04:40
    Showing the types of currency available to process a payment
  • Урок 12. 00:07:49
    Showing the available payment platforms with Laravel and Bootstrap
  • Урок 13. 00:08:22
    Allowing to customize the form for each payment platform
  • Урок 14. 00:07:50
    Adding the actions to process a payment on the platform with Laravel
  • Урок 15. 00:03:11
    Adding GuzzleHTTP to Laravel to consume HTTP APIs
  • Урок 16. 00:09:10
    Creating a component to use any API of the payment platforms
  • Урок 17. 00:07:50
    Creating PayPal test accounts to send and receive payments
  • Урок 18. 00:02:59
    Creating a PayPal application to consume your API from Laravel
  • Урок 19. 00:05:49
    Configuring the payment platform in Laravel to use the PayPal API
  • Урок 20. 00:06:13
    Adding a service in Laravel responsible for consuming the PayPal API
  • Урок 21. 00:07:18
    Decoding and authenticating requests to the PayPal API
  • Урок 22. 00:08:42
    Creating an order in the PayPal API for a given amount and currency
  • Урок 23. 00:06:28
    Capturing a payment of an order given in Laravel with the PayPal API
  • Урок 24. 00:06:56
    Controlling from Laravel the creation of an order using PayPal
  • Урок 25. 00:08:20
    Controlling from Laravel the capture of a payment with PayPal
  • Урок 26. 00:03:19
    Implementing the payment cancellation flow for any platform
  • Урок 27. 00:07:43
    Considering zero-decimal currencies
  • Урок 28. 00:07:21
    Creating a component that solves a payment platform dynamically
  • Урок 29. 00:07:29
    Resolving the payment platform service according to the user's choice
  • Урок 30. 00:02:40
    Creating an account in Stripe for use with the payment platform
  • Урок 31. 00:03:12
    Obtaining access credentials to use the Stripe API from Laravel
  • Урок 32. 00:04:11
    Configuring the payment platform with Laravel to use Stripe
  • Урок 33. 00:04:55
    Creating the service for Laravel that will use the Stripe API
  • Урок 34. 00:03:24
    Decoding and authenticating Stripe API requests
  • Урок 35. 00:08:05
    Requesting a payment method to make payments with Stripe from Laravel
  • Урок 36. 00:09:25
    Obtaining a token that represents the payment method in Stripe
  • Урок 37. 00:06:07
    Creating a payment intention with the Stripe API from Laravel
  • Урок 38. 00:03:29
    Confirming a payment intention from Laravel using the Stripe API
  • Урок 39. 00:03:47
    Handling with Laravel the creation of a payment intent in Stripe
  • Урок 40. 00:05:54
    Handling with Laravel the confirmation of a payment intent in Stripe
  • Урок 41. 00:04:04
    Considering Strong Customer Authentication (SCA) with Stripe
  • Урок 42. 00:03:35
    Preparing the Stripe service to process payments with 3D Secure (SCA)
  • Урок 43. 00:05:30
    Performing 3D Secure validation directly with Stripe
  • Урок 44. 00:13:33
    Creating the Components to Handle Users Subscriptions
  • Урок 45. 00:11:29
    Allowing To Determine if a Subscription Is Active and Using It
  • Урок 46. 00:06:09
    Implementing the Actions To Start the Subscription of a User
  • Урок 47. 00:11:06
    Creating the Form That Allows To Purchase a Subscription
  • Урок 48. 00:05:46
    Start the Payment of a Subscription With a Payment Platform
  • Урок 49. 00:11:34
    Create and Configure the Plans of the Payment Platform in PayPal
  • Урок 50. 00:09:45
    Allowing To Create a Subscription With the PayPal API
  • Урок 51. 00:06:44
    Handling the Creation of a Subscription With PayPal
  • Урок 52. 00:09:19
    Create a Subscription As Soon as It Is Successfully Processed
  • Урок 53. 00:10:04
    Getting Sure a Subscription Attempt Comes From a Payment Process
  • Урок 54. 00:07:54
    Apply the Benefits of the User’s Subscription and Avoid Duplicates
  • Урок 55. 00:05:53
    Create and Configure a Product With Its Prices for Stripe
  • Урок 56. 00:09:02
    Create a Subscription and Customer With Stripe
  • Урок 57. 00:08:57
    Handle a User Subscription Process With Stripe
  • Урок 58. 00:12:30
    Handle Strong Customer Authentication (SCA) in Subscriptions With Stripe
  • Урок 59. 00:02:29
    There is still much that can be done to process payments with Laravel
  • Урок 60. 00:03:14
    Considerations when publishing your payment platform to production
  • Урок 61. 00:02:31
    Bonus Lecture