Aktia online payment Instructions for use and record description

Size: px
Start display at page:

Download "Aktia online payment Instructions for use and record description"

Transcription

1 Instructions for use and record description , version 1.71

2 Table of Contents 1. Aktia online payment Agreement The name and logo of the service Security Changing and storing the checksum key Functional description Service progress Record descriptions Aktia online payment, fields of the FORM form Aktia online payment, FORM form in HTML format Payment version Payment ID Seller's ID Seller's account Seller's name Payment language Payment amount Currency Payment reference number Payment due date Payment message Return link Cancel link Rejected link Payment checksum Payment confirmation Key version Encoding of HTTPS-queries Testing... 9

3 7. Implementation Aktia online payment query function Service description Service agreement on query functions Aktia online payment record descriptions Information submitted by the seller Aktia online payment response message information Testing Aktia online payment refund function Service agreement on refund function Aktia online payment refund record descriptions Information submitted by the seller Response message information of Aktia online payment refund Testing Guidance... 18

4 1 1. Aktia online payment With Aktia online payment, customers can pay for products they have bought online effortlessly and safely. These instructions support sellers in implementing the service. The instructions contain the implementation requirements and the record descriptions for building the system. Implementation requires that the company's system has the ability to generate an e- invoice using WWW technology as well as information required by Aktia online payment. The seller will be notified of the customer's payment immediately after a verification of a successful payment has been added to the return message. The use of verification is required by the service terms and conditions. The seller may check the payment from their next account statement or an electronic list of transactions. Account statements and electronic lists of transactions will be formed in accordance with the customer agreement. Aktia online payment address is Aktia online payment is available 24/7. 2. Agreement The service provider shall enter into a written agreement with the bank on the use of Aktia online payment. The service provider's information will be registered at the bank and the contact person referred to in the agreement will be sent the second part of the checksum Key in a safe manner to be agreed separately. The first part of the checksum Key will be printed on the agreement. The service provider must inform their branch of the bank of any changes to their service or information. When needed, the branch will revise the agreement with the changed information. 2.1 The name and logo of the service Names Aktia verkkomaksu or Aktia nätbetalning may be used for the bank's online payment service. Other names may not be used. The seller company shall copy the logo onto their own server from The size and colours of the logo may not be changed. The logo/name may not be transferred or used for any other purpose than those agreed in the Aktia online payment agreement. On termination of the agreement, the service provider must without delay delete the Aktia online payment's logo/name from its website.

5 2 3. Security SSL encryption protocol is used in data communications between the online payment parties to ensure that the information cannot be seen or modified by outsiders. The service provider's server software must support 256-bit SSL encryption. Data communications encryption secures messages between the bank and the customer and prevents them being read or revised by unauthorised parties. Each party shall be liable for securing their own services and the accuracy of the information stored by them. The users of the service shall be liable for ensuring that their online banking IDs are not disclosed to outsiders and that the access codes are given only to the computer used for Aktia online payment. 3.1 Changing and storing the checksum key The checksum key will be valid for two years starting from the moment it is used the first time. The second part of the checksum key will be sent to the customer when the key in use has 60 days of validity left. The checksum key will be delivered to the contact person referred to in the agreement. At the same time, the contact person will receive information about the version number of the new key as well as the date when it enters into force. Checksums will be calculated based on the key in question starting from this date. In order to ensure flexible change of keys, the service provider's system must enable the entering of the new key in advance, in other words, the simultaneous use of two checksum keys. At the time of the change, for approximately 15 minutes, it is possible that some of the checksums received by the service providers are calculated with the old key while some are calculated with the new key. When the new checksum key has been successfully used, the old key may be removed or its use blocked in the service provider's system. The service provider must store the MAC checksum key carefully, safe from unauthorised use.

6 3 4. Functional description 4.1 Service progress Aktia User (Käyttäjä) Service provider (Palveluntarjoaja) 1. The user selects the online payment service provider 2. The service provider transfers the online payment request to Aktia 3. The user is asked to identify themselves 4. The user enters the identification information 5. The service generates a form for giving payment information 6. The user selects the account to be charged and confirms the payment 7. The service displays the information for approved payment 8. The service takes the user back to the service provider's service 9. The service provider will transfer an online payment

7 4 query to Aktia 10. The service will provide information about the status of the online payment Figure 1: A graph presenting the service sequence Graph key 1. The user has the need to pay for her purchases. The user selects Aktia online payment button in the service provider's service. 2. The service provider transfers the user's online payment request to Aktia The online payment request contains the information about the service provider and the transaction required by the online payment service. Aktia will check the integrity of the request, accuracy of the information and the service provider's online payment agreement. 3. If the payment request received from the service provider is error-free, Aktia will send an identification request to the customer. Aktia will display an error message to the user if errors are detected in the identifier request. If they so wish, users may interrupt identification and return to service provider's service. 4. The users identify themselves with Aktia's online banking IDs. An error message will be displayed to the user if identification fails. 5. After successful identification and verification, Aktia will generate the invoice. The invoice information will be displayed to the user. The user selects the account to be charged. The available accounts are the same as for normal online invoice payment. 6. The user approves the payment with a confirmation code. 7. Aktia will again display the payment information to the user as a sign of approved payment. 8. Aktia will return the user to the service provider's online service. 9. The service provider will provide Aktia with individualising information for the online payment request. 10. Aktia will provide information about the status of the payment. 5. Record descriptions 5.1 Aktia online payment, fields of the FORM form Information Name of information INPUT NAME= Example Format AN=alpha numerical A=alphabetical N=numerical U=URL allowed C=Compulsory O=Optional

