BuyerProtectionAustralia

Merchant API · Order API · OpenAPI

Put the merchant and order back together.

Return verified identity, private order context and honest outcome states.

GET https://buyerprotection.com.au/api/v1/merchant-trust?domain=example.com.au
Public merchant proof

Show who took the payment.

Return the verified business, domain, support path and current guarantee state without calling an unknown store fraudulent.

Open live result
Private order context

Show what happened after payment.

Keep the order, delivery, refund, exact issue and next step behind one signed, expiring link.

Open example order
Published contracts

Integrate with the schema, not page copy.

OpenAPI publishes merchant trust, Order Passport, resolution, evidence-packet and outcome contracts with their current boundaries.

Agent integration

One small lane: ask before spending.

An approved purchasing agent can request one order-specific decision. It never upgrades Verified into Guaranteed or checkout into payment.

See the agent integration

Two explicit fields

Verified and Guaranteed answer different questions.

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."
  ]
}