Endpoints
Estonia: https://aktiva.merit.ee/api/v1/sendpayment
Finland: https://aktiva.meritaktiva.fi/api/v1/sendpayment
Poland: https://program.360ksiegowosc.pl/api/v1/sendpayment
Important
- There must be invoce with that customer
- This invoce has to be not paid yet
- You can only pay full amount
Query Payload
{ IBAN: "", CustomerName: "", InvoiceNo: "", RefNo: "", Amount: "" }
Field | Type | Comment | |
---|---|---|---|
IBAN | Str 50 | Must match with one of the payment methods in the database | |
CustomerName | Str 150 | ||
InvoiceNo | Str 35 | ||
RefNo | Str 36 | ||
Amount | Decimal 18.2 |