You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when make checkout via this "product" price not set corrent.
Example if amout is 20€, Sumup seems show product pirce 0.20€
Screen shot included:
From receipt response:
{"transaction_data":{"transaction_code":"XXXX","transaction_id":"XXXX","amount":"20.0","vat_amount":"0.0","tip_amount":"0.0","currency":"EUR","timestamp":"2024-11-26T13:16:07.890Z","status":"SUCCESSFUL","payment_type":"EMV","entry_mode":"contactless","verification_method":"none","card_reader":{"code":"xxx","type":"na"},"card":{"last_4_digits":"xxxx","type":"VISA"},"installments_count":1,"products":[{"name":"XXX Verot 1.82 EUR,ALV 10.0,","price":"0.2","quantity":1,"total_price":"0.2"}],"vat_rates":[],"events":[],"receipt_no":"XXXX"},"merchant_data":{"merchant_profile":{"merchant_code":"XXX","business_name":"xxx","address":{"address_line1":"xxx","city":"Helsinki","country":"FI","country_native_name":"Suomi"}},"locale":"fi-FI"},"card_application_data":{"aid":"A00000000xxx"},"emv_data":{"tvr":"0000000000","tsi":"","cvr":"xxx0","iad":xxx","arc":"","aid":"A0000000031010","act":"xxx","acv":"80","atc":"0001","pan":"00","tx_type":"00"},"acquirer_data":{"authorization_code":"000001","return_code":"00"}}
The text was updated successfully, but these errors were encountered:
Currently when make checkout via this "product" price not set corrent.
Example if amout is 20€, Sumup seems show product pirce 0.20€
Screen shot included:
From receipt response:
{"transaction_data":{"transaction_code":"XXXX","transaction_id":"XXXX","amount":"20.0","vat_amount":"0.0","tip_amount":"0.0","currency":"EUR","timestamp":"2024-11-26T13:16:07.890Z","status":"SUCCESSFUL","payment_type":"EMV","entry_mode":"contactless","verification_method":"none","card_reader":{"code":"xxx","type":"na"},"card":{"last_4_digits":"xxxx","type":"VISA"},"installments_count":1,"products":[{"name":"XXX Verot 1.82 EUR,ALV 10.0,","price":"0.2","quantity":1,"total_price":"0.2"}],"vat_rates":[],"events":[],"receipt_no":"XXXX"},"merchant_data":{"merchant_profile":{"merchant_code":"XXX","business_name":"xxx","address":{"address_line1":"xxx","city":"Helsinki","country":"FI","country_native_name":"Suomi"}},"locale":"fi-FI"},"card_application_data":{"aid":"A00000000xxx"},"emv_data":{"tvr":"0000000000","tsi":"","cvr":"xxx0","iad":xxx","arc":"","aid":"A0000000031010","act":"xxx","acv":"80","atc":"0001","pan":"00","tx_type":"00"},"acquirer_data":{"authorization_code":"000001","return_code":"00"}}
The text was updated successfully, but these errors were encountered: