Skip to main content
API

Get price data from Express

x-ms-visibility: "important"

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

Path Parameters
    priceId string required

    This is globally an unique ID for the Express price

Responses

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


Schema
    id int64
    priceType string
    currency string
    unitPrice double

    Price including VAT

    vat double nullable
Loading...