ADMINISTRATION SERVICE API 1.12 SveaWebPay

Size: px
Start display at page:

Download "ADMINISTRATION SERVICE API 1.12 SveaWebPay"

Transcription

1 ADMINISTRATION SERVICE API 1.12 SveaWebPay

2 2 (36) Table of Contents Revisions... 7 Overview... 8 Enumerations... 8 Disclaimer... 8 Methods... 9 Common to all requests... 9 Common to all responses... 9 Structures... 9 Authentication... 9 Setting... 9 GetOrders GetOrdersRequest GetOrdersResponse Structures GetOrderInformation Order CustomerIdentity PaymentPlanDetails CreditReportStatus NumberedOrderRow PendingReason Enumerations OrderType OrderDeliveryStatus OrderStatus OrderRowStatus CustomerType CancelOrderRows CancelOrderRowRequest CancelOrderRowResponse CancelOrder CancelOrderRequest CancelOrderResponse DeliverPartial PartialDeliveryRequest DeliveryResponse Enumerations InvoiceDistributionType... 15

3 3 (36) Structures DeliverOrderResult DeliverOrders DeliveryRequest DeliveryResponse Structures DeliverOrderInformation SearchOrders SearchOrdersRequest SearchResponse Structures SearchOrderFilter SearchOrderSorting OrderListItem Enumerations SortDirection SortOrderProperty AddOrderRows AddOrderRowsRequest AddOrderRowsResponse Structures OrderRow UpdateOrderRows UpdateOrderRowsRequest UpdateOrderRowsResponse Structures NumberedOrderRow SearchInvoices SearchInvoicesRequest SearchInvoicesResponse Structures InvoiceListItem Enumerations InvoicePaymentStatus InvoiceType GetInvoices

4 4 (36) GetInvoicesRequest GetInvoicesResponse Structures GetInvoiceInformation Invoice IndividualIdentity CompanyIdentity CreditInvoiceRows CreditInvoiceRequest DeliveryResponse SearchPaymentPlans SearchPaymentPlanRequest SearchPaymentPlanResponse Structures SearchPaymentPlanFilter SearchPaymentPlanSorting Enumerations PaymentPlanStatus SortPaymentPlanProperty UpdateOrder UpdateOrderRequest UpdateOrderResponse GetSumOfOrderAmount SumOfOrderAmountRequest SumOfAmountResponse GetSumOfInvoiceAmount SumOfInvoiceAmountRequest SumOfAmountResponse GetSumOfPaymentPlanAmount SumOfPaymentPlanAmountRequest SumOfAmountResponse ApproveInvoice

5 5 (36) ApproveInvoiceRequest ApproveInvoiceResponse CreateOrder CreateOrderRequest CreateOrderResponse Structures CreateOrderInformation Address CreatePaymentPlanDetails CreateOrderResult ReleasePendingOrder ReleasePendingRequest ReleasePendingResponse Enumerations PendingType GetFinancialReport GetFinancialReportRequest GetFinancialReportResponse Structures FinancialReportHeader FinancialReportRow GetInvoiceReport GetInvoiceReportRequest GetInvoiceReportResponse InvoiceReportRow GetAccountingReport GetAccountingReportRequest GetAccountingReportResponse AccountingReportRow GetRegressionReport GetRegressionReportRequest GetRegressionReportResponse RegressionReportRow GetPaymentPlanReport... 32

6 6 (36) GetPaymentPlanReportRequest GetPaymentPlanReportResponse PaymentPlanReportRow GetInvoiceJournalReport GetInvoiceJournalReportRequest GetInvoiceJournalReportResponse InvoiceJournalReportRow GetInvoicePdfLink GetInvoicePdfLinkRequest PdfLinkResponse GetInvoicesWithChangedDueDate GetInvoicesWithChangedDueDateRequest GetInvoicesWithChangedDueDateResponse InvoicesWithChangedDueDate ChangeInvoiceDueDate ChangeInvoiceDueDateRequest ChangeInvoiceDueDateResponse Result Code Table... 35

7 7 (36) Revisions Added argument to UpdateOrder Added method ChangeInvoiceDueDate. Corrected some method descriptions and standardized the format of the descriptions Added fields capital, rate, fee to RegressionReportRow. Changed fields for PaymentPlanReportRow Added method GetInvoicesWithChangedDueDate Added method GetInvoiceJournalReport Added ReportingDate to AccountingReportRow Added methods GetRegressionReport, GetPaymentPlanReport Added method GetInvoicePdfLink Updated with new layout Changed documentation name Added methods GetFinancialReport, GetInvoiceReport, GetAccountingReport Added option PaidAmount i SumOfPaymentPlanAmountRequest Changed PayedToClientDate to PaidToClientDate, and Payed to Paid Changed RemainingAmount to Amount in SearchOrderResponse Added OrderDeliveryAddress to CreateOrderInformation Added end point addresses First version.

8 8 (36) Overview Endpoint: Production: Test: Endpoint WSDL: Production: Test: This is where requests to the web service is to be directed. Requests should be made with SOAP over HTTPS using SOAP 1.1 with the wrapped document-literal format and with a SOAP action specified. Please contact SveaWebPay for access to test accounts. The service currently supports the following calls: - GetOrders - CancelOrderRows - CancelOrder - DeliverPartial - DeliverOrders - SearchOrders - AddOrderRows - UpdateOrderRows - SearchInvoices - GetInvoices - CreditInvoiceRows - SearchPaymentPlans - UpdateOrder - GetSumOfOrderAmount - GetSumOfInvoiceAmount - GetSumOfPaymentPlanAmount - ApproveInvoice - CreateOrder - ReleasePendingOrder - GetFinancialReport - GetInvoiceReport - GetAccountingReport - ChangeInvoiceDueDate If you have questions regarding the integration with SveaWebPay please send an to: support-webpay@sveaekonomi.se Enumerations Enumerations are returned as strings to the client, to ensure backward compatibility. New enumeration types may be added, and the client side implementation must be constructed to allow new, unseen types received from the web service. Disclaimer This documentation is subject to continuous updates. Please make sure you are using the latest version. Contact support-webpay@sveaekonomi.se with questions regarding this documentation.

9 9 (36) Methods Abbreviations and Types used in the description U: Unique R: Required Types o Text: Any plain text. Remember that certain characters (like &) have special meaning in xml and need to be either escaped or encased in a cdata-block o Integer: Number without decimals. Like 10, 42, -92 o Long: A longer integer. o Decimal: Decimal number. Like or o When there is an parentheses in the Decimal declaration like Decimal (11,2) means that the field supports 11 significant numbers and 2 decimals. o The number following Text fields like Text (2) means that the maximum length for this field is 2. Common to all requests Authentication * Authentication Login information. Settings Collection of Settings Optional settings to be used for this call. Common to all responses ResultCode * Integer See ResultCode table. (Page 35) ErrorMessage String When ResultCode returnes error code this might be populated with a message that describes the error. Structures Authentication Username * String User name Password * String Password Setting Name * String The name of the setting Value * String The value of the setting

10 10 (36) GetOrders This method is used fetch specific orders from SveaWebPay system and their order rows. GetOrdersRequest OrdersToRetrieve * Collection of GetOrderInformation Information about the orders to retrieve GetOrdersResponse Orders Collection of Order The orders that were requested. Structures GetOrderInformation SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EUclients. ClientId * Long(7) Id that identifies a client in SveaWebPay Order ClientOrderId String(30) Order number from client s order SveaOrderId * * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderDeliveryStatus * (String)OrderDeliveryStatus See Enumeration. (Page 12) OrderStatus * (String)OrderStatus See Enumeration. (Page 12) OrderType * (String)OrderType See Enumeration. (Page 12) CreatedDate * DateTime Date when order was first created. Customer * CustomerIdentity Shipping address. CustomerId Nullable<Long> Customer id that is created by SveaWebPay CustomerReference String(30) Customer Reference. (Gets printed on the invoice.) ChangeDate DateTime Date when order status was changed, e.g when order was delivered. Currency * String(3) Country currency. SveaWillBuy * Boolean Describes whether SveaWebPay will buy the order or just administrate it. Notes * String(200) Text on order created by client. ClientId * * Long(7) Id that identifies a client in sveawebpay

