Get Connect's web app
Configure Environment Variables
Launch Locally
Generate a Connect Token
connect_token
.connect_token
grants temporary access to the Connect API, eliminating the need to expose your API key in frontend code.Open the WebView with Token
http://localhost:7070?fp_cot=cot_***
, replacing cot_***
with the connect_token
:Interact with the Connect flow
Handle Completion
callback_uri
you specified from generating the Connect Token, i.e. it will call https://webhook.site/4623e56fc5c1?fp_cot=cot_6587fa4362341be5b524de3bconnect_token
for a permanent location_id
and store it alongside your customer’s address.Subscribe to Lifecycle Webhooks
Allow Configuration Changes