Kueski Pay Merchant Orders API

The merchant-facing Kueski Pay order API used by the first-party e-commerce plugins. It validates merchant API keys, creates a Kueski Pay order and returns a hosted checkout callback URL for redirect, synchronizes the status of previously created orders (merchants poll; Kueski publishes no webhook surface), and issues full or partial refunds against a payment. Authentication is an HTTP bearer token carrying the merchant API key.

API entry from apis.yml

apis.yml Raw ↑
aid: kueski:kueski-pay-merchant-orders-api
name: Kueski Pay Merchant Orders API
description: The merchant-facing Kueski Pay order API used by the first-party e-commerce plugins. It validates
  merchant API keys, creates a Kueski Pay order and returns a hosted checkout callback URL for redirect,
  synchronizes the status of previously created orders (merchants poll; Kueski publishes no webhook surface),
  and issues full or partial refunds against a payment. Authentication is an HTTP bearer token carrying
  the merchant API key.
humanURL: https://github.com/kueski-dev/Dev-Center/wiki/WooCommerce
baseURL: https://woocommerce-middleware-go.production-pay.kueski.com/api/v1
tags:
- Payments
- Orders
- Refunds
- Buy Now Pay Later
- Checkout
properties:
- type: Documentation
  url: https://github.com/kueski-dev/Dev-Center/wiki/WooCommerce
- type: Sandbox
  url: sandbox/kueski-sandbox.yml
- type: Authentication
  url: authentication/kueski-authentication.yml