8 5 characters 1. Payment version NET_VERSION 010 N 3 P 2. Payment ID NET_STAMP AN 20 P 3. Seller's ID NET_SELLER_ID AN 17 P 4. Seller's account NET_SELLER_ACC Not used 5. Seller's name NET_NAME Not used 6. Payment language NET_LANG Not used 7. Payment amount NET_AMOUNT 12345,67 AN 9 P 8. Currency NET_CUR EUR A 3 P 9. Payment reference NET_REF N 20 P number 10. Payment due date NET_DATE EXPRESS AN 10 P 11. Payment message NET_MSG AN 210 V 12. Return link NET_RETURN U 255 P 13. Cancel link NET_CANCEL U 255 P 14. Rejected link NET_REJECT U 255 P 15. Payment NET_CONFIRM YES or NO A 3 P confirmation 16 Algorithm NET_ALG Only one N 2 P supported is 03 = SHA Key version NET_KEYVERS 0001 N4 P 18. Payment checksum NET_MAC AN 64 P 5.2 Aktia online payment, FORM form in HTML format <form METHOD="POST" ACTION=" <input type="hidden" name="net_version" value="..."/> <input type="hidden" name="net_stamp" value="..."/> <input type="hidden" name="net_seller_id" value="..."/> <input type="hidden" name="net_amount" value="..."/> <input type="hidden" name="net_cur" value="..."/> <input type="hidden" name="net_ref" value="..."/> <input type="hidden" name="net_date" value="..."/> <input type="hidden" name="net_msg" value="..."/> <input type="hidden" name="net_return" value="..."/> <input type="hidden" name="net_cancel" value="..."/> <input type="hidden" name="net_reject" value="..."/> <input type="hidden" name="net_confirm" value="..."/> <input type="hidden" name="net_alg" value="..."/> <input type="hidden" name="net_keyvers" value="..."/> <input type="hidden" name="net_mac" value="..."/> </form> 5.3 Payment version The supported version is Payment ID The seller will give an individualising ID to the payment to ensure that the payment is not generated more than once.

9 6 5.5 Seller's ID The recipient's account number and name are determined on the payment form based on the ID. The ID has been marked in the section Service ID and Checksum in the agreement form drawn up with the bank. The ID is a character string without any punctuation marks. For example, the service ID may be and the checksum 123, making the seller's ID Seller's account Feature is not in use. 5.7 Seller's name Feature is not in use. 5.8 Payment language Feature is not in use. 5.9 Payment amount The payment amount cannot be higher than EUR 20, or lower than EUR The amount must be given without thousand separators. Decimal separators are compulsory and commas are used as decimal separators. The payment amount is always presented with two decimals Currency EUR 5.11 Payment reference number The normal reference number in payments. Supported formats are Finnish reference numbers and RF reference numbers Payment due date Only IMMEDIATELY payments are possible, the value is EXPRESS Payment message If desired, information individualising the payment can be included in the customer's payment form's message field. Up to 35 characters on six rows can be used Return link Page of the sales site, to which the customer returns after successful payment. The return link sent from the sales site may, for example, be in format If the value of the field NET_CONFIRM is NO, no parameters are added to the return link. If the value of the field NET_CONFIRM is YES the following parameters are added to the return link: ET_RETURN_STAMP= &NET_RETURN_REF=1232&NET_RETURN_PAID=140

10 I40011&NET_KEYVERS=0001&NET_RETURN_MAC=4F7238D83AAE84AF6E1D 30073DEE064DD102D3A9B93A421A243CAA6E6B0A0CDA. Tieto Tiedon nimi INPUT NAME= Esimerkki 1 Maksun versio NET_RETURN_VE 010 RSION 2 Algoritmi NET_ALG Ainoa tuettu on 03 = SHA256 3 Maksun tunnus NET_RETURN_ST AMP 4 Maksun viite NET_RETURN_RE F Muoto AN=alfanumeerinen A=aakkosellinen N=numeerinen U=URL sallitut merkit N 2 AN 20 N 20 P=Pakollinen V=Valinnainen P P P 5 Tapahtuman yksilöivä tunniste pankin järjestelmässä NET_RETURN_PAI D 6 Avaimen versio NET_KEYVERS 0001 N4 P 7 Maksun tarkiste NET_RETURN_MA AN 64 P C MAC-calculation of the return link is described in section 5.18 Payment confirmation Cancel link Page of the sales site, to which the customer is taken in case she interrupts the payment function in Aktia online payment Rejected link The page of the sales site to which the customer is taken in case the payment is rejected by Aktia online payment Payment checksum SHA256 algorithm The payment checksum is calculated using SHA256 algorithm so that first, a character string is formed from the following information fields in this order: NET_VERSION& NET_STAMP& NET_SELLER_ID& NET_AMOUNT& NET_REF& NET_DATE& NET_CUR& NET_RETURN& NET_CANCEL& NET_REJECT&

11 8 NET_ALG& NET_KEYVERS& checksum key& The Checksum key has two parts. The first part is given to the customer on the service agreement form. The second part will be delivered in a separately agreed safe manner to the recipient of the second part of the key. Checksum key is 64 characters long and it is used only in the calculation of the payment checksum. The character string may not have empty characters and ampersand signs ( & ) are included in the calculation. For example, for a character string 010& & &1,20&12344&EXPRESS&EUR& auppa.fi/shop?action=nayta_vastaus&item= & op?action=maksussa_virhe&item= & ON=ERROR&ITEM= &03&0001& & the calculation result is F5D1309E89DF590F7324A3F C3DB1C6F8BB7E52A443A The checksum key is in hexadecimal format. Always use upper case letters Payment confirmation If the value of the NET_CONFIRM field is YES, the seller will be notified of the processing of the payment in a return link. MAC checksum is used in the formation of the return link, which gives the seller the opportunity to verify successful payment in Aktia online payment. The seller must also perform a separate account transaction query. However, the seller will obtain complete certainty about successful payment from the account statement or reference transfer materials. When the value is YES, the information listed in the following section will be added to the end of the return link. SHA256 algorithm NET_RETURN_VERSION 010 NET_RETURN_STAMP ID individualising the payment NET_RETURN_REF The original reference number of the payment NET_RETURN_PAID Identifier individualising the transaction in the bank's system NET_ALG 03, algorithm NET_KEYVERS Key version NET_RETURN_MAC Return information checksum NET_RETURN_PAID is AN -format information with maximum length of 20 characters. NET_RETURN_MAC is calculated as the hash value described in section 5.14: NET_RETURN_VERSION& NET_ALG& NET_RETURN_STAMP& NET_RETURN_REF&

