Skip to main content
API

Get customer's prices from Express

x-ms-visibility: "important"

Send a request to get prices to Express adhoc payment system.

Responses

Returns Express price data. Note: price includes VAT with Express.


Schema
  • Array [
  • id int64
    priceType string
    currency string
    unitPrice double

    Price including VAT

    vat double nullable
  • ]
Loading...