Show who took the payment.
Return the verified business, domain, support path and current guarantee state without calling an unknown store fraudulent.
Open live resultMerchant API · Order API · OpenAPI
Return verified identity, private order context and honest outcome states.
GET https://buyerprotection.com.au/api/v1/merchant-trust?domain=example.com.au
Return the verified business, domain, support path and current guarantee state without calling an unknown store fraudulent.
Open live resultKeep the order, delivery, refund, exact issue and next step behind one signed, expiring link.
Open example orderOpenAPI publishes merchant trust, Order Passport, resolution, evidence-packet and outcome contracts with their current boundaries.
An approved purchasing agent can request one order-specific decision. It never upgrades Verified into Guaranteed or checkout into payment.
See the agent integrationTwo explicit fields
The API returns public merchant proof and approved order backing separately, so an agent acts only on the state actually present.
{
"verdict": {
"status": "verified",
"guarantee": "not_active"
},
"agentUse": {
"safeForAutonomousPayment": false
},
"limits": [
"Verified means public proof exists. It does not mean the BuyerProtection money-backed guarantee is active."
]
}