Live integration summary
This page now reflects the real PHP SDK setup pattern: the API key is placed in the URL path, not in a bearer token header.
{
"connection": {
"connected": true,
"ping": 1775763577,
"message": "SDK-style key path and the lightweight ping endpoint verified successfully."
},
"client": {
"site_base_url": "https://proxy-seller.com",
"api_base_uri": "https://proxy-seller.com/personal/api/v1/{API_KEY}/",
"masked_key": "cf0f************************5cbd",
"whitelist_count": 0,
"payment_id": 1,
"generate_auth": "N",
"sdk": "proxy-seller/user-api-php"
},
"draft": {
"supplier": "proxy-seller",
"sdk_reference": "proxy-seller/user-api-php",
"endpoint_template": "https://proxy-seller.com/personal/api/v1/{API_KEY}/order/calc",
"api_key_present": true,
"masked_key": "cf0f************************5cbd",
"payment_id": 1,
"generate_auth": "N",
"whitelist_count": 0,
"payload": {
"product": "datacenter_ipv4",
"country": "US",
"quantity": 25,
"period_id": 30,
"authorization": "userpass",
"coupon": "",
"customTargetName": "SEO storefront example"
},
"next_step": "Map the selected product form to order/calc first, then order/make after validation."
}
}