[Stripe-Connect] Create a platform account

Story: Tạo ra một platform mà customer (seller) có thể tạo link thanh toán cho buyer Tạo một account để test Note these information This post is imported from: https://thebrownbox.hashnode.dev/stripe-connect-create-a-platform-account

December 3, 2025 · 1 min

[Stripe Connect] Onboarding

Story: Tạo platform cho seller với Stripe connect. Ref: https://docs.stripe.com/connect/accounts Tạo connect account 1.1 Cài đặt Controller a. stripe_dashboard Ref: https://docs.stripe.com/connect/migrate-to-controller-properties - https://docs.stripe.com/api/accounts/create#create_account-controller-stripe_dashboard Lựa chọn dashboard mà user có thể truy cập. - Nếu muốn chọn stripe_dashboard là express thì người thu thập requirement_collection phải là stripe. - Còn nếu requirement_collection là application thì không có quyền truy cập vào stripe dashboard và phải set stripe_dashboard về none => Như vậy là hơi bất cập ở một chỗ là mình muốn người cung cấp thông tin là application và vẫn muốn seller có thể truy cập vào stripe express dashboard....

December 3, 2025 · 3 min