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
- 200
- 400
- 401
- 404
- 500
Returns price data. Note: price includes VAT with Express.
application/json
Schema
Example (from schema)
Schema
id int64
priceType string
currency string
unitPrice double
Price including VAT
vat double nullable
{
"id": 0,
"priceType": "string",
"currency": "string",
"unitPrice": 0,
"vat": 0
}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Price not found in Express adhoc payment system
Error getting data from Express adhoc payment system
Loading...