REV-MS-1A4 E-Commerce Charge
(
)
Represents a charge that has already been executed using e-commerce but which needs to be followed up for reporting and accounting purposes. Contract: { Source: string(20) ["FIN-BookingsBatch", "PAS-BookingsApi"], //Origin system. Option depends on who sends the notification. Payment: { PspProcessor: string(20)["Adyen", "Stripe", "Worldline"], //Which PSP is used. The same merchant names cann appear in different providers. PspMerchant: string(20), //The merchant used. PspReference: string(20), //The payment id assigned by the PSP. MerchantReference: string(20), //The payment reference assigned by Aeroparker. PaymentMethod: string(20: $PaymentMethod), //The payment method used. AmountOfMoney: { Value: number(decimal), //The value of the payment. Currency: string(3: $Currency)["EUR", "PLN", "RON"] //The currency used. } } } For Payment.PaymentMethod, please use Interparking.Finance.Payments.PaymentMethod: https://dev.azure.com/interparking/Interparking.Framework/_git/Interparking.Finance?path=/Interparking.Finance/Payments/PaymentMethod.cs For Payment.AmountOfMoney.Currency, please use Interparking.Finance.Currencies.Currency: https://dev.azure.com/interparking/Interparking.Framework/_git/Interparking.Finance?path=/Interparking.Finance/Currencies/Currency.cs Newtonsoft JSON serialisers can be found here: https://dev.azure.com/interparking/Interparking.Framework/_git/Interparking.Finance.Json Microsoft JSON serialisers don’t yet exist.
Domain
Revenue