12 9 NET_RETURN_PAID& NET_KEYVERS& Checksum key& A hash value will be calculated from the character string using the SHA256 algorithm, which is converted into hexadecimal 64-character format. The character string may not have empty characters and ampersand signs ( & ) are included in the calculation. For example, for a character string 010&03& &123& I11234&0001& after hexadecimal conversion the result of calculation is EEEA66A9E8FC487A15D9F420AA7A7ECEE0D74637BE27E39E3CDE6AA214A501D Key version The key will be valid for two years starting from the moment it is used for the first time. The second part of the checksum key will be sent to the customer when the key in use has 60 days of validity left Encoding of HTTPS-queries HTTPS-queries must be UTF-8 encoded. 6. Testing The service implementation date will be settled in conjunction with the signing of the agreement. Service providers have the opportunity to test the service in the production environment using test IDs before signing the agreement. Testing must include information fields NET_RETURN, NET_CANCEL and NET_REJECT. The web address is used for the testing. If the customer cancels the payment, the link information will be transferred according NET_CANCEL information field and if the payment is postponed according to NET_REJECT information field.. The following agreement information is used in the testing: Seller's ID Customer's name Checksum key Test online shop The key version is 0001.

13 10 The following customer is used in testing: Customer's ID Customer's name Social security number Password Security number Tero Testaaja R Fields with errors will be displayed as they are to test users, there are separate pages dedicated to error situations occurring during production. 7. Implementation The service may be taken into use on the implementation date indicated in the agreement. 8. Aktia online payment query function Aktia online payment query is a system for all corporate customers, who use Aktia online payment on their website. The service enables companies to make queries on transactions made using Aktia online payment. The system is used to make queries from online shops on transactions that, for some reason, have failed during payment. In other words, information about the success or failure of a payment does not reach the company's online shopping system. With the service online shops can ensure they receive the payment information without delay. This way an online shop may, based on a successful payment, offer their online customers the service or product which the customer has paid for online immediately. The use of the query functionality is required by the service terms and conditions. 8.1 Service description The customer will be redirected to the online shop from the successful payment confirmation page or then the Aktia online payment system transfers the customer directly to the online shop. Simultaneously with the transfer, the online shop will receive information about the success of payment and the online shop can provide its customer with the product/service immediately. If transfer does not happen (the customer behaves in an unforeseen way,, there is a malfunction in the system or the data system), information about successful payment will not be transferred to the online shop. The company has built a transaction query into the system, which is launched automatically or can be launched manually, when the transaction does return to the online shop. The query is performed so that the online shop ID works as ID towards Aktia (in the same way as transferring from the online shop to Aktia online payment). The online shop will provide the individualising information required about the payment so that the payment can be found reliably and sent back to the online shop Service agreement on query functions

14 11 Agreement on the service is automatically made when a written agreement on the implementation of Aktia online payment is made between Aktia and the seller. 8.3 Aktia online payment record descriptions The seller company will build their own query system. The web address of Aktia online payment query function is Aktia online payment is available 24/ Information submitted by the seller Name of Format P/V Information information INPUT NAME= Example 1. Payment version NET_VERSION 010 N 3 P 2. Seller's ID NET_SELLER_ID AN 17 P 3. Payment ID NET_STAMP ID of the original payment given by the seller AN Reference number individualising the payment queried after NET_REF Standard reference number N Return address NET_RETURN Address of return U255 P link 6 Algorithm NET_ALG Only one supported N 2 P is 03 = SHA Key version NET_KEYVERS For example, N4 P Payment checksum NET_MAC AN64 P Either the payment ID or reference number is compulsory Either the payment ID or reference number is compulsory Either the payment ID or reference number must be given. If both are given, they must match. SHA256 algorithm The payment checksum is calculated using SHA256 algorithm so that first, a character string is formed from the following information fields in this order: NET_VERSION& NET_SELLER_ID& NET_STAMP& NET_REF& NET_ALG& NET_KEYVERS& Checksum key& Checksum key has two parts. The first part is given to the customer on the service agreement form. The second part will be delivered electronically to the recipient of the second part of the key. Optional fields will be included only if they are present. The character string may not have empty characters and ampersand signs ( & ) are included in the calculation. A hash value will

15 12 be calculated from the character string using SHA256 algorithm, which is converted into hexadecimal 64-character format with capital letters. The character string may not have empty characters and ampersand signs ( & ) are included in the calculation. For example, for a character string 010& & &12344&03&0001& & calculation result is D2D22D20D4C1AF2FA0F70E5EE3E2862D6CDA171C5A62C AE482218A Aktia online payment response message information The response will be given as HTTP 302 response in the location field of the response. In Error and Not found situations, only NET RESPCODE is returned (no checksum key included). Information Name of information INPUT NAME= Example Format 1. Query version NET_VERSION 010 N 3 P 2. Seller's ID NET_SELLER_ID AN 17 P 3. Return NET_RESPCODE OK : Payment is found and it is A 8 P information approved NOTFOUND : Payment was not found ERROR : Something unclear about the payment or other error in query information or some other error 4. Payment ID NET_STAMP AN 20 V 5. Payment NET_REF N 20 V reference number 6. Payment date NET_DATE In yyyymmdd format N 10 V 7. Payment NET_AMOUNT 12345,67 AN 9 V amount 8. Currency NET_CUR EUR A 3 V 9. Archive identifier NET_PAID Archive identifier of the bank AN 20 V of the payment 1 Algorithm NET_ALG Only one supported is 03 = N 2 P 0. SHA256 1 Key version NET_KEYVERS For example, 0001 N4 P Query checksum Example response NET_RETURN_MAC AN 64 P HTTP/ Moved Temporarily X-Cnection: close Date: Thu, 28 Aug :31:42 GMT Location: R&NET_REF=1232&NET_DATE= &NET_SELLER_ID= &NET_ALG=03&NET_AMOUN T=0,01&NET_RESPCODE=OK&NET_PAID= I58067&NET_STAMP= &NET_VERSI P/V

