Field | Input name | Value | Format | C/O | Description |
---|---|---|---|---|---|
Action code | pmtq_action | PAYMENT_STATUS_QUERY | AN50 | C | PAYMENT_STATUS_QUERY |
Message version | pmtq_version | 0005 | AN4 | C | Version of the interface content. |
Seller ID | pmtq_sellerid | AN15 | C | Seller ID given to the webstore by Svea Payments. Technical interface user id. | |
Payment ID | pmtq_id | AN20 | C | Unique identifying number given to the payment transaction by webstore. | |
Response type | pmtq_resptype | XML | AN4 | C | Currently only XML is supported. |
Hash algorithm | pmtq_hashversion | AN10 | C | Name of the algorithm used to calculate the hash. For more details, see section Hash Calculation. | |
Hash | pmtq_hash | AN128 | C | Hash calculated from predefined message fields and the webstore's secret key. The following fields are used to calculate the hash: | |
Secret key generation | pmtq_keygeneration | N3 | C | Generation number of the secret key given to the seller by Svea Payments. |
Field | Input name | Value | Format | C/O | Description |
---|---|---|---|---|---|
Action code | pmtq_action | AN50 | C | PAYMENT_STATUS_QUERY | |
Message version | pmtq_version | AN4 | C | Version of interface content. Same as in the input message. | |
Seller ID | pmtq_sellerid | AN15 | C | Seller ID given to the webstore by Svea Payments. Technical interface user id. | |
Payment ID | pmtq_id | AN20 | C | Unique identifying number given to the payment transaction by webstore. | |
Order ID | pmtq_orderid | AN50 | C | New 09-2021 Contains the order id the payment was created with. | |
Sum of products and services of the order | pmtq_amount | AN17 | C | The total sum of products and services of the order. | |
Response code | pmtq_returncode | AN | C | Indicates success or failure. Values and explanations of all the codes can be found at section Payment response. | |
Response text | pmtq_returntext | AN100 | O | Brief description of the response code. | |
Tracking codes of the deliverable of the order | pmtq_trackingcodes | AN400 | C | Tracking codes or information of untraceable deliveries submitted to Svea Payments system regarding this payment. Format [XX|XY|YY] 0-n times depending on the count of submitted tracking codes or information of untraceable deliveries. | |
Sum of delivery and handling costs of the order | pmtq_sellercosts | AN17 | O | The total sum of delivery and handling costs of the order. | |
Invoicing fee sum | pmtq_invoicingfee | AN17 | O | New 09-2021 Only available when the payer chose a payment method that has invoicing fee associated to it. The amount is presented with two descimals. The decimal delimiter is a comma, e.g. 7,40 | |
Payment Method | pmtq_paymentmethod | AN4 | O | Indicates what payment method the buyer chose. For available codes, see section Payment Method Codes. Important! Please do not use the values of the table above in production. Instead, retrieve official payment method codes and names using GetPaymentMethods.pmt API (see chapter Retrieve Available Payment Methods). | |
Escrow is being used | pmtq_escrow | Satisfaction Guarantee payments = Y | AN1 | O | Tells whether escrow option is used with this payment. Values: Y/N |
Verification info | pmtq_certification | Y,N | A1 | O | Y = The payment has been verified. That is, the payer’s identity has been confirmed somehow. In case of Invoice and Part Payment payment methods, Svea Payments has information about the payer’s identity which is not the case with other payment methods. |
Payment service response code 1 | pmtq_externalcode1 | AN50 | O | Informal/additional payment service response information received from the external payment service provider in error situations. In case of Nets (formerly known as Luottokunta), the LKPRC code. In OK cases this could contain for example external payment service provider’s archive code of the payment. | |
Payment service response code 2 | pmtq_externalcode2 | AN50 | O | Informal/additional payment service response information received from the external payment service provider in error situations. In case of Nets (formerly known as Luottokunta), the LKSRC code. In OK cases this could contain for example external payment service provider’s archive code of the payment. | |
Payment service response text | pmtq_externaltext | AN200 | O | Informal/additional payment service response information received from the Contains either information about successful payment or an error. If the external payment service provider does not provide this response information, this is either empty or it could contain for example external payment service provider’s archive code or some other unique id of the payment. | |
Time when the buyer began the payment process | pmtq_paymentstarttimestamp | dd.MM.yyyy hh:mm:ss | AN19 | O | The time when payer transfered to the Payment Service. |
Payment date | pmtq_paymentdate | dd.MM.yyyy | AN10 | O | The date when payer paid. Or if it’s not available, the date when the money was found from Svea Payments Customer Assets bank account statement. |
Hash | pmtq_hash | AN128 | C | Hash calculated from predefined response message fields and the webstore's secret key. Uses the same version, key generation etc values that were in the request. The following fields are used to calculate the hash:
|