11 11 (36) PaymentPlanDetails PaymentPlanDetails Only applicable for paymentplan ordertype. IsPossibleToAdminister * Boolean CreditReportStatus CreditReportStatus Tells if order is approved or not. Please see Structures for further explanation about this type. Not sent if no credit decision has been made (e.g., manual administration) OrderRows * Collection of Order rows for a order. NumberedOrderRow IsPossibleToCancel * Boolean Tells if order can be cancelled or not. PendingReasons Collection of PendingReasons Reasons to why the order is pending. Please see Structures for further explanation about this type. CustomerIdentity NationalIdNumber * String Field for entering unique identifiers for customers in certain countries. (Example: Personnummer & organisationsnummer in Sweden) String A valid address to the customer. PhoneNumber String Customer s phone number. IpAddress String Customer s IP-address FullName * String Full name of the customer. Either first name + family name or company name. Street * String Customer s street address. CoAddress String Customer co-address. ZipCode * String The complete zip code of the Customer. HouseNumber String House number (only applicable in certain countries). Locality * String Customer s town of residence. CountryCode * String (2) A country code which defines where the customer is residing. CustomerType * CustomerType See Enumeration (Page 12) IndividualIdentity IndividualIdentity Only if the CustomerType is Individual. CompanyIdentity CompanyIdentity Only if the CustomerType is Company. PaymentPlanDetails ContractNumber * Nullable<Long> Contract number of a specific contract. ContractLengthMonths Integer

12 12 (36) CreditReportStatus CreationDate * DateTime Date of order credit decision. Accepted * Boolean Tell s if credit decision is accepted or not. NumberedOrderRow RowNumber * Long(3) ArticleNumber String(10) Article number of the product Description String(40) Description of the product. PricePerUnit * Decimal(18,2) Price per unit of product. ( Excluding Vat ) Unit String(3) Short description of unit. (Ea.) etc. VatPerCent * Decimal(2,0) Percent of Vat (0 99) DiscountPercent * Decimal Percent of Discount (0 99) Status (String)OrderRowStatus See Enumeration (Page 12.) InvoiceId * Nullable<Long> Id to invoice if order have been delivered. CreditInvoiceId * Nullable<Long> Reference to invoice to credit. PendingReason PendingType * (String)PendingType See Enumerations (p. 29) CreatedDate * String(10) Date where reason was created. Enumerations OrderType Invoice PaymentPlan OrderDeliveryStatus Created PartiallyDelivered Delivered Cancelled OrderStatus Created Pending Active Denied Error

13 13 (36) OrderRowStatus NotDelivered Delivered Cancelled CustomerType Individual Company CancelOrderRows CancelOrderRowRequest SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EUclients. ClientId * Long(7) Id that identifies a client in sveawebpay OrderRowNumbers * Collection of Long The row numbers that should be cancelled CancelOrderRowResponse Empty field CancelOrder The method cancels a specific order in webpay This means that no further action is available to this order. CancelOrderRequest SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EUclients. ClientId * Long(7) Id that identifies a client in sveawebpay

14 14 (36) CancelOrderResponse Empty field

15 15 (36) DeliverPartial This method partially delivers an order. An invoice or payment plan is created with the sum of the amount of the order rows sent to this method. The available amount is decreased by the same amount. Please note that only invoices can be partially delivered. Any payment plan being delivered with this function will be fully delivered with the only exclusion being cancelled order rows. PartialDeliveryRequest OrderToDeliver * DeliverOrderInformation See Structure (Page 16) RowNumbers * List<Long> List of order rows to be delivered. InvoiceDistributionType * InvoiceDistributionType See Enumeration (Page 15) DeliveryResponse OrdersDelivered * List<DeliverOrderResult> Enumerations InvoiceDistributionType Post Invoice is sent by mail. Invoice is sent by . Structures DeliverOrderResult SveaOrderId * * Long(10) Unique Id for the created order. Used for any further order webservice requests. ClientOrderId String(30) Order number from client s order ClientId * * Long(7) Id that identifies a client in sveawebpay OrderType * OrderType See Enumeration. (Page 12) DeliveryReferenceNumber * Long(10) For OrderType Invoice invoice id, PartPayment contract id. DeliveredAmount * Decimal(11,2) Delivered order amount.

16 16 (36) DeliverOrders This method creates invoices or payment plans based on the orders sent to this method. DeliveryRequest OrdersToDeliver * Collection of DeliverOrderInformation See Structure (Page 16) InvoiceDistributionType * InvoiceDistributionType See Structure (Page 15) DeliveryResponse OrdersDelivered * Array of DeliverOrderResult See Structure (Page 15) Structures DeliverOrderInformation ClientId * Long(7) Id that identifies a client in sveawebpay SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EU-clients. SearchOrders This method searches and returns orders based on the filter information provided to this method. Start index and end index is used to select a subset of results to be used for paging. The sorting structure describes how the results should be sorted. SearchOrdersRequest StartIndex * Integer Index of the first result EndIndex * Integer Index of the last result SearchOrderFilter * SearchOrderFilter Filter for filtering search and narrowing down the result. SearchOrderSorting * SearchOrderSorting To sort the data. SearchResponse OrderListItems * Array of OrderListItems List of search results. ResultCount * Integer Number of hit s after a search.

17 17 (36) Structures SearchOrderFilter AcceptedDeliveryStatus List of OrderDeliveryStatus See Enumeration. (Page 12) AcceptedOrderStatus List of OrderStatus See Enumeration. (Page 12) TextMatch String Free text match on order id, birth date etc. StartDate DateTime The earliest creation date/time of the order searched for EndDate DateTime The latest creation date/time of the order searched for SearchOrderSorting SortDirection SortDirection Which way to sort. Ascending or Descending. SortOrderProperty SortOrderProperty Which field to sort on. OrderListItem ClientOrderId String(30) Order number from client s order CreatedDate DateTime Date when order was first created. Status (String)OrderStatus See Enumeration. (Page 12) DeliveryStatus (String)DeliveryStatus See Enumeration. (Page 12) Amount Decimal(11,2) The order amount. OrderType (String)OrderType See Enumeration. (Page 12) NationalIdNumber String Field for entering unique identifiers for customers in certain countries. (Example: Personnummer & organisationsnummer in Sweden). For countries W/O this, birthdate is returned instead. SveaOrderId Long(10) Unique Id for the created order. Used for any further order webservice requests. ClientId Long(7) Id that identifies a client in sveawebpay CreditApproved Boolean Tell s if credit was approved by SveaWebPay or not. CreditRejectionMessage String(70) Tell s why a credit was rejected by SveaWebPay. ChangeDate Nullable of DateTime Date when order change status.

18 18 (36) CancelledDate Nullable of DateTime Date when order was cancelled. CustomerName String Name on customer associated with order. Enumerations SortDirection Ascending Descending SortOrderProperty CreatedDate RemaningAmount ClientOrderId CreditApproved SveaOrderId CustomerName Status NationalIdNumber OrderType AddOrderRows This method is used to add order rows to an order. If the new order amount exceeds the remaining amount on order a new credit control is made. AddOrderRowsRequest SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EU-clients. ClientId * Long(7) Id that identifies a client in sveawebpay OrderRows * Array of OrderRow Order rows to add to a order. AddOrderRowsResponse Structures OrderRow ArticleNumber String (10) Article number of the product Description String (40) Description of the product. PricePerUnit * Decimal(18,2) Price per unit of product.

