πΊοΈLocations
Remember, the $direct variable will determine if the action is carried out on your platform stripe account or on the connected account.
Adding a location
$store->addTerminalLocation([
'display_name' => 'London Store',
'address' => [
'line1' => '1272 Valencia Street',
'city' => 'San Francisco',
'state' => 'CA',
'country' => 'US',
'postal_code' => '94110',
],
], $direct);Get Locations
Last updated