Customer Address Widget
Customer Address Widget
Step 1: Implement Server-Side Terminal Call
curl --location https://api-stage.inabit.biz/v1/customer
--header Content-Type: application/json
--Authorization: Bearer 8119595e07cb3a87ccfa46cf32d989ad2c10349bee26d1885e89d7ef4ed8c2cb
data-row-{
customerIdentifier: [email protected]
}
Response: The API will return a JSON object containing the customer's UUID (id)
which will be required in subsequent steps
{
"data": {
"id": "customer-uuid",
}
}Step 2: Add Script Tag to page Header
Step 3: Call open.widget Function

Last updated