19 19 (36) ( Excluding Vat ) NumberOfUnits * Decimal(18,2) Unit String (3) Short description of unit. (Ea.) etc. VatPercent * Decimal(18, 2) Percent of Vat ( 0 99 ) DiscountPercent * Decimal(18, 2) Percent of Discount ( 0 99 ) UpdateOrderRows This method updates order rows on existing order in SveaWebPay s If the new order amount exceeds the remaining amount on order a new credit control is made. UpdateOrderRowsRequest SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration. (Page 12). Not required for EU-clients ClientId * Long(7) Id that identifies a client in SveaWebPay UpdateOrderRows * Array of NumberedOrderRow Order rows for a order. See structure (Page 12) UpdateOrderRowsResponse Structures NumberedOrderRow Inherits from OrderRow RowNumber * Long(4) Status OrderRowStatus This is returned by SveaWebPay system and should not be populated in UpdateOrderRowsRequest. InvoiceId Nullable of Long(10) Reference to Invoice if OrderType Invoice. CreditInvoiceId Nullable of Long(10) Reference to credit invoice if OrderType Invoice.

20 20 (36) SearchInvoices This method returns information about invoices based on filter provided to this method. SearchInvoicesRequest StartIndex * Integer Index of the first result EndIndex * Integer Index of the last result SearchInvoiceFilter * SearchInvoiceFilter Filter for filtering search and narrowing down the result. SearchInvoiceSorting * SearchInvoiceSorting To sort the data. SearchInvoicesResponse InvoiceListItems * Array of InvoiceListItem Invoices that matched search criteria. See Structure (Page 20) ResultCount * Integer Shows how many invoices matched search criteria. Structures InvoiceListItem ClientId * * Long(7) Id that identifies a client in sveawebpay InvoiceId * * Long(10) Reference to a Invoice. NationalIdNumber String(12) Field for entering unique identifiers for customers in certain countries. (Example: Personnummer & organisationsnummer in Sweden) InvoiceDate DateTime Date when the invoice is created in SveaWebPay DueDate DateTime Due date for the invoice; when SveaWebPay wants the invoice to be paid. PaidToClientDate Nullable of DateTime Date when SveaWebPay paid/pays client for invoices. Amount Decimal(15,2) Invoice amount.

21 21 (36) CreditedAmount Decimal(15,2) Amount that have been credited for a invoice. SveaHasBought Boolean True if SveaWebPay bought invoice, otherwise false. CustomerName String(40) Name of customer invoice is sent to. SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. ClientOrderId String(30) Order number from client s order Status (String)InvoicePaymentStatus See Enumeration (Page 21) Type InvoiceType See Enumeration (Page 21) Enumerations InvoicePaymentStatus PendingApproval Sent Paid Overdue Reminded DebtCollection Cancelled InvoiceType Debit Credit GetInvoices This method returns information about a specific invoice. GetInvoicesRequest InvoicesToRetrieve * Collection of GetInvoiceInformation Describes the invoices to retrieve GetInvoicesResponse Invoices * Collection of Invoice The invoices that match the request

22 22 (36) Structures GetInvoiceInformation InvoiceId * Long(10) Reference to a Invoice. ClientId * Long Id that identifies a client in SveaWebPay Invoice ClientId * * Long(7) Id that identifies a client in sveawebpay InvoiceId * Long(10) Reference to a Invoice. CreditedAmount * Decimal(18,2) The total amount that is credited on this invoice. UnmatchedCreditAmount Decimal(18,2) The amount that is credited on this invoice, that does not match any of the invoice rows. InvoiceDate * DateTime Date when the invoice is created in SveaWebPay DueDate * DateTime Due date for the invoice; when SveaWebPay wants the invoice to be paid. EarliestPossibleNewDueDate Nullable of DateTime The earliest possible new due date that the invoice may be set to. If null, changing the invoice date is not possible. LatestPossibleNewDueDate Nullable of DateTime The latest possible new due date that the invoice may be set to. If null, changing the invoice date is not possible. PaidToClientDate Nullable of DateTime Date when SveaWebPay paid/pays client for invoices. Amount * Decimal(15,2) Invoice amount. SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. SveaHasBought * Boolean True if SveaWebPay bought invoice, otherwise false. Currency * String Currency of the country invoice was created for. SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. ClientOrderId String(30) Order number from client s order Status * (String)InvoicePaymentStatus See Enumeration (Page 21)

23 23 (36) Type * InvoiceType See Enumeration (Page 21) CustomerReference String(32) Reminder1Date Nullable of DateTime Date of the first reminder. Reminder2Date Nullable of DateTime Date of the second reminder. DeboCollectionDate Nullable of DateTime Date when invoice went to debt collection. CreditedDate Nullable of DateTime Date when invoice been cretited. Notes String(200) Note on invoice from client to customer. ClientReference String(32) Customer * CustomerIdentity Identity of the customer. See structure (Page 11) CustomerId Nullable of Long() Customer id that is created by SveaWebPay InvoiceRows * Array of NumberedOrderRow See Structure (Page 12) CreditApproved * Boolean True if credit was accepted, false otherwise. IsPossibleToCancel * Boolean IndividualIdentity FirstName * String LastName * String Initials String Only used in NL, voorletters BirthDate String Person date of birth in format YYYYMMDD. (Required for DE and NL) CompanyIdentity CompanyIdentification String Not in use. CompanyVatNumber String Company Vat number (Required for DE and NL) CreditInvoiceRows This method creates a credit invoice based on the invoice rows sent to it. CreditInvoiceRequest InvoiceId * Long(10) Reference to a Invoice. ClientId * Long(7) Id that identifies a client in SveaWebPay RowNumbers * Array of Long InvoiceDistributionType * InvoiceDistributionType See Enumeration (Page 15) NewCreditInvoiceRows Array of OrderRow See Structure (Page 18)

24 24 (36) DeliveryResponse See Structure (Page 16) SearchPaymentPlans This method searches and retrieves payment plans based on filter sent to this method. SearchPaymentPlanRequest StartIndex * Integer Index of first result EndIndex * Integer Index of last result SearchPaymentPlanFilter * SearchPaymentPlanFilter Filter for search. See Structure (Page 24) SearchPaymentPlanSorting * SearchPaymentPlanSorting Field to sort the result. See Structure (Page 24) SearchPaymentPlanResponse PaymentPlanListItems * PaymentPlanListItem Result of search. ResultCount * Integer Number of hits of a search. Structures SearchPaymentPlanFilter AcceptedStatus PaymentPlanStatus See Enumeration (Page 24) TextMatch String Search text. SearchPaymentPlanSorting SortDirection SortDirection See Enumeration (Page 18) SortPaymentPlanProperty SortPaymentPlanProperty Possible sorting data. Enumerations PaymentPlanStatus Cancelled Error WaitingToBeSent WaitingForContract Running Finished

25 25 (36) SortPaymentPlanProperty ApprovedDate Amount ContractNumber PaidDate SveaOrderId CustomerName Status NationalIdNumber ClientOrderId ContractLengthMonths UpdateOrder This method is used to update certain information on an existing order. It will update Notes and ClientOrderNumber; any field not set to null. UpdateOrderRequest SveaOrderId * Long(10) Unique Id for the created order. Used for any further order webservice requests. OrderType OrderType See Enumeration (Page 12). Not required for EU-clients. ClientId * Long(7) Id that identifies a client in SveaWebPay Notes String(200) Note on invoice from client to customer. ClientOrderNumber String UpdateOrderResponse GetSumOfOrderAmount This method returns the total amount and total count of orders in SveaWebPay system based on filter sent to this method. SumOfOrderAmountRequest SearchOrderFilter * SearchOrderFilter See Structures (Page 17)