16 13 ON=010&NET_KEYVERS=0001&NET_RETURN_MAC=B6922F1FC5E25DC49BEA7743C0BBCA792E25895E D01A05EB15570F29 Strict-Transport-Security: max-age= X-XSS-Protection: 1; mode=block Set-Cookie: TS569980=5932ee5aca362b235e9921fe178ec522f0944fa8a2350f5553feccce; Path=/; Secure; HTTPOnly Transfer-Encoding: chunked Aktia online payment query, FORM form in HTML format <form METHOD="GET" ACTION=" <input type="hidden" name="net_version" value="..."/> <input type="hidden" name="net_stamp" value="..."/> <input type="hidden" name="net_seller_id" value="..."/> <input type="hidden" name="net_ref" value="..."/> <input type="hidden" name="net_return" value="..."/> <input type="hidden" name="net_alg" value="..."/> <input type="hidden" name="net_keyvers" value="..."/> <input type="hidden" name="net_mac" value="..."/> </form> SHA256 algorithm The query answer checksum is calculated using SHA256 algorithm so that first, a character string is formed from the following information fields in this order: NET_VERSION& NET_SELLER_ID& NET_RESPCODE& NET_STAMP& NET_REF& NET_DATE& NET_AMOUNT& NET_CUR& NET_PAID& NET_ALG& NET_KEYVERS& Checksum key& A hash value will be calculated from the character string using SHA256 algorithm, which is converted into hexadecimal 64-character format using capital letters. Optional fields will be included only if they are present. For example, for a character string 010& &NOTFOUND&122323&12344&03&0001& & after hexadecimal conversion, the result of calculation is: 7CC2CC6D045C06AC5B7F5B3BD DB0B35394B81B8FDAA59DD01F0AD 8.4 Testing Service providers have the opportunity to test the service in the production environment using test IDs before signing the agreement.

17 14 The field NET_RETURN must be included when testing. The test address to be used in testing is The following agreement information should be used in the testing: Seller's ID Customer's name Checksum key Testiverkkokaup pa The key version is 0001 The following data is used in testing: Payment ID Reference number In query either both or only one of these values can be given. If either payment ID or reference number is given and they don't match with these values, then a NOT_FOUND response is returned. Hardcoded values are returned if the query succeeds. In the return data the payment date is always current date minus 14 days. 9. Aktia online payment refund function Aktia online payment refund is a system for those corporate customers, who use Aktia online payment on their website. The service enables companies to make refunds on transactions made using Aktia online payment.. The aim of the system is to provide online shops with an opportunity to refund transactions for whatever reason to their customers. The amount refunded may be the same or smaller than the original payment but it cannot be larger than the original payment. Only one refund may be linked to any one transaction. The refund function may be used up to 90 days after the original payment. 9.1 Service agreement on refund function The company will sign a written agreement with the bank on the implementation of the service. 9.2 Aktia online payment refund record descriptions The company will build their own refund system. The web address of Aktia online payment refund function is Aktia online payment is available 24/7. HTTPS queries must be UTF-8 encoded.

18 Information submitted by the seller Information Name of information INPUT NAME= Example Format P/V 1. Refund version NET_VERSION 010 N3 P 2. Seller's ID NET_SELLER_ID AN17 P 3. Refund payment ID NET_STAMP AN20 P 4. Refund payment reference number NET_REF N20 P 5. Amount refunded NET_AMOUNT 12345,67 AN9 P 6. Currency NET_CUR EUR A3 P 7. Refund payment message NET_MSG AN210 V 8. ID of the original payment NET_STAMP_ORG AN20 P 9. Reference number of the original payment NET_REF_ORG N20 P 10. Return link address NET_RETURN U160 P 11. Algorithm NET_ALG Only one supported is 03 = SHA256 N 2 P 12. Key version NET_KEYVERS For example, 0001 N4 P 13. Payment checksum NET_MAC AN64 P SHA256 algorithm The checksum is calculated using the SHA256 algorithm so that first, a character string is formed from the information fields included in the calculation in this order: NET_VERSION& NET_SELLER_ID& NET_STAMP& NET_REF& NET_AMOUNT& NET_CUR& NET_STAMP_ORG& NET_REF_ORG& NET_RETURN& NET_ALG& NET_KEYVERS& Checksum key&

19 16 Checksum key has 64 characters. The character string may not have empty characters and ampersand signs ( & ) are included in the calculation. A hash value will be calculated from the character string using SHA256 algorithm, which is converted into hexadecimal 64-character format using capital letters. For example, for a character string 010& & &12344&1,20&EUR& &12344& a/palautus?action=paluu&03&0001& & after hexadecimal conversion the result of calculation is: B340667BE368F7AD520B3C834A396C27FCFC9AB4B8778FF9D2C3F2BF1EE2BB7D Aktia online payment refund, FORM form in HTML format <form METHOD="POST" ACTION=" <input type="hidden" name="net_version" value="<%..."/> <input type="hidden" name="net_seller_id" value="..."/> <input type="hidden" name="net_stamp" value="..."/> <input type="hidden" name="net_ref" value="..."/> <input type="hidden" name="net_amount" value="..."/> <input type="hidden" name="net_cur" value="..."/> <input type="hidden" name="net_msg" value="..."/> <input type="hidden" name="net_stamp_org" value="..."/> <input type="hidden" name="net_ref_org" value="..."/> <input type="hidden" name="net_return" value="..."/> <input type="hidden" name="net_alg" value="..."/> <input type="hidden" name="net_keyvers" value="..."/> <input type="hidden" name="net_mac" value="..."/> </form> Response message information of Aktia online payment refund The response will be given as HTTP 302 response in the location field of the response. In Error and Not found situations only NET_RESPCODE and NET_ERRO_MSG fields are returned. Information Name of information INPUT NAME= 1. Refund version number. NET_VERSION Example Format P/V Seller's ID. NET_SELLER_ID AN17 P 3. ID individualising the refund. NET_STAMP AN20 P 4. Reference number NET_REF N20 P individualising the refund. 5. Response code NET_RESPCODE OK : refund successful NOTFOUND : the original payment could not be found ERROR : refund failed A8 P N3 P

20 17 6. Refund archive ID NET_PAID AN20 P 7. Error explanation NET_ERRO_MSG Additional error explanation if the response code is ERROR. 8. Algorithm NET_ALG Only one supported is 03 = SHA256 A Key version NET_KEYVERS For example, 0001 N4 P 1 Payment checksum NET_MAC AN64 P 0. N 2 V P = in versio n 003 HTTP/ Moved Temporarily Connection: close Date: Wed, 30 Oct :43:08 GMT Transfer-Encoding: chunked Location: DE=ERROR X-Powered-By: Servlet/2.5 JSP/2.1 Information fields used in the calculation of the MAC checksum of the response message NET_VERSION& NET_SELLER_ID& NET_STAMP& NET_REF& NET_PAID& NET_ALG& NET_KEYVERS& Checksum key& 9.3 Testing Service providers have the opportunity to test the service in the production environment using test IDs before signing the agreement. The field NET_RETURN must be included when testing. The test address to be used in testing is The following agreement information should be used in the testing: Seller's ID Customer's name Checksum key Testiverkkokaup pa The key version is The following data is used in testing:

