- Create Payment of sales offer v1
 - Create Payment of sales offer v2
 
Endpoints v1
Estonia:   https://aktiva.merit.ee/api/v1/sendPaymentO
Poland:    https://program.360ksiegowosc.pl/api/v1/sendPaymentO
Query Payload
| Field | Type | Comment | 
|---|---|---|
| BankId | Guid | |
| IBAN | Str 50 | |
| CustomerName | Srt 150 | |
| PaymentDate | Date | YYYYmmddHHii | 
| OfferNo | Str 35 | |
| RefNo | Str 36 | |
| Amount | Decimal 18.2 | 
Endpoints v2
Estonia:   https://aktiva.merit.ee/api/v2/sendPaymentO
Poland:    https://program.360ksiegowosc.pl/api/v2/sendPaymentO
Query Payload
| Field | Type | Comment | 
|---|---|---|
| BankId | Guid | |
| IBAN | Str 50 | |
| CustomerName | Srt 150 | |
| PaymentDate | Date | YYYYmmddHHii | 
| OfferNo | Str 35 | |
| RefNo | Str 36 | |
| Amount | Decimal 18.2 | |
| CurrencyCode | Str | Required if not local currency | 
| CurrencyRate | Decimal 18.7 | If the exchange rate is not included, we will take it from the EU central bank's request for the respective date | 