26 26 (36) SumOfAmountResponse Amount * Decimal Total amount of order s in search. Count * Integer Number of orders fetched in search. GetSumOfInvoiceAmount This method returns the total amount and total count of invoices in SveaWebPay system based on filter sent to this method. SumOfInvoiceAmountRequest SearchInvoiceFilter * SearchInvoiceFilter See Structures (Page 17) SumOfAmountResponse See (Page 26) GetSumOfPaymentPlanAmount This method returns the total amount and total count of payment plans in SveaWebPay system based on filter sent to this method. SumOfPaymentPlanAmountRequest SearchPaymentPlanFilter * SearchPaymentPlanFilter See Structures (Page 24) ReturnPaidToClientAmount Boolean If true, only the amount paid to the client is used. If false, the total amount of each paymentplan is used. SumOfAmountResponse See (Page 26)

27 27 (36) ApproveInvoice This method approves an invoice for delivery. ApproveInvoiceRequest ClientId * Long Id that identifies a client in SveaWebPay InvoiceId * Long Id of the invoice ApproveInvoiceResponse CreateOrder This method creates an invoice or payment plan order in the CreateOrderRequest ClientId Long Id that identifies a client in SveaWebPay Required if account have several clients of this order type. OrderInformation * CreateOrderInformation Information needed to create the order CreateOrderResponse CreateOrderResult CreateOrderResult The result of the operation OrderRows Collection of NumberedOrderRow The order rows in the request, decorated with a order row number. Structures CreateOrderInformation ClientOrderNumber String Order number from client s order OrderRows * Collection of OrderRows The order s order rows CustomerIdentity * CustomerIdentity The id details of the customer OrderDate * DateTime Date of the order AddressSelector String Used to select a

28 28 (36) specific address returned from GetAddress CustomerReference String OrderType * OrderType Invoice or PaymentPlan OrderDeliveryAddress Address Order delivery address, if other than address provided in CustomerIdentity. CreatePaymentPlanDetails CreatePaymentPlanDetails Required if order type is payment plan Address FullName * String Full name of the customer. Either first name + family name or company name. Street * String Customer s street address. CoAddress String Customer co-address. ZipCode * String The complete zip code of the Customer. HouseNumber String House number (only applicable in certain countries). Locality * String Customer s town of residence. CountryCode * String (2) A country code which defines where the customer is residing. CreatePaymentPlanDetails CampaignCode Long What campaigncode to use. Either campaign code or fixed monthly amount must be entered. CoCustomerIdentity CustomerIdentity Additional customer if applicaple SendAutomaticGiroPaymentForm Bool If AutoGiro payment form should be sent to customer FixedMonthlyAmount Decimal(18, 2) The desired amount to pay each month, including notification fee. CreateOrderResult SveaOrderId Long The order id OrderType String Invoice or PaymentPlan SveaWillBuyOrder Bool True if Svea agrees to buy this order/invoice Amount Decimal(18, 2) The total order amount CustomerIdentity CustomerIdentity Identity of the customer ExpirationDate DateTime The order s expiration date

29 29 (36) ReleasePendingOrder This method removes a pending reason from the order. If the order no longer has any pending reasons, it will change status to Active. Currently only supported for EU-clients. ReleasePendingRequest ClientId * Long Id that identifies a client in SveaWebPay SveaOrderId * Long The order id PendingType * String The pending type to remove. See Enumerations (p. 29) ReleasePendingResponse Enumerations PendingType SMSOnHighAmount UseOfDeliveryAddress GetFinancialReport This method retrieves a financial report for a given period of time. GetFinancialReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetFinancialReportResponse ReportHeader FinancialReportHeader Object containing the header for the report. Obtained from the latest record found in the time period. ReportRows Collection of FinancialReportRow

30 30 (36) Structures FinancialReportHeader Address * Address The address of the client. Currency * String The currency used in the report ClientTypeId * Integer The client type id (21 = Invoice, 24 = Paymentplan) Administrator * String The administrator for the latest report in the report period. FromDate * DateTime The first date in the report period. ToDate * ToDate The last date in the report period. FinancialReportRow RowNumber * Address The row number RowId * String The type of row. See id table. Description * Integer Description of the row type Debit * String The total debit amount for all rows with this RowId in the time period. Credit * DateTime The total credit amount for all rows with this RowId in the time period. GetInvoiceReport This method retrieves an invoice report of all bought invoices for a given period of time. GetInvoiceReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetInvoiceReportResponse ReportRows Collection of InvoiceReportRow

31 31 (36) InvoiceReportRow ReportDate * DateTime The report date of the invoice ClientId * Long The client id CustomerId * Long Customer id of the invoice InvoiceId * Long The invoice number Name * String Customer name Amount * Decimal The invoice amount AdministrationFee * Decimal CreditFee * Decimal GetAccountingReport This method retrieves an accounting report for a given period of time. GetAccountingReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetAccountingReportResponse ReportRows Collection of AccountingReportRow AccountingReportRow ReportingDate * DateTime The report date of the accounting report AccountNumber * Long Id * Integer The type of account. Debit * Decimal The total debit amount on this account number during the time period. Credit * Decimal The total credit amount on this account number during the time period. Name * String The name of the account.

32 32 (36) GetRegressionReport This method retrieves a regression report for a given period of time. GetRegressionReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetRegressionReportResponse ReportRows Collection of RegressionReportRow RegressionReportRow ClientId * Integer The client id TransactionType * Integer The numeric identifier for specified transaction PostingDate * DateTime The regression posting date CustomerId * Long Customer id InvoiceId * Long The invoice number RowNumber * Integer TransactionAmount * Decimal Sum of capital, rate and fee for payment plans. Name String Customer name RecordDate DateTime ReportingDate DateTime The report date of the regression User String Capital Decimal Only used for payment plan Rate Decimal Only used for payment plan Fee Decimal Only used for payment plan GetPaymentPlanReport This method retrieves a payment plan report for a given period of time. GetPaymentPlanReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period.

33 33 (36) ToDate * DateTime The end of the report period. GetPaymentPlanReportResponse ReportRows Collection of PaymentPlanReportRow PaymentPlanReportRow ReportingDate * DateTime The reporting date of the payment plan ClientId * Integer The client id CustomerId * Long Customer id of the invoice ContractId * Long The contract id Name * String Customer name Date DateTime Date for contract creation Amount Decimal Credit amount AdministrationFee Decimal Administration fee PayToClientAmount Decimal Amount paid to client OrderId String Order id GetInvoiceJournalReport GetInvoiceJournalReportRequest ClientId * Long Id that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetInvoiceJournalReportResponse ReportRows Collection of InvoiceJournalReportRow InvoiceJournalReportRow ClientId * Long The client id CustomerId * Long Customer id of the invoice Name * String Customer name InvoiceId * Long The invoice number PostingDate * DateTime The invoice posting date InvoiceAmount * Decimal The invoice amount VatAmount * Decimal The VAT amount OrderNumber * String