21 18 Test case Original payment ID Alkuperäisen maksun viite Original payment reference Payment amount Success <= The request must include payment ID, reference number, and a valid payment amount. If either payment ID or the reference don't match the values in this table a "Not found" response is returned. If the value to be refunded is larger than the original amount, then the error "Palautuksen määrä suurempi kuin alkuperäinen summa" is returned. Hardcoded values are returned if the refund succeeds. In the return data the payment date is always current date minus 14 days. 10. Guidance Customer connection guidance at the Aktia Customer Service weekdays 9 a.m. 5 p.m., tel: , (from a fixed line 8.35 cents/call cents/min. and from a mobile phone 8.35 cents/call cents/min.). yritys@aktia.fi.

POP BANK S ONLINE PAYMENT SERVICE

POP BANK S ONLINE PAYMENT SERVICE POP BANK S ONLINE PAYMENT SERVICE USER INSTRUCTIONS AND RECORD DESCRIPTIONS 11.05.2004 versio 1.0 1 Sep 2014 Version 1.2 Table of contents 1 General... 1 2 Service agreement... 1 3 Payment name and logo...

More information

OMA SAVINGS BANK S ONLINE PAYMENT SERVICE

OMA SAVINGS BANK S ONLINE PAYMENT SERVICE OMA SAVINGS BANK S ONLINE PAYMENT SERVICE USER INSTRUCTIONS AND RECORD DESCRIPTIONS 11.05.2004 versio 1.0 29th Sep 2015 Version 1.0 Table of contents 1 General... 1 2 Service agreement... 1 3 Payment name

More information

E-payment. Service description

E-payment. Service description E-payment Service description Page 2 (15) Content 1 E-payment... 3 1.1 General description... 3 1.2 Advantages... 3 1.3 Availability... 3 1.4 Security... 3 2 Service agreement, instructions and start-up...

More information

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

More information

Shopping Cart Interface Version 1.03

Shopping Cart Interface Version 1.03 Shopping Cart Interface Version 1.03 1/15 Table of Contents: Introduction... 3 Shopping Cart Interface Workflow... 3 Preparation steps... 6 Payment process... 7 Formation of the digital signature... 9

More information

Bank link technical specifications. Information for programmers

Bank link technical specifications. Information for programmers Bank link technical specifications Information for programmers 2015 01 08 1 Content Content...2 Rules of services...3 Queries...3 Queries from the merchant to the bank...4 Queries from the bank to the

More information

I. Payment request by WEB merchant II. Payment request by WEB merchant (direct credit card payment) III. Payment request - "Free transfer"

I. Payment request by WEB merchant II. Payment request by WEB merchant (direct credit card payment) III. Payment request - Free transfer epay.bg communication package for merchants I. Payment request by WEB merchant II. Payment request by WEB merchant (direct credit card payment) III. Payment request - "Free transfer" epay.bg communication

More information

Integration Guide Last Revision: July 2004

Integration Guide Last Revision: July 2004 Last Revision: July 2004 PayPal Integration Guide 2004 PayPal, Inc. All Rights Reserved. PayPal and the PayPal logo are registered trademarks of PayPal, Inc. Designated trademarks and brands are the property

More information

Paynow 3rd Party Shopping Cart or Link Integration Guide

Paynow 3rd Party Shopping Cart or Link Integration Guide Paynow 3rd Party Shopping Cart or Link Integration Guide Version 1.0.5 15 August 2014 A guide outlining merchant integration into Paynow for externally hosted shopping carts or applications. For details

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

E-payment. Technical service description

E-payment. Technical service description E-payment Technical service description p 2 (5) E-payment - Technical service description 1. Revision list ost recent change What was changed 08.08.2013 Updated seller s account to AN34 13.12.2013 Translated

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Platron API. Technical description. version 3.5

Platron API. Technical description. version 3.5 Platron API Technical description version 3.5 2 Contents Contents... 3 Version History... 5 The Goal of the Service... 10 Payment Scenario... 10 General Principles of Interaction Between Merchant and Platron...

More information

Kitsap Bank Mobile Banking, Mobile Deposit and Text Banking FAQ s

Kitsap Bank Mobile Banking, Mobile Deposit and Text Banking FAQ s Mobile Banking Kitsap Bank Mobile Banking, Mobile Deposit and Text Banking FAQ s What is Mobile Banking? Mobile Banking is the ability to access Online Banking from your mobile device which includes any

More information

BZWBK24 Internet. How to access the Bank? Logging on to BZWBK24 Internet: Step-by-step instruction

BZWBK24 Internet. How to access the Bank? Logging on to BZWBK24 Internet: Step-by-step instruction BZWBK24 Internet BZWBK24 Internet is a service which offers quick and easy access to bank accounts using a personal computer connected to the Internet. This service ensures the most comprehensive access

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

TRUST Online u s e r g u i d e v e r s i o n 8. 4 O c t o b e r 2 0 1 3

TRUST Online u s e r g u i d e v e r s i o n 8. 4 O c t o b e r 2 0 1 3 TRUSTOnline u s e r g u i d e version 8.4 October 2013 TABLE of CONTENTS Access Trust Online... 1 Login to Trust Online... 1 Enhanced Authentication Login... 3 Select an Account... 5 Locate an Account...

More information

Implementation guide - Interface with the payment gateway PayZen 2.5

Implementation guide - Interface with the payment gateway PayZen 2.5 Implementation guide - Interface with the payment gateway PayZen 2.5 Document version 3.5 Contents 1. HISTORY OF THE DOCUMENT... 4 2. GETTING IN TOUCH WITH TECHNICAL SUPPORT... 6 3. DIFFERENT TYPES OF

More information

Hosted Credit Card Forms Implementation Guide

Hosted Credit Card Forms Implementation Guide Hosted Credit Card Forms Implementation Guide Merchant implementation instructions to integrate to the Setcom s hosted credit card forms. Covers: fraud screening, Verified by Visa, MasterCard SecureCode

More information

Workflow Instructions Entering an Electronic Check Request

Workflow Instructions Entering an Electronic Check Request 2010 Workflow Instructions Entering an Electronic Check Request The Workflow Electronic Check Request process enables a user to create a payment request from his/her desktop and successfully route it to

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or support@beanstream.com. BEAN # Page 2 of 90 Date Overview...

