Skip to main content

Get Invoice Information

This operation returns information about the specified invoice.

This method is available in the following countries:

Parameters​

Fieldmin OccursnillableMaxTypeDescription
Username1false50stringThe username used to authorize the request.
Password1false50stringThe password used to authorize the request.
ClientIpAddress1false50stringThe IP address of the customer performing the purchase at the partner's web shop.
CorrelationId1false50stringCorrelationID is sent back in the response.
CountryCode1false2stringThe country code (ISO 3166-1 alpha-2) for the country.
InvoiceNumber1false50stringThe invoice number previously returned in AddInvoice.
StoreId1false-intThe StoreId used for identification of store.

Response​

Fieldmin OccursnillableMaxTypeDescription
CorrelationId1true50stringCorrelationID from the request if any.
Status1true50stringThe status of the invoice

Invoice Status​

  • 0 = On hold
  • 1 = Preliminary
  • 2 = Canceled
  • 3 = Delivered
  • 4 = Expired
  • 5 = Rejected
  • 6 = Signing
  • 7 = Strong customer verification

Example Requests​

 Value
Environment:UAT
Service:PaymentService
URL:https://ecommercetest.collector.se/v3.0/PaymentServiceV10.svc?wsdl
Function:GetInvoiceInformation
Description:The operation returns invoice information of a customer based on invoice number.
Notes:N/A

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pay="http://schemas.ecommerce.collector.se/v30/PaymentService">
<soapenv:Header>
<pay:Username>USERNAME</pay:Username>
<pay:Password>PASSWORD</pay:Password>
</soapenv:Header>
<soapenv:Body>
<pay:GetInvoiceInformationRequest>
<pay:CorrelationId>123</pay:CorrelationId>
<pay:CountryCode>SE</pay:CountryCode>
<pay:InvoiceNo>63062459</pay:InvoiceNo>
<pay:StoreId>1234</pay:StoreId>
</pay:GetInvoiceInformationRequest>
</soapenv:Body>
</soapenv:Envelope>

Error Codes​

Please see separate page Error Codes

Fault CodeDescription