34 34 (36) ReportDate * DateTime The report date of the invoice GetInvoicePdfLink This method returns an external link that can be used to retrieve an invoice PDF. GetInvoicePdfLinkRequest ClientId * Long Id that identifies a client in SveaWebPay InvoiceId * Long Id that identifies a invoice in SveaWebPay PdfLinkResponse PdfLink * String External link to an invoice. GetInvoicesWithChangedDueDate This method retrieves information about invoices with changed due date for specified client id. GetInvoicesWithChangedDueDateRequest ClientIds * List<Long> Ids that identifies a client in SveaWebPay FromDate * DateTime The start of the report period. ToDate * DateTime The end of the report period. GetInvoicesWithChangedDueDateResponse PdfLink * String External link to an invoice. InvoicesWithChangedDueDate InvoiceId * Long The invoice id number ClientId * Int Id that identifies a client in SveaWebPay OrgDueDate DateTime Original due date DueDate * DateTime Updated due date CreationDate * DateTime When the due date was changed

35 35 (36) ChangeInvoiceDueDate This method changes the due date for a previously created invoice. Please note that this function is not activated by default. You need to contact SveaWebPay support to activate this for your account. The allowed new DueDate is bound by the agreement between you and SveaWebPay. ChangeInvoiceDueDateRequest ClientId * Long Id that identifies a client in SveaWebPay InvoiceId * Long Invoice id for a specific invoice. NewDueDate * DateTime The new duedate for the invoice. ChangeInvoiceDueDateResponse Result Code Table Code Description 0 Accepted 1000 General error Authentication failed Client not specified Order is closed Order is denied Order is in state error Order has expired Order is missing Wrong order type Invalid amount Order over Svea limit Order over client limit Order rows missing Order rows do no not match invoice Order amount exceeds authorized amount Order type not supported Order is pending Invoice over authorized amount Invoice is missing Invoice could not be approved Credit invoice is missing Credit invoice has the wrong order id Credit invoice exceeds invoice amount Credit invoice on not approved invoice Invalid campaign code PDF contract template missing Partial delivery not allowed Unable to find a matching campaign

36 36 (36) Credit result rejected Customer is blocked (abuse) Client over credit limit Person does not exist Customer not found Unknown customer country Invalid customer data Invalid cocustomer data No addresses found Client not allowed Order type is required AddressSelector is not allowed CreatePaymentPlanDetails must be null CreatePaymentPlanDetails cannot be null Value must be set Client is not configured Invalid customer country code Invoice distribution type is required DeliverInvoiceDetails cannot be null InvoiceToCredit must be null InvoiceToCredit cannot be null OrderInformation is required CustomerIdentity is required Invalid value Invalid order type Order does not belong to this client Missing customer country code Invalid order date IndividualDetails is supplied with customer type company CompanyDetails is supplied with customer type individual IndividualDetails cannot be supplied when NationalIdNumber is used CompanyDetails cannot be suppled when NationalIdNumber is used Invalid AddressSelector AddressSelector is not allowed for this customer type Invalid zip code Unknown pending reason

SveaWebPay Administration service API Document version 1.11

SveaWebPay Administration service API Document version 1.11 Administration service API Document version 1.11 Table of Contents Revisions... 5 Overview... 6 Enumerations... 7 Disclaimer... 7 Methods... 7 Common to all requests... 7 Common to all responses... 7 Structures...

More information

ADMINISTRATION SERVICE API 1.30 SveaWebPay

ADMINISTRATION SERVICE API 1.30 SveaWebPay ADMINISTRATION SERVICE API 1.30 SveaWebPay 2 (71) Table of Contents Revisions... 9 Overview... 12 Enumerations... 12 Order rows... 13 Disclaimer... 13 Methods... 14 Common to all requests... 14 Common

More information

EUROPE WEB SERVICE API SveaWebPay

EUROPE WEB SERVICE API SveaWebPay EUROPE WEB SERVICE API 1.4.9 SveaWebPay 2 (28) Europe Web Service 1.4.9 Content Revisions... 5 Overview... 7 Endpoint:... 7 WSDL-endpoint... 7 1. General... 7 2. Specific method regarding PaymentPlan...

More information

EUROPE WEB SERVICE API SveaWebPay

EUROPE WEB SERVICE API SveaWebPay EUROPE WEB SERVICE API 1.4.26 SveaWebPay 2 (35) Europe Web Service 1.4.26 Content Revisions... 5 Overview... 8 Endpoint:... 8 WSDL-endpoint... 8 1. General... 8 2. Specific method regarding PaymentPlan...

More information

PAYMENTADMIN API 1.1 SveaWebPay

PAYMENTADMIN API 1.1 SveaWebPay PAYMENTADMIN API 1.1 SveaWebPay 2 (22) PaymentAdmin API 1.1 Content Revisions... 4 Overview... 5 Testing... 5 Production... 5 Authentication... 6 Get order... 7 Get task... 8 Deliver order... 9 Cancel

More information

INTEGRATION DOCUMENTATION Svea Checkout API v1.12

INTEGRATION DOCUMENTATION Svea Checkout API v1.12 INTEGRATION DOCUMENTATION Svea Checkout API v1.12 2 (18) Svea Checkout API Change history: 2017-08-21 v1.12 Updated list of Payment methods. 2017-07-11 v1.11 Updated properties names for CheckoutValidationCallback

More information

Treasury Management User Guide. Online Banking

Treasury Management User Guide. Online Banking Treasury Management User Guide Online Banking Released August 2018 Treasury Management... 4 Logging in to Treasury Management...5 Helpful Hints...10 User Menu... 12 Profile and Preferences... 12 Notification

More information

extensible Business Documents Invoice/credit note

extensible Business Documents Invoice/credit note extensible Business Documents Invoice/credit note Last updated, 11 March 2015 Version history 2010-05-10 Version 1.0. 2010-09-02 Version 1.1. Replaced with . 2012-11-21 Version 1.1.

More information

Basware Portal for Receiving Basware Commerce Network

Basware Portal for Receiving Basware Commerce Network Basware Portal for Receiving Basware Commerce Network Copyright 1999-2016 Basware Corporation. All rights reserved. Disclaimer This product or document is copyrighted according to the applicable copyright

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

N Touch Treasury ACH User Guide

N Touch Treasury ACH User Guide N Touch Treasury ACH User Guide Revised 12-15-17 TreasurySupport@NTouchBanking.com (833) 846-2699 ACH Within Payments > ACH, you can create ACH payments and templates, import layouts, view templates, ACH

More information

Creating International Wire Transfer Payments Reference Guide

Creating International Wire Transfer Payments Reference Guide Creating International Wire Transfer Payments Reference Guide Table of Contents Creating and Working with International Wire Transfers 3 Overview 3 Creating a Freeform Payment or Template 3 Approving or

More information

SIAM R3.0 USER GUIDE

SIAM R3.0 USER GUIDE SIAM R3.0 USER GUIDE Document Reference: 8295 September 2016 Revision: 3 Version Date Author Changes Number 1 Mar 2015 John Lindsay 2 Jun Sam Unsuspending a SIM card description updated. 2016 Smith 3 Sep

More information

4PSA VoipNow Core Reseller's Guide. Copyrights Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc.

4PSA VoipNow Core Reseller's Guide. Copyrights Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc. 4PSA VoipNow Core 2.0.3 Reseller's Guide Copyrights 2002-2009 Rack-Soft Inc. VoipNow is a registered trademark of Rack-Soft Inc. Reseller's Guide Manual Version 60725.9 at 2009/12/14 15:29:37 For suggestions

More information

Wire & Internal Transfers

Wire & Internal Transfers Wire & Internal Transfers USER GUIDE Transfer funds easily and securely. Convenience. Transfer money between accounts at Union Bank and different banks domestically and internationally. Ease. Say goodbye

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

TABLE OF CONTENTS. WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED...

TABLE OF CONTENTS. WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED... USER GUIDE TABLE OF CONTENTS WELCOME TO mycsa... LOGGING IN... FORGOT PASSWORD... FIRST TIME REGISTRATION... ACCESS TYPE... GETTING STARTED... SETTING PREFERENCES... CONTACT US... DASHBOARD... MANAGING

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