More information

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0

JPMorgan Chase Treasury Workstation. Certification Setup Guide Version 2.0 EMENTS JPMorgan Chase Treasury Workstation Certification Setup Guide Version 2.0 December 2010 TABLE OF CONTENTS Introduction... 1 About this Guide... 1 When to Create the Certificates... 2 Getting Help...

More information

Account Management System Guide

Account Management System Guide Account Management System Guide Version 2.2 March 2015 Table of Contents Introduction...5 What is the Account Management System?...5 Accessing the Account Management System...5 Forgotten Password...5 Account

More information

PaymentNet Federal Card Solutions Cardholder FAQs

PaymentNet Federal Card Solutions Cardholder FAQs PaymentNet Federal Card Solutions It s easy to find the answers to your questions about PaymentNet! June 2014 Frequently Asked Questions First Time Login How do I obtain my login information?... 2 How

More information

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27 MiGS Virtual Payment Client Integration Guide July 2011 Software version: MR 27 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must

More information

HBZ Bank Internet Banking (HBZBankweb) guidelines

HBZ Bank Internet Banking (HBZBankweb) guidelines HBZ Bank Internet Banking (HBZBankweb) guidelines Internet Banking with HBZBankweb 3 Fees 4 Apply for HBZBankweb Access 5 New HBZBankweb users 5 Existing HBZBankweb users 5 Logging in 6 Changing your password

More information

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or support@beanstream.com. 1 TABLE OF CONTENTS 2 Lists of tables

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

KPN SMS mail. Send SMS as fast as e-mail!

KPN SMS mail. Send SMS as fast as e-mail! KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.

More information

TERMS AND CONDITIONS OF PAYMENT ORDER IN FOREIGN EXCHANGE TRANSACTIONS AT PKO BP SA BANK

TERMS AND CONDITIONS OF PAYMENT ORDER IN FOREIGN EXCHANGE TRANSACTIONS AT PKO BP SA BANK TERMS AND CONDITIONS OF PAYMENT ORDER IN FOREIGN EXCHANGE TRANSACTIONS AT PKO BP SA BANK TABLE OF CONTENTS SECTION 1 General provisions... 1 I. General rules for payment execution in foreign exchange transactions...

More information

Buckaroo Payment Engine 3.0 Implementation Manual HTML gateway

Buckaroo Payment Engine 3.0 Implementation Manual HTML gateway This manual and the functionality described herein may be subject to changes. Please take this into account when implementing the described functionality. Buckaroo Payment Engine 3.0 Implementation Manual

More information

EFT 2012 GETTinG STarTEd GuidE

EFT 2012 GETTinG STarTEd GuidE EFT Getting Started Guide 2012 EFT Direct for Sage Simply Accounting User Guide Before You Start...1 Hardware and Software Requirements...1 Make Arrangements with Your Bank...2 Getting Help...2 The Manuals...2

More information

Order Notifications - reporting a payment status

Order Notifications - reporting a payment status Corporate Gateway Order Notifications - reporting a payment status V5.0 May 2014 Use this guide to: Understand order notifications. Learn how to use the Order Notification Service. New to Order Notifications?

More information

Taulia Supplier Portal User Guide

Taulia Supplier Portal User Guide Taulia Supplier Portal User Guide Version 2.1 Taulia Inc. Taulia GmbH 201 Mission Street, Ste. 900 Gladbacher Strasse 74 San Francisco, CA 94105 Phone +1 (415) 376 8280 40219 Düsseldorf Germany Fax +1

More information

Safe Use of Electronic Services

Safe Use of Electronic Services Safe Use of Electronic Services Electronic banking is not only quick, cost-effective and convenient but also safe. However, each system is only as safe as its weakest link. The security foundations of

More information

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages.

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages. Functionality: Send SMS Messages. This gateway can be accessed via the HTTP or HTTPs Protocol by submitting values to the API server and can be used to send simple text messages to single or multiple mobile

More information

1. "Bill Payment" means our service that allows you to pay or transfer funds to designated Payee(s) in connection with our Home Banking Service.

1. Bill Payment means our service that allows you to pay or transfer funds to designated Payee(s) in connection with our Home Banking Service. I. HOME BANKING AND BILL PAYMENT SERVICES. This Home Banking Agreement ( Agreement ) is between Arizona Federal Credit Union (hereinafter we, us, our or Credit Union ), and each member who has enrolled

More information

Alpha e-pay v2 Merchant User Manual (v1.9)

Alpha e-pay v2 Merchant User Manual (v1.9) Alpha e-pay v2 Merchant User Manual (v1.9) Overview NOTE: Alpha e-pay, Alpha Bank s e-commerce solution, is currently using the DeltaPAY e- commerce platform. Therefore, Alpha e-pay and DeltaPAY are used

More information

WebEx Integration to Lotus Notes. Users Guide

WebEx Integration to Lotus Notes. Users Guide WebEx Integration to Lotus Notes Users Guide 072310 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks

More information

Outlander User Guide. Installation

Outlander User Guide. Installation Outlander User Guide Outlander is an Outlook Add-In that integrates your contacts, tasks, calendar events, and emails with your SugarCRM system. Installation Outlander is distributed as a Microsoft Installation

More information

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers Learn more about MasterCard SecureCode / Verified by VISA service of NATIONAL BANK. You can use the links below to jump to specific topics, or scroll down the page to read the full list of questions and

More information

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway Merchant Interface Guide Version 4.0 December 2011 Business Gateway Merchant Interface Guide Table of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 What is the Merchant

More information

Advanced HTTP API Documentation

Advanced HTTP API Documentation Advanced HTTP API Documentation Page 1 of 8 Introduction The SMS Broadcast Advanced HTTP API can be used to integrate SMS messaging into your own systems. This API allows for tracking of SMS messages and

More information

Mass Announcement Service Operation

Mass Announcement Service Operation Mass Announcement Service Operation The Mass Announcement Service enables you to automate calling a typically large number of contacts, and playing them a pre-recorded announcement. For example, a weather

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

BULLETIN ON PAYMENT SERVICE

