Skip to main content
API

Add price to Express

x-ms-visibility: "important"

Send a request to price to Express adhoc payment system.

Request Body required

Price data that needs to be added in Express. Default currency=EUR. All other fields are mandatory. Note: price includes VAT with Express.

    priceType string
    currency string
    unitPrice double

    Price including VAT

    vat double nullable
Responses

Returns price id


Schema
    id int64
Loading...