User Manual. Exact Online Accounting basic- Magento synchronization. iwebdevelopment Klokgebouw AC Eindhoven E:

User Manual. Exact Online Accounting basic- Magento synchronization. iwebdevelopment Klokgebouw AC Eindhoven E: User Manual Exact Online Accounting basic- Magento synchronization iwebdevelopment Klokgebouw 253 5617AC Eindhoven E: info@iwebdevelopment.nl Introduction Thank you for choosing the Exact Online connector

More information

Copyright Basware Corporation. All rights reserved. User Guide Basware Network

Copyright Basware Corporation. All rights reserved. User Guide Basware Network Copyright 1999-2016 Basware Corporation. All rights reserved. User Guide Basware Network About Basware Network Support Documentation The following documentation is available for Basware Network users:

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual (full functionality) Version 1.40 Date: 15/12/2011 Author: Denis

More information

Adding and Editing Chapter and Adviser Information Logging in for the first time (Existing chapters)... 2

Adding and Editing Chapter and Adviser Information Logging in for the first time (Existing chapters)... 2 Chapter Advisers CONTENTS Adding and Editing Chapter and Adviser Information... 2 Logging in for the first time (Existing chapters)... 2 How to edit a chapter s information:... 2 How to view all chapter

More information

AGILE CLOUD PBX OPERATION MANUAL

AGILE CLOUD PBX OPERATION MANUAL AGILE CLOUD PBX OPERATION MANUAL 1 Table of Contents Display set (user information) This manual will explain the "Agile cloud PBX". Prior to use, take a look at our service manual, Please use it and do

More information

UPOV PRISMA User Guide for Breeders

UPOV PRISMA User Guide for Breeders UPOV PRISMA User Guide for Breeders UPOV PRISMA Version 2.1 Table of Contents 1 About this guide 3 2 Acronyms 3 3 Overview 3 4 WIPO Accounts 6 4.1 Create an account 6 4.2 Forgotten username 8 4.3 Recovery

More information

Guide Pagero Invoice Portal Create and send invoices

Guide Pagero Invoice Portal Create and send invoices Guide Pagero Invoice Portal Create and send invoices 1. Log in to your Pagero Online account. 2. Click Create invoice 3. Choose the recipient you wish to send a document to, and the type of invoice you

More information

User Guide Regions Association Image Lockbox Online

User Guide Regions Association Image Lockbox Online User Guide Regions Association Image Lockbox Online 2012 Regions Bank. Regions Lockbox Services subject to product terms and conditions. Rev. 111312 Association Image Lockbox User Guide Association Image

More information

MultiSafepay Integration manual

MultiSafepay Integration manual MultiSafepay Integration manual Magento plug-in v2.4.1 MultiSafepay Payment plug-in for Magento https://www.multisafepay.com Copyright (C) 2016 MultiSafepay.com Magento Plug-in 1 Table Of Contents Table

More information

Document Capture for Microsoft Dynamics NAV

Document Capture for Microsoft Dynamics NAV Document Capture for Microsoft Dynamics NAV Walkthroughs - Version 4.50 Document Capture - Walkthroughs - Version 4.50 Page 1 / 57 TABLE OF CONTENTS TABLE OF CONTENTS... 2 SETUP AND ADMINISTRATION WALKTHROUGHS...

More information

PayMorrow Integration Guide. Version As of: About PayMorrow: General information about PayMorrow

PayMorrow Integration Guide. Version As of: About PayMorrow: General information about PayMorrow About PayMorrow: General information about PayMorrow PayMorrow Integration Guide Version 6.2.1 As of: 04.10.2016 Integration Guide Computop PayMorrow 1 About PayMorrow: General information about PayMorrow

More information

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

More information

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees Meritain Connect User Manual for Employees 1 Meritain Connect User Guide for Employees Contents Introduction... 4 Accessing Meritain Connect... 5 Logging In... 5 Forgot Password... 6 Registration Process...

More information

Acclaim Solaria 5.60 Release Notes

Acclaim Solaria 5.60 Release Notes Acclaim Solaria 5.60 Release Notes 5.60 Release ENHANCEMENTS SYSTEM WIDE CHANGES The title of order/invoice remarks was standardized to Invoice Remarks across all windows and all links to show the remarks

More information

Creating Domestic Wire Transfer Payments Reference Guide

Creating Domestic Wire Transfer Payments Reference Guide Creating Domestic Wire Transfer Payments Reference Guide Table of Contents Creating and Working with Domestic Wire Transfers 3 Overview 3 Creating a Freeform Payment or Template 3 Approving or Rejecting

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Aon Supplier Enablement Coupa Supplier Training Materials

Aon Supplier Enablement Coupa Supplier Training Materials Aon Supplier Enablement Coupa Supplier Training Materials June, 2017 Table of contents Overview: What is Coupa? Benefits for suppliers Invoicing options PO Flip CSP How to connect to CSP? Profile update

More information

Expense Management for Microsoft Dynamics NAV

Expense Management for Microsoft Dynamics NAV Expense Management for Microsoft Dynamics NAV Tables and Fields Documentation - Version 2.60 Expense Management - Tables and Fields Documentation - Version 2.50 Page 1 / 67 TABLE OF CONTENTS INTRODUCTION...

More information

ewallet API integration guide version 5.1 8/31/2015

ewallet API integration guide version 5.1 8/31/2015 ewallet API integration guide version 5.1 8/31/2015 International Payout Systems, Inc. (IPS) ewallet API Integration Guide contains information proprietary to IPS, and is intended only to be used in conjunction

More information

Register with Weight Watchers

Register with Weight Watchers Register with Weight Watchers 1. Register with Weight Watchers by visiting https://wellness.weightwatchers.com/employees/employeelogin.aspx 2. Enter your Company ID and Company Passcode. Your employer

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

USER GUIDE FOR SUPPLIERS. OpusCapita Business Network

USER GUIDE FOR SUPPLIERS. OpusCapita Business Network USER GUIDE FOR SUPPLIERS OpusCapita Business Network Contents 1. Introduction... 3 2. Finalizing registration and changing your password... 4 2.1 Finalize your registration... 4 2.2 Change your forgotten

More information

1 (56) Payment Gateway API V PAYMENT GATEWAY API

1 (56) Payment Gateway API V PAYMENT GATEWAY API 1 (56) Payment Gateway API V 2.8.1 PAYMENT GATEWAY API 2 (56) Payment Gateway API V 2.8.1 PAYMENT GATEWAY API Contents INTRODUCTION... 4 INTEGRATION USING MODULES OR INTEGRATION PACKAGES... 4 MODULES...

More information

Guide to Newbury Building Society s Online Intermediary Service

Guide to Newbury Building Society s Online Intermediary Service Guide to Newbury Building Society s Online Intermediary Service NEWBURY building society How do I get started? You need to register to use our online service. You will be emailed a unique username & prompt

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Electronic Invoice Routing Remittances Test Account Creation Managing Roles and

More information

Merchant Reporting Tool Interface guideline

Merchant Reporting Tool Interface guideline Merchant Reporting Tool Interface guideline For Merchant Service Center (MSC) Table of Contents 1) Introduction 2 2) Roles and Responsibilities 2 3) Log in 3 4) Merchant Reporting Dashboard 5 5) Settlement

More information

ecashiering Table Of Contents

ecashiering Table Of Contents ecashiering Table Of Contents Overview... 2 Logging in to ecashiering... 2 ecashiering Tab... 3 Payment Management... 3 Digital Delivery Account Managment... 7 Patient Pay Online Tab... 8 Account Summary...