BULLETIN ON PAYMENT SERVICE 1 st. of April 2016 This bulletin contains general advance information on payment services which the Bank must provide to a consumer customer before entering into a master agreement (hereinafter the "Bulletin

More information

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and

Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web

More information

The DirectOne E-Commerce System

The DirectOne E-Commerce System The DirectOne E-Commerce System SecurePay Pty. Ltd. Level 4, 20 Queen St Melbourne 3000 Australia November 05 Contents INTRODUCTION 3 WELCOME TO THE DIRECTONE E-COMMERCE SYSTEM 3 AN OVERVIEW OF E-COMMERCE

More information

Managing Users and Identity Stores

Managing Users and Identity Stores CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting

More information

MiGS Merchant Administration Guide. July 2013 Software version: MR 29

MiGS Merchant Administration Guide. July 2013 Software version: MR 29 MiGS Merchant Administration Guide July 2013 Software version: MR 29 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must not perform

More information

Deutsche Bank db easynet. Secure method of use of the db easynet e-banking system

Deutsche Bank db easynet. Secure method of use of the db easynet e-banking system Deutsche Bank Secure method of use of the e-banking system Introduction Deutsche Bank pays particular attention to your security. Therefore, the funds entrusted to us by our Customers are protected, using

More information

Sage 50 Accounts Construction Industry Scheme (CIS)

Sage 50 Accounts Construction Industry Scheme (CIS) Sage 50 Accounts Construction Industry Scheme (CIS) Copyright statement Sage (UK) Limited, 2012. All rights reserved We have written this guide to help you to use the software it relates to. We hope it

More information

Global Iris Integration Guide ecommerce Remote Integration

Global Iris Integration Guide ecommerce Remote Integration Global Iris Integration Guide ecommerce Remote Integration February 2013 Table Of Contents 1 About This Guide... 3 1.1 Purpose... 3 1.2 Audience... 3 1.3 Prerequisites... 3 1.4 Related Documents... 3 2

More information

Amazon Payments Implementation Guide. Support for ZenCart

Amazon Payments Implementation Guide. Support for ZenCart Support for ZenCart This document explains the necessary steps to offer Amazon Payments on your website. You will need to create an Amazon Payments account and enter your Merchant ID and MWS access keys

More information

PAMM Account Regulations

PAMM Account Regulations PAMM Account Regulations Version: July 2014 1 1. General Provisions... 3 2. Manager s Capital... 3 3. Manager s Proposals... 4 4. PAMM Account Rollover... 4 5. Trading Interval... 5 6. Deposit of Funds

More information

Online Banking User Guide

Online Banking User Guide Online Banking User Guide Page 1 of 14 Set Up and Access to Online Banking How do I set up Online Banking? To enroll in Online Banking, complete the following: 1. Go to https://www.cobnks.com. 2. Under

More information

Lab - Dual Boot - Vista & Windows XP

Lab - Dual Boot - Vista & Windows XP Lab - Dual Boot - Vista & Windows XP Brought to you by RMRoberts.com After completing this lab activity, you will be able to: Install and configure a dual boot Windows XP and Vista operating systems. Explain

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Quest Soft Token for Windows Phone User Guide

Quest Soft Token for Windows Phone User Guide Quest Soft Token for Windows Phone User Guide What is the Quest Soft Token for Windows Phone? The Quest Soft Token for Windows Phone is a two-factor authentication token that can be used with any OATH-compliant

More information

Deltek Touch Time & Expense for Vision 1.3. Release Notes

Deltek Touch Time & Expense for Vision 1.3. Release Notes Deltek Touch Time & Expense for Vision 1.3 Release Notes June 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

Server-to-Server Credit Card Implementation Guide

Server-to-Server Credit Card Implementation Guide Server-to-Server Credit Card Implementation Guide Merchant implementation instructions to integrate to the Setcom credit card processing platform. Covers: Fraud Screening, Verified by Visa, MasterCard

More information

Test and Go Live User Guide. Version 4.3 February 2014 Business Gateway

Test and Go Live User Guide. Version 4.3 February 2014 Business Gateway Test and Go Live User Guide Version 4.3 February 2014 Business Gateway Table Of Contents About this Guide... 1 Update History... 1 Copyright... 1 Introduction... 2 What is Test and Go Live?... 2 Website

More information

Cardsave Payment Gateway

Cardsave Payment Gateway Cardsave Payment Gateway Cart Implementation David McCann Cardsave Online Version 1 1 st August 2010 Contents Page Overview 3-4 o Integration Types 3 Direct/Integrated (Preferred Method) Re-direct/Hosted

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway Recurring Payments Service (FuturePay) Guide Version 4.2 April 2013 Business Gateway Table Of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 Enable the Service... 6

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 Needs Rate

More information

Secure XML API Integration Guide - Periodic and Triggered add in

Secure XML API Integration Guide - Periodic and Triggered add in Secure XML API Integration Guide - Periodic and Triggered add in Document Control This is a control document DESCRIPTION Secure XML API Integration Guide - Periodic and Triggered add in CREATION DATE 15/05/2009

More information

NØGSG DMR Contact Manager

NØGSG DMR Contact Manager NØGSG DMR Contact Manager Radio Configuration Management Software for Connect Systems CS700 and CS701 DMR Transceivers End-User Documentation Version 1.24 2015-2016 Tom A. Wheeler tom.n0gsg@gmail.com Terms

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

More information

ipay Checkout API (IPC API)

ipay Checkout API (IPC API) ipay Checkout API (IPC API) Accepting e-commerce payments for merchants Version 2.1 Intercard Finance AD 2007 2013 Table of Contents Introduction... 9 Scope... 10 the merchant / commercial decision makers...

More information

IMAP and SMTP Setup in Email Clients

IMAP and SMTP Setup in Email Clients IMAP and SMTP Setup in Email Clients Configuring an Email Client for IMAP Configuring an Email Client for the SMTP Server Overview Internet Message Access Protocol (IMAP), or a remote connection through

More information

SVEA HOSTED SERVICE SPECIFICATION V1.13

SVEA HOSTED SERVICE SPECIFICATION V1.13 SVEA HOSTED SERVICE SPECIFICATION V1.13 Table of Contents Abstract... 2 Modes of operation... 2 Interactive Mode details... 2 Integration... 2 Input parameters... 3 Output parameters... 8 Error Codes...

More information

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide Executive Council Oracle Sourcing isupplier User Guide Contents 1 Introduction to Oracle Sourcing and isupplier...6 1.0 Oracle isupplier...6 1.1 Oracle Sourcing...6 2 Customer Support...8 2.0 Communications

More information

Invoice Cloud Frequently Asked Questions

Invoice Cloud Frequently Asked Questions Invoice Cloud Frequently Asked Questions The Town of Salem works with a third party vendor, Invoice Cloud, to provide online bill pay services for property tax and utility bills. General What are the benefits

More information

Identity Implementation Guide

Identity Implementation Guide Identity Implementation Guide Version 37.0, Summer 16 @salesforcedocs Last updated: May 26, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Doug Kerr Insurance Consultants P/L ABN AFSL Tel: Fax:

Doug Kerr Insurance Consultants P/L ABN AFSL Tel: Fax: PRIVACY POLICY Doug Kerr Insurance Consultants P/L ABN 67 078 679 071 AFSL 246366 Shop33/ 1 st Floor, 15-23 Langhorne Street DANDENONG VIC 3175 P.O Box 7031 DANDENONG VIC 3175 Tel: (03) 9791 6688 Fax:

More information

www.cathaybank.com Cathay Business Online Banking Quick Guide

www.cathaybank.com Cathay Business Online Banking Quick Guide www.cathaybank.com Cathay Business Online Banking Quick Guide Effective 06/2016 Disclaimer: The information and materials in these pages, including text, graphics, links, or other items are provided as

More information

User guide for the Cskills Awards Awards Online system

User guide for the Cskills Awards Awards Online system User guide for the Cskills Awards Awards Online system Published by Cskills Awards, CITB, Bircham Newton, King s Lynn, Norfolk PE31 6RH First published 2008 Revised July 2013, January 2014, April 2014,

More information

ACCOUNTS PAYABLE FIAP-120 Direct Pay Invoices Rev: 9/08/06

ACCOUNTS PAYABLE FIAP-120 Direct Pay Invoices Rev: 9/08/06 LINK FINANCE MODULE FIAP-120 Key Direct Pay Invoices ACCOUNTS PAYABLE FIAP-120 Direct Pay Invoices Rev: 9/08/06 GENERAL INFORMATION This procedure explains how to pay an invoice directly by using Banner

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 37.0, Summer 16 @salesforcedocs Last updated: July 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25

FF/EDM Intro Industry Goals/ Purpose Related GISB Standards (Common Codes, IETF) Definitions d 4 d 13 Principles p 6 p 13 p 14 Standards s 16 s 25 FF/EDM Intro Industry Goals/ Purpose GISB defined two ways in which flat files could be used to send transactions and transaction responses: interactive and batch. This section covers implementation considerations

More information

9243054 Issue 1. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9243054 Issue 1. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9243054 Issue 1 Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation VPN Client User s Guide 9243054 Issue 1 Reproduction, transfer, distribution or storage of part or all of

More information

Mandiri e-cash Online

Mandiri e-cash Online Mandiri e-cash Online ecommerce Payment Gateway Implementation Guide Version: 1.8 1 Index of Contents General Overview... 3 MANDIRI E-CASH ECOMMERCE GATEWAY IMPLEMENTATION... 5 Prerequisites... 5 Implementation...

More information

4D v11 SQL Release 6 (11.6) ADDENDUM

4D v11 SQL Release 6 (11.6) ADDENDUM ADDENDUM Welcome to release 6 of 4D v11 SQL. This document presents the new features and modifications of this new version of the program. Increased ciphering capacities Release 6 of 4D v11 SQL extends

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

ANZ transactive 05.2012

ANZ transactive 05.2012 ANZ transactive TECHNICAL SPECIFICATIONS GUIDE 05.2012 contents 1. Summary 3 2. Systems overview 4 3. Client technical specification 5 3.1 Usage Considerations 5 3.2 Summary Specification 5 > > 3.2.1 Summary

More information

MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE

MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE The Hungarian State Treasury (hereinafter: Distributor) provides general information, executes securities trading and investment transactions

More information

Mini-Guide for Using MyBRD Net

Mini-Guide for Using MyBRD Net Mini-Guide for Using MyBRD Net BANCA TA. ECHIPA TA Contents: 1. Introduction 2. Conditions of Use and Security 3. Accesing the MyBRD Net Service 4. Autentification and Transaction Signing 5. Main Menu

More information

Release Notes Metered, Switched, Metered-by-Outlet, and Metered-by-Outlet with Switching Rack PDUs

Release Notes Metered, Switched, Metered-by-Outlet, and Metered-by-Outlet with Switching Rack PDUs Release Notes Metered, Switched, Metered-by-Outlet, and Metered-by-Outlet with Switching Rack PDUs Released: February 2016 Applicable Rack PDUs: AP88XX Metered Rack PDU AP89XX Switched Rack PDU AP84XX

More information

TheFinancialEdge. Configuration Guide for General Ledger

TheFinancialEdge. Configuration Guide for General Ledger TheFinancialEdge Configuration Guide for General Ledger 071012 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Administrator Functions How do I add a new employee to my organization? As an administrator, select Add User from the drop down option under the Administrator tab. If the new

More information

PayEx Merchant Administrator Manual

PayEx Merchant Administrator Manual PayEx Solutions AS Postadresse: Postboks 308 Sentrum 0103 Oslo Besøkadresse: Wergelandsveien 1 Tlf: +47 2203 6000 Faks: +47 2203 6110 solutions@payex.no Org.nr: 981 890 620 Sted: Oslo www.payex.no PayEx

More information

Introduction to Client Online. Factoring Guide

Introduction to Client Online. Factoring Guide Introduction to Client Online Factoring Guide Contents Introduction 3 Preparing for Go live 3 If you have any questions 4 Logging In 5 Welcome Screen 6 Navigation 7 Navigation continued 8 Viewing Your

More information

Getting Started with the Sitecore App Center

Getting Started with the Sitecore App Center Sitecore App Center 2.0 Getting Started with the Sitecore App Center, Rev: 2015-05-20 Sitecore App Center 2.0 Getting Started with the Sitecore App Center How to access and use the Sitecore App Center.

More information

Basic e-commerce. Technical integration guide for e-commerce Version 2.2

Basic e-commerce. Technical integration guide for e-commerce Version 2.2 Technical integration guide for e-commerce Version 2.2 www.ogone.com Copyright Ogone 2010 The content of this document is protected by copyright. All rights reserved. Contents 1 Introduction... 4 2 Test

More information