Prices for each vendor
Each vendor has its own published pricing, API keys and provider-spend allowance.
Discover the catalogue, quote your vendor price and track a purchase through to delivery.
Authorization: Bearer TOKEN header.GET /api/v1/products. Follow every catalogue page and read the required recipient fields.POST /api/v1/quotes and reserve the customer's payment on your platform.POST /api/v1/transactions with one stable Idempotency-Key and client reference.Keep the original reference while a purchase is pending or its outcome is unknown. Retrieve the original transaction or replay the exact gateway request. Do not create a replacement purchase to resolve uncertainty.