Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pasupathi022's avatar

Stripe account create problem

\Stripe\Account::create( [ "type" => "express", "business_type" => "company", "business_profile" => [ "mcc" => 123456789, "url" => "cherry_s-xboqi-cuisine-template-font-color.rfydev.si***" ], "representative" => [ "first_name" => "p***", "last_name" => "k***", "address" => [ "line1" => "1600 Perrineville", "postal_code" => "08831", "city" => "Monroe Township", "state" => "NJ", "country" => "US" ], "email" => "p**@synergent.net", "phone" => "+12015550123", "ssn_last_4" => 5891, "dob" => [ "day" => 22, "month" => 3, "year" => 1993 ] ], "company" => [ "name" => "Jamaican Cuisine", "tax_id" => null, "address" => [ "line1" => "1600 Perrineville", "line2" => "Rd Ste 57", "city" => "Monroe Township", "state" => "NJ", "postal_code" => "08831", "country" => "US" ] ], "capabilities" => [ "card_payments" => [ "requested" => true ], "transfers" => [ "requested" => true ], "link_payments" => [ "requested" => true ], "cashapp_payments" => [ "requested" => true ] ], "email" => "pr***@synergent.net" ]);

0 likes
1 reply

Please or to participate in this conversation.