More information

Add New Administrator - This function allows you to add new administrators to the EPP system.

Add New Administrator - This function allows you to add new administrators to the EPP system. HELP - Profile 1 Introduction... 2 2 Update Profile... 3 2.1 Contact Details... 4 2.2 Configuration... 6 2.3 Registration...10 2.3.1 Registration Settings...10 2.3.2 Registration Types...12 2.3.3 Registration

More information

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt Walter Customer manual File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 The advantages of TOOL SHOP Up-to-date stock availability & price information Quick access to all tools information 7 days a

More information

Customer Maintenance

Customer Maintenance 7 FTD Mercury makes maintaining customers easy. If you use house accounts for your customers, after setting up these accounts, the customer billing process is automated (using the Accounts Receivable Billing

More information

Electronic Sales Platform User s Manual

Electronic Sales Platform User s Manual Electronic Sales Platform User s Manual Version 1.1 2018 St. Petersburg 2 CONTENTS Preface... 3 1 Introduction... 4 1.1 Workstation Requirements and Settings... 4 1.2 Starting application... 5 2 Summary

More information

Pagador Transaction. Query. Version 1.4

Pagador Transaction. Query. Version 1.4 Pagador Transaction Query Version 1.4 01/26/2016 TABLE OF CONTENTS HISTORY OF CHANGES... 3 INTRODUCTION... 4 OBJECTIVE... 4 1. GETADDITIONALDATA METHOD... 6 1.1. GETADDITIONALDATA METHOD RETURN... 6 2.

More information

Manual For The ISPConfig 3 Billing Module

Manual For The ISPConfig 3 Billing Module Manual For The ISPConfig 3 Billing Module Version 1.0 for ISPConfig 3.0.3.3 Author: Till Brehm Last edited on 06/30/2011 1 The ISPConfig 3 Billing Module is an extension for ISPConfig

More information

AusCERT Certificate Services Manager. AusCERT Certificate Services Manager Reports Web Services API 1

AusCERT Certificate Services Manager.   AusCERT Certificate Services Manager Reports Web Services API 1 AusCERT Certificate Services Manager Reports Web Services API 1 Table of Contents 1 Introduction...4 2 Remote Functions...4 2.1 Function for Getting Activity Report...4 2.1.1 Arguments...4 2.1.1.1 AuthData

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 23.10.2017 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

User Guide on SkillsFuture Credit (Individuals)

User Guide on SkillsFuture Credit (Individuals) User Guide on SkillsFuture Credit (Individuals) Table of Contents 1 Login... 3 2 View My Account Summary... 5 3 Submit a Claim... 7 3.1 Submitting a Claim for Training Exchange Courses... 7 3.2 Submitting

More information

Payolution Integration Guide. Version As of: About Payolution: General information about Payolution

Payolution Integration Guide. Version As of: About Payolution: General information about Payolution About Payolution: General information about Payolution Payolution Integration Guide Version 6.2.1 As of: 04.10.2016 Integration Guide Computop Payolution 1 About Payolution: General information about Payolution

More information

MyAerospace Contracts/Reporting and MyServices Training. Oct 2012

MyAerospace Contracts/Reporting and MyServices Training. Oct 2012 MyAerospace Contracts/Reporting and MyServices Training Oct 2012 Contents MyServices Report Usage Make Payments View Invoices Manage Contracts 2 File Number- 2 Log Into MyAerospace 1. From the MyAerospace

More information

Updated PDF Support Manual:

Updated PDF Support Manual: Version 2.7.0 Table of Contents Installing DT Register... 4 Component Installation... 4 Install the Upcoming Events Module...4 Joom!Fish Integration...5 Configuring DT Register...6 General... 6 Display...7

More information

accessmoney Manager ACTION PAGES

accessmoney Manager ACTION PAGES accessmoney Manager ACTION PAGES 1 accessmoney Manager Action Pages accessmoney Manager Action Pages are quick reference pages that provide information for the major components of accessmoney Manger. Click

More information

Account Information. The summary data fields are as follows. All of the fields are populated and cannot be changed.

Account Information. The summary data fields are as follows. All of the fields are populated and cannot be changed. Account Information The Account Information screen is used to view summary account information. Authorized users may add or change account information on this screen. Account Information: Account Summary

More information

Body: JSON Message representing a Transaction object (See Transaction Objects for Details)

Body: JSON Message representing a Transaction object (See Transaction Objects for Details) Overview SixthCents API is REST based and exposes HTTP endpoints. The API has several URLs and all responses are standard HTTP codes so you easily know what the outcome of an operation was. Authentication

More information

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS TIS HELP FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 TIE... 3 1.2 Account set up in TIS... 3 1.3 VAT number (EU only)... 3 1.4 Business license number (China only)... 3 1.5 Access levels...

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Accounting Transaction JSON API

Accounting Transaction JSON API Accounting Transaction JSON API Table of Contents Document Version...2 Introduction...2 Http Post Parameters...2 Account Status:...3 Get...3 Invoice:...4 Save...4 Receipt:...9 Save...9 Transaction:...13

More information

Thomson Reuters (Tax & Accounting) Inc. ( TRTA )

Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) My Account Instructions (07/17/14) Please click (Ctrl+Click) on the hyperlinks below to take you to the appropriate information. My Account Registration

More information

Manual for the ISPConfig 3 Billing Module

Manual for the ISPConfig 3 Billing Module Manual for the ISPConfig 3 Billing Module Version 2.0 for ISPConfig 3.1 Author: Till Brehm Last edited on 09/14/2016 1 The ISPConfig 3 Billing Module is an extension for ISPConfig

More information

Web4BIS User Guide Version 3.3

Web4BIS User Guide Version 3.3 Web4BIS User Guide Version 3.3 WEB4BIS User Guide - Table of Contents Table of Contents 1. Login and Logout in WEB4BIS... 3 2. Administration... 4 2.1. Change User Data... 4 2.1.1 Change Person Information...

More information

Quick Setup Guide BY: AEXXIS LLC

Quick Setup Guide BY: AEXXIS LLC Quick Setup Guide BY: AEXXIS LLC The following is a quick setup guide for OrangeCRM. It is intended as a basic outline of a simple OrangeCRM setup. It may not cover every detail of your specific setup.

More information

2Checkout Instant Notification Service

2Checkout Instant Notification Service INS User Guide Revision 1.11 2Checkout Instant Notification Service User Guide Table of Contents Introduction...2 INS System...2 Overview...2 Message Opt-In...2 Message Specifications...3 Messages Supported...3

More information

Ezypay Recurring Billing Integration 0. Documentation. Recurring Billing Integration

Ezypay Recurring Billing Integration 0. Documentation. Recurring Billing Integration Ezypay Recurring Billing Integration 0 Documentation Recurring Billing Integration Ezypay Recurring Billing Integration 1 Contents Introduction... 2 Authentication... 2 HTTP Status Codes... 3 Error Messages...

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Reports Web Services API Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Table of Contents

More information

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access

HKTA TANG HIN MEMORIAL SECONDARY SCHOOL SECONDARY 3 COMPUTER LITERACY. Name: ( ) Class: Date: Databases and Microsoft Access Databases and Microsoft Access Introduction to Databases A well-designed database enables huge data storage and efficient data retrieval. Term Database Table Record Field Primary key Index Meaning A organized

More information

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS3-609-06-16-09 Copyright 2009 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

Reports Web Services API. InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104

Reports Web Services API. InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Reports Web Services API InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Table of Contents 1 Introduction... 4 2 Authentication... 4 2.1 Authentication via Username and Password...4

More information

Business Online Banking

