GET api/order/paymentCardFee
Get Payment Card Fee. Payment Card fee is price for using credit cards during purchase and should be included to Total price
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
PaymentCardFee |
Card Fee in Amount or percent |
decimal number |
None. |
IsAmount |
If specified fee is an Amount, otherwise it's percent |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "paymentCardFee": 1.1, "isAmount": true }