Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Delivery information can be added by sending the delivery method and tracking code(s) or delivery info in a <form> using POST method as hidden input fields (<input type=hidden>) to address https://www.maksuturva.fi/addDeliveryInfo.pmt (or https://test1.maksuturva.fi/addDeliveryInfo.pmt in testing environment).

Table of Contents

Input name

Value

Format

C/O

Description

pkg_version

0002

AN4

C

Version of interface content or message

pkg_sellerid

AN15

C

Technical seller id given to the webstore by Svea Payments.

pkg_id

AN20

C

Unique Payment Identifier given to the payment transaction by the webstore.

pkg_keygeneration

N3

C

Secret key generation or version related to the technical seller id.
Default or initial value is 001.

pkg_deliverymethodid

AN5

C

Delivery method code.

In case of generic delivery notification or initiating invoicing, please use ODLVR.

For available id values, see section https://sveapayments.atlassian.net/wiki/spaces/DOCS/pages/1657012843/Delivery+Information+Management#Delivery-Method-codes

In case of generic delivery notification or invoice capturing, use ODLVR.

pkg_adddeliveryinfo

AN50

C

Delivery info or tracking code(s) to be added to this order.

In case of generic delivery notification or initiating invoicinginvoice capturing, use for example “Toimitusvahvistus”, “Delivered” Toimitusvahvistus", "Delivered" etc.

pkg_allsent

Y/N

AN1

C

Flag telling if all delivery info has been given. When submitting the last delivery info regarding an order, set this to “Y”. Otherwise the order might never be settled to webstore because Svea Payments waits for more delivery info.

In case of generic delivery notification or invoice capturing, use Y.

pkg_forceupdate

Y/N

AN1

O

Normally add, update or remove do nothing to an order, that has already received data with ”All delivery info has been given” flag set as ”Y”. Setting force to “Y” overrides this.

pkg_resptype

XML/HTML

AN4

O

Determines whether the response is
a) a XML document returned as HTTP response
b) a HTML page

pkg_return

AN200

O

In case of HTML response and if webstore has given this return address (URL), the response is automatically (if Javascript enabled) sent as HTML FORM using GET method response with the response parameters appended as querystring to the return URL.

Info

The note ANxx means that the field contains a maximum of xx alphanumeric characters. N means numeric. C means that the field is compulsory and O means it is optional.