Business Online Banking » Flagstar business Banking Business Online Banking Reference Guide Flagstar Bank Corporate Headquarters 5151 Corporate Drive Troy, MI 48098 (888) 324-4100 flagstar.com/business Member FDIC 1 Table of

More information

EARLE B. TURNER, CLERK OF COURT CIVIL DIVISION Attorney E-File Procedures

EARLE B. TURNER, CLERK OF COURT CIVIL DIVISION Attorney E-File Procedures Created on 12/12/2011- Updated on Page 1 of 12 1. Purpose: The purpose of this document is to outline the steps for the Attorney to register and file pleadings online. 2. Who uses this business procedure:

More information

Residential Builder User Manual for the New Home Buyer Protection System v2.0

Residential Builder User Manual for the New Home Buyer Protection System v2.0 Residential Builder User Manual for the New Home Buyer Protection System v2.0 Prepared by New Home Buyer Protection Office Alberta Municipal Affairs Contents 1 Introduction... 4 2 Using the Residential

More information

N Touch Treasury. Getting Started

N Touch Treasury. Getting Started N Touch Treasury Getting Started Revised 12-15-17 TreasurySupport@NTouchBanking.com (833) 846-2699 How Do I Log into N Touch Treasury? You will be provided a Company ID and Login ID prior to logging in

More information

ExpressShipper User Guide

ExpressShipper User Guide ExpressShipper Quick User Guide ExpressShipper Section 0 Page 1 of 60 Section 1: Structure of the User Guide In this section This section contains the following topics: Topic See Page What is the purpose

More information

Payments & Transfers User Guide

Payments & Transfers User Guide Payments & Transfers User Guide Table of Contents Payee Maintenance...1 ACH Payments...4. Batch Creation...4 Creating a Manual Batch...4 Transaction Import...6 Templates & Recurring Payments... 7 Wire

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 20.2.2018 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

DAVE. SOAP Web Services

DAVE. SOAP Web Services DAVE SOAP Web Services Introduction This document provides information about the Dave Web Services API and serves as a basic explanation for people with technicals skills who are making a connection to

More information

Comodo Certificate Manager

Comodo Certificate Manager Comodo Certificate Manager Reports Web Services API Comodo CA Limited 3 rd Floor, 26 Office Village, Exchange Quay, Trafford Road, Salford, Greater Manchester M5 3EQ, United Kingdom. Table of Contents

More information

BKT KOSOVA BUSINESS E-BANKING USER MANUAL

BKT KOSOVA BUSINESS E-BANKING USER MANUAL BKT KOSOVA BUSINESS E-BANKING USER MANUAL Copyright BKT 2017. All rights reserved No part of this publication may be reproduced, translated, adapted, arranged or in any way altered, distributed, communicated,

More information

Nanyang Technological University(NTU)

Nanyang Technological University(NTU) Nanyang Technological University(NTU) Buying and Invoicing Light Account Suppliers This User Guide is created for Light Account Suppliers trading with NTU using Ariba Network It contains key steps for

More information

Every Door Direct Mail. User Guide // Simplified Mailing Process

Every Door Direct Mail. User Guide // Simplified Mailing Process 7 V. Every Door Direct Mail User Guide // Simplified Mailing Process Table of Contents Overview What is Every Door Direct Mail Service? What Are My Mailing Options? 3 3 4 Registration New EDDM Retail Registration

More information

How to Login Transaction Management

How to Login Transaction Management How to Login Transaction Management 1. 2. 1. Open a web browser and go to https://www.bvonesource.com/wps/portal 2. Input User ID and Password, then press Login. In case forget your password, please press

More information

The Open Source Enterprise Billing System. User Guide. jbilling User Guide

The Open Source Enterprise Billing System. User Guide. jbilling User Guide www.jbilling.com The Open Source Enterprise Billing System User Guide Page 1 Copyright This document is Copyright 2004-2010 Enterprise jbilling Software Ltd. All Rights Reserved. No part of this document

More information

e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5

e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5 e-lms Electronic Lodgement of Mailing Statements User Guide Version 4.5 Copyright Statement Copyright the Australian Postal Corporation 2016. All rights reserved. No part of this document may be reproduced,

More information

CONTENT PAGE # Internet Banking: Getting Started Preparing for the Upgrade 3 Changes You Must Be Aware Of 4 New functionality 4 On-line Limits 5

CONTENT PAGE # Internet Banking: Getting Started Preparing for the Upgrade 3 Changes You Must Be Aware Of 4 New functionality 4 On-line Limits 5 Table of content CONTENT PAGE # Internet Banking: Getting Started Preparing for the Upgrade 3 Changes You Must Be Aware Of 4 New functionality 4 On-line Limits 5 System Functions Accounts and Balances

More information

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 7 Data Modeling with Entity Relationship Diagrams

Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition. Chapter 7 Data Modeling with Entity Relationship Diagrams Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition Chapter 7 Data Modeling with Entity Relationship Diagrams Objectives In this chapter, students will learn: The

More information

Register ASA A Guide to Registering Recreational Leagues 2013 Version

Register ASA A Guide to Registering Recreational Leagues 2013 Version Register ASA A Guide to Registering Recreational Leagues 2013 Version Southern California ASA Revised 12/16/2012 1 Step 1: Log onto Registerasa.com BEFORE YOU BEGIN! Make sure you are using your own login

More information

Your MLS Quick Start Guide

Your MLS Quick Start Guide Your MLS Quick Start Guide Contents BrightMLS.com 4 The Dashboard 4 The Navigation 5 Account & Settings 6 MLS Settings (Branding Options) 7 Residential Search 10 Public Record Search 11 Map Search 12 Search

More information

SCP Embraer Supplier Guide

SCP Embraer Supplier Guide SCP Embraer Supplier Guide Revised 1 Contents Introduction... 5 Getting Started... 5 How to Log In to SCP... 5 Steps to Complete First Time Login... 6 Steps to Log-in to SCP... 7 General Navigation and

More information

ACHieve Access 4.3 USER GUIDE

ACHieve Access 4.3 USER GUIDE ACHieve Access 4.3 USER GUIDE TABLE OF CONTENTS SECTION 1: OVERVIEW...3 Chapter 1: Introduction...3 How to Use This Manual...3 Overview of ACHieve Access Administrative Functions...3 System Access and

More information

HealthyCT Online Member Bill Pay. User Guide For Enrollment and Online Payments

HealthyCT Online Member Bill Pay. User Guide For Enrollment and Online Payments HealthyCT Online Member Bill Pay User Guide For Enrollment and Online Payments Revised April 2016 Table of Contents I. Enrollment Process: Setting up Member Bill Pay... Page 2 II. Setting Up Your Payments...

More information

WELCOME to Qantas Group isupplier

WELCOME to Qantas Group isupplier WELCOME to Qantas Group isupplier A manual for suppliers Welcome to our isupplier help manual. You re receiving this manual as you are one of our preferred suppliers with access to the isupplier Portal.

More information

Tryton Administration Manual Documentation

Tryton Administration Manual Documentation Tryton Administration Manual Documentation Release 2.0 Anthony Schrijer, Brian Dunnette May 16, 2015 Contents 1 Introduction 3 1.1 Contributors............................................... 3 2 Presumptions

More information

Tobacco Products Manufacturer s and Importer s Report

Tobacco Products Manufacturer s and Importer s Report Tobacco Products Manufacturer s and Importer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

smartdata.gen2 Corporate Cardholder Guide February 2014

smartdata.gen2 Corporate Cardholder Guide February 2014 smartdata.gen2 Corporate Cardholder Guide February 2014 Table of Contents Chapter 1 Getting Started... 1-i Introduction... 1-1 Browser Requirements... 1-1 Security... 1-2 Selecting a Language Preference...

More information