Merchant e-solutions Payment Gateway FX Processing. Merchant e-solutions October 2008 Version 1.3

Size: px
Start display at page:

Download "Merchant e-solutions Payment Gateway FX Processing. Merchant e-solutions October 2008 Version 1.3"

Transcription

1 Merchant e-solutions Payment Gateway FX Processing Merchant e-solutions October 2008 Version 1.3

2 This publication is for information purposes only and its content does not represent a contract in any form. Furthermore, this publication shall not be deemed to be a warranty of any kind, either express or implied. Merchant e-solutions expressly disclaims, and you expressly waive, any and all warranties, including without limitation those of merchantability and fitness for a particular purpose. Merchant e-solutions reserves the right to alter product specifications without notice. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any information storage or retrieval system, without Merchant e-solutions permission. Trident Payment Systems Merchant e-solutions 2008 MasterCard is a federally registered trademark of MasterCard International, Inc. Visa is a federally registered trademark of Visa, U.S.A., Inc. ZIP code and ZIP + 4 are federally registered trademarks of the United States Postal Service.

3 Table of Contents Chapter 1 Related Documentation Applicable documents Related documents Document revisions... 2 Chapter 2 Overview Introduction... 3 Chapter 3 Transaction Flow Sale Refund Chargeback... 5 Chapter 4 Foreign Exchange (FX) Request/Response Fields Request and Response Fields... 7 Chapter 5 Foreign Exchange (FX) Transaction Types Transaction Types... 8 Chapter 6 Foreign Exchange (FX) Error Codes Error Codes... 9 Chapter 7 Foreign Exchange (FX) Validations Validations Chapter 8 - Source Code Samples Currency Lookup - Bad Country Code Currency Lookup - Germany Currency Lookup - Canada Convert Amount - Euro (alpha) - missing amount Convert Amount - Euro (alpha) Convert Amount - Euro (numeric) Convert Amount - Yen (alpha) Rate Lookup - Canadian Dollar (alpha) Rate Lookup - Euro (numeric) Rate Lookup - Full Rate Table Pre-Auth - Euro (numeric) - missing fx amount Pre-Auth - Euro (numeric) - missing rate id Pre-Auth - Euro (numeric) - expired rate id Pre-Auth - Euro (numeric) - foreign amount & base amount inconsistent Pre-Auth - Euro (numeric) Settlement of a Pre-Auth - partial Immediate Sale Refund United Kingdom, GBP Netherlands, EUR United States, USD Canada, CAD Merchant e-solutions, Inc. 1

4 Chapter 1 Related Documentation 1.1 Applicable documents This document describes the process for International credit card transactions, as well as foreign currency conversion within the Merchant e-solutions (MeS) Payment Gateway Application Programming Interface (API). The following documents provide additional definition and background information. Please refer to the related documents listed for applicable information. 1.2 Related documents Name Revision / generation Related topic Message Protocol Management VMP1 Converts existing gateway protocols MeS Back Office User Guide V2.0 MeS Payment Gateway Specifications User Guide to Gateway Back Office Functionality V2.6 Core specification document 1.3 Document revisions Chapter Action Data 4 Update 4.1, updated comments section for fx_amount field 2008 Merchant e-solutions, Inc. 2

5 Chapter 2 Overview 2.1 Introduction The Merchant e-solutions (MeS) Payment Gateway processes both U.S. and International credit cards transactions. In addition, the gateway facilitates foreign currency conversion. This process allows the merchant to present a transaction amount to their customer in their native currency while funding for the merchant remains in U.S. dollars. In addition, the currency conversion is set at a guaranteed rate and stays with the life of the transaction enabling refunds and chargeback s to be processed at the original amount of sale. Locking in a rate protects the merchant from fluctuating world currencies which in turn allows the merchant to operate in an efficient financial environment. The currency conversion table is available for download via the MeS Payment Gateway. Once loaded on the merchant s system it is then used to present a price to the customer. The table contains the hedge (markup) that is paid by the cardholder. When a transaction is submitted for authorization, the rate ID associated with the rate table must be presented. The MeS Payment Gateway will then validate that the rate ID is valid prior to submitting for authorization. If the rate ID is invalid or has expired, an error message will be returned indicating the rate ID is invalid or expired. This validation ensures that the rate submitted will be guaranteed throughout the life of the transaction. This document is intended to: Offer a basic understanding of foreign exchange processing Provide the specific technical information needed to submit a successful request and receive and interpret the resulting responses for presenting a specific currency amount to an end user Merchant e-solutions, Inc. 3

6 Chapter 3 Transaction Flow 3.1 Sale The following flow chart describes the transaction flow for a sale using the Merchant e- Solutions (MeS) FX service. 3.2 Refund The following flow chart describes the transaction flow for a refund using the Merchant e- Solutions (MeS) FX service Merchant e-solutions, Inc. 4

7 3.3 Chargeback The following flow chart describes the transaction flow for a refund using the Merchant e- Solutions (MeS) FX service Merchant e-solutions, Inc. 5

8 2008 Merchant e-solutions, Inc. 6

9 Chapter 4 Foreign Exchange (FX) Request/Response Fields 4.1 Request and Response Fields The following table contains Responses and Requests you may receive from the MeS Payment Gateway. Field Name Description Length Format Comments transaction_type Foreign exchange (FX) transaction type 1 A See transaction type table below fx_amount The amount of the transaction in the merchant base currency. 12 N Required for Immediate Sale (D), Pre- Authorization (P), Settle Pre-Auth (S), Refund (U), Credit (C), and FX Amount Conversion (F) transaction types. This field contains the amount the merchant expects to receive in the base currency. fx_rate_id FX Rate Table ID 10 N fx_rate FX Rate Data VAR XML fx_rate_table FX Rate Table VAR XML A full refund may be submitted without the fx_amount, however it is required for partial refunds. This field will be returned by a Get Rate (G) request for a specific currency code. The value of this field will be URL encoded. This field will be returned by a Get Rate (G) request where a currency code is not specified. This field will contain all the rates available for the merchant account. fx_expiration_date error_code FX Rate Table Expiration Date 3-character error code providing additional detail 23 TS The value of this field will be URL encoded. This field is returned by a successful FX Convert Amount (F) request. Format: MM/dd/yyyyhh24:mm:ssZZZ (no spaces) MM: 2-digit month dd: day of the month yyyy: year hh24: hour in 24-hour format (0-23) mm: minute ss: second ZZZ: time zone (example PST) 3 N See error code table below 2008 Merchant e-solutions, Inc. 7

10 Chapter 5 Foreign Exchange (FX) Transaction Types 5.1 Transaction Types The following table contains Transaction Types for the MeS Payment Gateway. Tran Type Description Comments F G L FX Convert Amount Get Rate(s) Lookup Currency Code Use this command to convert an amount in the base currency to the specified currency. This command returns the converted amount in transaction_amount, the rate table id used in fx_rate_id and the rate table expiration date in fx_expiration_date. Use this command to retrieve an individual currency rate or all the rates. Use the currency_code parameter in the request to receive a single rate. Given a valid country code OR IP address this method returns the currency code Merchant e-solutions, Inc. 8

11 Chapter 6 Foreign Exchange (FX) Error Codes 6.1 Error Codes The following table contains Error Codes you may receive from the MeS Payment Gateway. Code Error Description Required Action 224 FX rate ID invalid. Retry with a valid rate ID. 225 FX rate table has expired. Request a new rate table id for the currency, then retry the request with the valid rate table id. 226 FX rate lookup failed, retry request. The system failed to lookup the specified rate id. Retry the request FX rate ID required for foreign currency transactions. Converted amounts do no match FX rate. Retry the transaction with a valid rate table ID. Using the rate table requested, the fx_amount (in the base currency) does not match the transaction_amount (in cardholder currency). Retry the request with an updated transaction_amount or fx_amount. 229 Failed to find currency code for the requested country code. Retry request. 230 Failed to post transaction the FX service. Never returned by the API. 231 FX amount in base currency is required. Retry request with a valid fx_amount Merchant e-solutions, Inc. 9

12 Chapter 7 Foreign Exchange (FX) Validations 7.1 Validations The following additional validations will be performed on the Immediate Sale(D),Pre- Authorization(P), Settle Pre-Auth (S), Refund (U), Credit (C), and FX Amount Conversion (F) transaction types: A valid fx_rate_id is required for all non-us currency transactions for D and P transactions. A fx_amount is required for all non-us currency transactions. This amount must be in the base currency. If both a rate_id and a currency_code (optional) are provided the two must be consistent. The transaction_amount and the fx_amount must be consistent with the rate specified by the fx_rate_id. The following validations will be performed on the Get Rate(G) transaction type: If a currency_code (optional) is provided it must be a valid currency for the merchant. The following validations will be performed on the FX Convert Amount(F) transaction type: fx_amount is required. currency_code OR ip_address is required. The currency requested must be supported by the merchant Merchant e-solutions, Inc. 10

13 Chapter 8 - Source Code Samples This section contains source code samples. 8.1 Currency Lookup - Bad Country Code lgfkoll&transaction_type=l&country_code=bad transaction_id=error&error_code=229&auth_response_text=failed to find currency code for the requested country code. 8.2 Currency Lookup - Germany lgfkoll&transaction_type=l&country_code=de transaction_id=55b19c7ff83c3fa5a4ab69b3f5b5cf49&error_code=000&auth_r esponse_text=request Complete&currency_code=978&currency_code_alpha=EUR 8.3 Currency Lookup - Canada lgfkoll&transaction_type=l&country_code=ca transaction_id=ad9ab23ec9d330d7a2f4d7711c267d5c&error_code=000&auth_r esponse_text=request Complete&currency_code=124&currency_code_alpha=CAD 8.4 Convert Amount - Euro (alpha) - missing amount lgfkoll&transaction_type=f&currency_code=eur transaction_id=error&error_code=231&auth_response_text=fx amount in base currency is required. 8.5 Convert Amount - Euro (alpha) lgfkoll&transaction_type=f&currency_code=eur&fx_amount=50 transaction_id= e3be8902a b810&error_code=000&auth_r esponse_text=request Complete&fx_rate_id=32815&fx_expiration_date=01/16/ :45:00 PST&transaction_amount= Merchant e-solutions, Inc. 11

14 8.6 Convert Amount - Euro (numeric) lgfkoll&transaction_type=f&currency_code=978&fx_amount=50 transaction_id=024a2a3f31b23105bc996638ef829368&error_code=000&auth_r esponse_text=request Complete&fx_rate_id=32815&fx_expiration_date=01/16/ :45:00 PST&transaction_amount= Convert Amount - Yen (alpha) lgfkoll&transaction_type=f&currency_code=jpy&fx_amount=50 transaction_id=813e142521cb386aa15fc9e04593edc2&error_code=000&auth_r esponse_text=request Complete&fx_rate_id=32819&fx_expiration_date=01/16/ :45:00 PST&transaction_amount= Rate Lookup - Canadian Dollar (alpha) lgfkoll&transaction_type=g&currency_code=cad transaction_id= cedf38d985fef12dbcb57a22&error_code=000&auth_r esponse_text=request Complete&fx_rate=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22ISO %22%3F%3E%0D%0A%3CFXRate%3E%0D%0A+%3CRateId%3E32809%3C%2FRateId%3E%0 D%0A+%3CMerchantCurrencyCode%3EUSD%3C%2FMerchantCurrencyCode%3E%0D%0A +%3CConsumerCurrencyCode%3ECAD%3C%2FConsumerCurrencyCode%3E%0D%0A+%3C ConsumerCurrencyCountry%3ECanada%3C%2FConsumerCurrencyCountry%3E%0D%0 A+%3CConsumerCurrencyDesc%3ECanadian+Dollar%3C%2FConsumerCurrencyDesc %3E%0D%0A+%3CExpirationDate%3E01%2F16%2F %3A45%3A00+PST%3C%2FEx pirationdate%3e%0d%0a+%3crate%3e1.0594%3c%2frate%3e%0d%0a%3c%2ffxrate %3E%0D%0A 8.9 Rate Lookup - Euro (numeric) lgfkoll&transaction_type=g&currency_code=978 transaction_id=a16b75418cc0313b9d8f1d1e28c09bed&error_code=000&auth_r esponse_text=request Complete&fx_rate=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22ISO %22%3F%3E%0D%0A%3CFXRate%3E%0D%0A+%3CRateId%3E32815%3C%2FRateId%3E%0 D%0A+%3CMerchantCurrencyCode%3EUSD%3C%2FMerchantCurrencyCode%3E%0D%0A +%3CConsumerCurrencyCode%3EEUR%3C%2FConsumerCurrencyCode%3E%0D%0A+%3C 2008 Merchant e-solutions, Inc. 12

15 ConsumerCurrencyCountry%3EEuro+Member+Countries%3C%2FConsumerCurrency Country%3E%0D%0A+%3CConsumerCurrencyDesc%3EEuro%3C%2FConsumerCurrency Desc%3E%0D%0A+%3CExpirationDate%3E01%2F16%2F %3A45%3A00+PST%3C% 2FExpirationDate%3E%0D%0A+%3CRate%3E0.7201%3C%2FRate%3E%0D%0A%3C%2FFX Rate%3E%0D%0A 8.10 Rate Lookup - Full Rate Table lgfkoll&transaction_type=g transaction_id=error&error_code=000&auth_response_text=&fx_rate_table =%3C%3Fxml+version%3D%221.0%22+encoding%3D%22ISO %22%3F%3E%0D%0A%3CFXRateTable%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateId %3E32807%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C%2FMer chantcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3eaud%3c%2fconsum ercurrencycode%3e%0d%0a++%3cconsumercurrencycountry%3eaustralia%3c%2f ConsumerCurrencyCountry%3E%0D%0A++%3CConsumerCurrencyDesc%3EDollar%3C %2FConsumerCurrencyDesc%3E%0D%0A++%3CExpirationDate%3E01%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E1.2156%3C%2F Rate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateId%3E3 2809%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C%2FMerchan tcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3ecad%3c%2fconsumercu rrencycode%3e%0d%0a++%3cconsumercurrencycountry%3ecanada%3c%2fconsume rcurrencycountry%3e%0d%0a++%3cconsumercurrencydesc%3ecanadian+dollar% 3C%2FConsumerCurrencyDesc%3E%0D%0A++%3CExpirationDate%3E01%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E1.0594%3C% 2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateId%3 E32810%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C%2FMerch antcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3echf%3c%2fconsumer CurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3ESwitzerland%3C%2F ConsumerCurrencyCountry%3E%0D%0A++%3CConsumerCurrencyDesc%3ESwitzerla nd+franc%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e01%2 F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E1.1799%3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3 CRateId%3E32813%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3 C%2FMerchantCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCode%3EDKK%3C%2 FConsumerCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3EDenmark% 3C%2FConsumerCurrencyCountry%3E%0D%0A++%3CConsumerCurrencyDesc%3EKron e%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e01%2f16%2f %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E5.3648%3 C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateId %3E32815%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C%2FMer chantcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3eeur%3c%2fconsum ercurrencycode%3e%0d%0a++%3cconsumercurrencycountry%3eeuro+member+cou ntries%3c%2fconsumercurrencycountry%3e%0d%0a++%3cconsumercurrencydesc %3EEuro%3C%2FConsumerCurrencyDesc%3E%0D%0A++%3CExpirationDate%3E01%2F 16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E %3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3C RateId%3E32816%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C %2FMerchantCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCode%3EGBP%3C%2F ConsumerCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3EUnited+Ki ngdom%3c%2fconsumercurrencycountry%3e%0d%0a++%3cconsumercurrencydesc% 3EBritish+Pound%3C%2FConsumerCurrencyDesc%3E%0D%0A++%3CExpirationDate %3E01%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CR 2008 Merchant e-solutions, Inc. 13

16 ate%3e0.5373%3c%2frate%3e%0d%0a+%3c%2ffxrate%3e%0d%0a+%3cfxrate%3e%0d %0A++%3CRateId%3E32817%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode% 3EUSD%3C%2FMerchantCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCode%3EH KD%3C%2FConsumerCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3EH ong+kong%3c%2fconsumercurrencycountry%3e%0d%0a++%3cconsumercurrencyde sc%3edollar%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e0 1%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate% 3E8.2709%3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A+ +%3CRateId%3E32819%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUS D%3C%2FMerchantCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCode%3EJPY%3 C%2FConsumerCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3EJapan %3C%2FConsumerCurrencyCountry%3E%0D%0A++%3CConsumerCurrencyDesc%3EYen %3C%2FConsumerCurrencyDesc%3E%0D%0A++%3CExpirationDate%3E01%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E % 3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateI d%3e32823%3c%2frateid%3e%0d%0a++%3cmerchantcurrencycode%3eusd%3c%2fme rchantcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3enok%3c%2fconsu mercurrencycode%3e%0d%0a++%3cconsumercurrencycountry%3enorway%3c%2fco nsumercurrencycountry%3e%0d%0a++%3cconsumercurrencydesc%3enorway+kron e%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e01%2f16%2f %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E5.6685%3 C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A++%3CRateId %3E32824%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUSD%3C%2FMer chantcurrencycode%3e%0d%0a++%3cconsumercurrencycode%3enzd%3c%2fconsum ercurrencycode%3e%0d%0a++%3cconsumercurrencycountry%3enew+zealand%3c% 2FConsumerCurrencyCountry%3E%0D%0A++%3CConsumerCurrencyDesc%3ENew+Zea land+dollar%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e0 1%2F16%2F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate% 3E1.3867%3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A+%3CFXRate%3E%0D%0A+ +%3CRateId%3E32827%3C%2FRateId%3E%0D%0A++%3CMerchantCurrencyCode%3EUS D%3C%2FMerchantCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCode%3ESEK%3 C%2FConsumerCurrencyCode%3E%0D%0A++%3CConsumerCurrencyCountry%3ESwede n%3c%2fconsumercurrencycountry%3e%0d%0a++%3cconsumercurrencydesc%3ekr ono%3c%2fconsumercurrencydesc%3e%0d%0a++%3cexpirationdate%3e01%2f16%2 F %3A45%3A00+PST%3C%2FExpirationDate%3E%0D%0A++%3CRate%3E %3C%2FRate%3E%0D%0A+%3C%2FFXRate%3E%0D%0A%3C%2FFXRateTable%3E%0D%0A 8.11 Pre-Auth - Euro (numeric) - missing fx amount lgfkoll&transaction_type=p&card_number= &card_exp_date =1210&transaction_amount=36.00&invoice_number=12345&cvv2=029&currency _code=978 transaction_id=error&error_code=231&auth_response_text=fx amount in base currency is required Pre-Auth - Euro (numeric) - missing rate id lgfkoll&transaction_type=p&card_number= &card_exp_date =1210&transaction_amount=36.00&invoice_number=12345&cvv2=029&currency _code=978&fx_amount= Merchant e-solutions, Inc. 14

17 transaction_id=error&error_code=227&auth_response_text=fx rate ID required for foreign currency transactions Pre-Auth - Euro (numeric) - expired rate id lgfkoll&transaction_type=p&card_number= &card_exp_date =1210&transaction_amount=36.00&invoice_number=12345&cvv2=029&currency _code=978&fx_amount=50.00&fx_rate_id=31315 transaction_id=error&error_code=225&auth_response_text=fx rate has expired Pre-Auth - Euro (numeric) - foreign amount & base amount inconsistent lgfkoll&transaction_type=p&card_number= &card_exp_date =1210&transaction_amount=32.00&invoice_number=12345&cvv2=029&currency _code=978&fx_amount=50.00&fx_rate_id=32815 transaction_id=error&error_code=228&auth_response_text=base and consumer amounts are inconsistent with the FX rate Pre-Auth - Euro (numeric) lgfkoll&transaction_type=p&card_number= &card_exp_date =1210&transaction_amount=36.00&invoice_number=12345&cvv2=029&currency _code=978&fx_amount=50.00&fx_rate_id=32815 transaction_id=cf0d560aa04f4bdda030571cde4992ca&error_code=000&auth_r esponse_text=ok 8.16 Settlement of a Pre-Auth - partial lgfkoll&transaction_type=s&transaction_id=cf0d560aa04f4bdda030571cde4 992ca&transaction_amount=25.00&fx_amount=40.00 transaction_id=cf0d560aa04f4bdda030571cde4992ca&error_code=000&auth_r esponse_text=settle Request Accepted 8.17 Immediate Sale lgfkoll&transaction_type=d&card_number= &card_exp_date =1210&transaction_amount=35.99&invoice_number=12345&cvv2=029&currency _code=978&fx_amount=50.00&fx_rate_id= Merchant e-solutions, Inc. 15

18 transaction_id=78afe0adbb b7d6e4ab55e8&error_code=000&auth_r esponse_text=ok 8.18 Refund lgfkoll&transaction_type=u&transaction_id=78afe0adbb b7d6e4a b55e8 transaction_id=78afe0adbb b7d6e4ab55e8&error_code=000&auth_r esponse_text=refund Request Accepted - Refund 8.19 United Kingdom, GBP lgfkoll&transaction_type=l&ip_address= Netherlands, EUR lgfkoll&transaction_type=l&ip_address= United States, USD lgfkoll&transaction_type=l&ip_address= Canada, CAD lgfkoll&transaction_type=l&country_code=ca 2008 Merchant e-solutions, Inc. 16

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5 Merchant e-solutions Payment Gateway Back Office User Guide Merchant e-solutions January 2011 Version 2.5 This publication is for information purposes only and its content does not represent a contract

More information

Merchant e-solutions Multi-Merchant Master Account User Guide

Merchant e-solutions Multi-Merchant Master Account User Guide Merchant e-solutions Multi-Merchant Master Account User Guide Merchant e-solutions January 2014 This publication is for information purposes only and its content does not represent a contract in any form.

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

MeS Virtual Terminal Recurring Payments Guide

MeS Virtual Terminal Recurring Payments Guide Recurring Payments Guide Merchant e-solutions This publication is for information purposes only and its content does not represent a contract in any form. Furthermore, this publication shall not be deemed

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2012 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

Merchant e-solutions Payment Gateway. Merchant e-solutions October 2013 Version 4.10

Merchant e-solutions Payment Gateway. Merchant e-solutions October 2013 Version 4.10 Merchant e-solutions Payment Gateway Merchant e-solutions October 2013 Version 4.10 This publication is for information purposes only and its content does not represent a contract in any form. Furthermore,

More information

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide Volume 2 PLANETAUTHORIZE PAYMENT GATEWAY vtiger CRM Payment Module User Guide S A L E M A N A G E R M E R C H A N T S E R V I C E S User Guide and Installation Procedures Information in this document,

More information

Merchant Web Services API

Merchant Web Services API Merchant Web Services API Advanced Integration Method (AIM) XML Guide February 2013 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net

More information

AliPay International Services

AliPay International Services Title Page AliPay International Services Using the Simple Order API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Merchant Account Reports

Merchant Account Reports Title Page Merchant Account Reports User Guide June 2014 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general information

More information

Bank and SecurePay Response Codes

Bank and SecurePay Response Codes Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ

More information

Global Transport Secure ecommerce. Web Service Implementation Guide

Global Transport Secure ecommerce. Web Service Implementation Guide Global Transport Secure ecommerce Web Service Implementation Guide Version 1.0 October 2013 Global Payments Inc. 10 Glenlake Parkway, North Tower Atlanta, GA 30328-3447 Global Transport Secure ecommerce

More information

PayPal Website Payments Pro and Virtual Terminal Agreement

PayPal Website Payments Pro and Virtual Terminal Agreement >> View all legal agreements PayPal Website Payments Pro and Virtual Terminal Agreement Last Update: Oct 22, 2013 Print Download PDF This PayPal Pro / Virtual Terminal Agreement ("Pro/VT Agreement") is

More information

How To Understand And Understand The Bank Account In European Credit Card Transactions

How To Understand And Understand The Bank Account In European Credit Card Transactions Title Page CyberSource Global Payment Service Planning Guide December 2014 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For

More information

Merchant Administration

Merchant Administration Merchant Administration User Guide Version 4.2.0 For TNSPay 4.2 Disclaimer Copyright 2010 TNS Payment Technologies Pty Ltd ("TNS"). All rights reserved. This document is provided by TNS on the basis that

More information

AliPay International Services

AliPay International Services Title Page AliPay International Services Using the SCMP API May 2016 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

NETBANX Back Office User s Guide

NETBANX Back Office User s Guide NETBANX Back Office User s Guide January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of the product.

More information

ING Vysya Bank Forex Travel Card is a pre-paid foreign currency chip card that offers you a safe, secure and

ING Vysya Bank Forex Travel Card is a pre-paid foreign currency chip card that offers you a safe, secure and Forex Travel Card FAQs: What is ING Vysya Bank Forex Travel Card? ING Vysya Bank Forex Travel Card is a pre-paid foreign currency chip card that offers you a safe, secure and convenient way to meet all

More information

Payment Processor Errors A Troubleshooter

Payment Processor Errors A Troubleshooter Payment Processor Errors A Troubleshooter November 2005 Version 2.4 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed

More information

Table of Contents. Revision 2.0-2 -

Table of Contents. Revision 2.0-2 - Table of Contents Introduction...3 Payment Processing: How it Works...4 Immediate Transaction Processing...5 Delayed Transaction Processing...7 Delayed Transaction Processing: Phase 1 - Authorization...7

More information

Merchant Web Services API Advanced Integration Method (AIM)

Merchant Web Services API Advanced Integration Method (AIM) Title Merchant Web Services API Advanced Integration Method (AIM) XML Guide October 2015 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC

More information

Direct Payment Protocol Errors A Troubleshooter

Direct Payment Protocol Errors A Troubleshooter Direct Payment Protocol Errors A Troubleshooter December 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

ING Vysya Bank Forex Travel Card is a pre-paid foreign currency card that offers you a safe, secure and

ING Vysya Bank Forex Travel Card is a pre-paid foreign currency card that offers you a safe, secure and Forex Travel Card FAQs: What is ING Vysya Bank Forex Travel Card? ING Vysya Bank Forex Travel Card is a pre-paid foreign currency card that offers you a safe, secure and convenient way to meet all expenses

More information

Merchant Web Services API

Merchant Web Services API Merchant Web Services API Automated Recurring Billing (ARB) XML Guide June 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")

More information

First Data E-commerce Payments Gateway

First Data E-commerce Payments Gateway First Data E-commerce Payments Gateway High performance payment processing solution designed specifically to meet the requirements of global Card-Not-Present PSP When you partner with First Data for your

More information

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved.

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved. TABLE OF CONTENTS INTRODUCTION... 3 Purpose... 3 Downloading the Magento Extension... 3 Configuring the Magento Extension... 3 Exhibit: Magento Admin Login Screen... 3 Payment Processing Options with ipay

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

Swedbank Payment Portal Implementation Overview

Swedbank Payment Portal Implementation Overview Swedbank Payment Portal Implementation Overview Product: Hosted Pages Region: Baltics September 2015 Version 1.0 Contents 1. Introduction 1 1.1. Audience 1 1.2. Hosted Page Service Features 1 1.3. Key

More information

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

Netswipe Processing Implementation

Netswipe Processing Implementation Netswipe Processing Implementation Direct Integration with Jumio s Payment Gateway Revision History Version Date published Description 1.0.0 November 22 nd, 2011 Initial release. 1.0.1 January 12 th, 2012

More information

Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained.

Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained. Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained. What is BBPS/BBMS? Blackbaud Payment Services (BBPS) is Blackbaud s solution for secure credit card storage.

More information

Credit & Debit Application

Credit & Debit Application USER MANUAL ALL TERMINAL PRODUCTS Credit & Debit Application Magic Models: C5, X5, X8, M3, M8 V Series Models: V5, V8, V9, V8 Plus, V9 Plus 1 Dejavoo Systems Instruction Manual V429.12 Instruction Manual

More information

MERCHANT MANAGEMENT SYSTEM

MERCHANT MANAGEMENT SYSTEM MERCHANT MANAGEMENT SYSTEM Version: 1.2-1 - Welcome to the Retail Merchant Services Merchant Management System (MMS) user guide. In this guide we will look at the different sections of the MMS and explain

More information

Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007

Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007 Merchant One Payment Systems Integration Resources Direct Post API Documentation June 2007 Table of Contents Methodology... 2 Direct Post Method (Server to Server) FIG. 1... 2 Transaction Types... 3 Sale

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal

More information

Using Your Terminal for UnionPay Cards (05/15)

Using Your Terminal for UnionPay Cards (05/15) Using Your Terminal for UnionPay Cards (05/15) Contents IMPORTANT: READ FIRST... 2 UnionPay overview... 3 How to identify UnionPay cards... 4 Card entry and card verification methods... 5 Processing UnionPay

More information

HSBC PROMOTIONAL ADVANCE SAVINGS. TERMS & CHARGES DISCLOSURE 1 and EFT FACILITY CHARGES

HSBC PROMOTIONAL ADVANCE SAVINGS. TERMS & CHARGES DISCLOSURE 1 and EFT FACILITY CHARGES HSBC PROMOTIONAL ADVANCE SAVINGS The following information was correct as of 05/11/2015 Have questions or need current rate information? Call us at 1-888-404-4050 It s important that you understand exactly

More information

Internet Payment Gateway

Internet Payment Gateway Internet Payment Gateway Merchant Administration Console Merchant Services TABLE OF CONTENTS Introduction to the Merchant Administration Console... 5 Console Overview... 5 Login Conditions... 5 Merchant

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: August 2009 PayPal

More information

Processor Setup Guide

Processor Setup Guide Processor Setup Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 Processor Setup

More information

Network Merchants Inc (NMI) Integration Resources. Direct Post API Documentation April 2010

Network Merchants Inc (NMI) Integration Resources. Direct Post API Documentation April 2010 Network Merchants Inc (NMI) Integration Resources Direct Post API Documentation April 2010 Table of Contents Methodology... 2 Direct Post Method (Server to Server) FIG. 1... 2 Transaction Types... 3 Sale

More information

Merchant Web Services API

Merchant Web Services API Merchant Web Services API Automated Recurring Billing (ARB) XML Guide April 2013 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")

More information

Gateway Direct Post API

Gateway Direct Post API Gateway Direct Post API http://merchantguy.com @MerchantGuy Questions? info@merchantguy.com Contents Methodology....3! Direct Post Method (Server to Server FIG. 1...3 Transaction Types.....4! Sale (sale)..4!

More information

Foreign Exchange Trading Managers

Foreign Exchange Trading Managers Foreign Exchange Trading Managers Quantum Leap Capital (abbreviated as QLC ) is a Forex Trading Manager which focuses on trading worldwide foreign currencies on behalf of institutions, corporates and individual

More information

Server and Direct Shared Protocols

Server and Direct Shared Protocols Server and Direct Shared Protocols IMPORTANT: Before reading this document, you should have read through the Server or Direct Protocol and Integration Guidelines that accompany it. These explain the terms

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 PayPal

More information

Merchant Application Form

Merchant Application Form emerchantpay Limited Merchant Application Form Hand written applications will not be accepted. CORPORATION DETAILS European Company Details n-european Company Details If applicable Company Registration

More information

Resource Online User Guide JUNE 2013

Resource Online User Guide JUNE 2013 Resource Online User Guide JUNE 2013 CHASE PAYMENTECH SOLUTIONS MAKES NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

More information

Transaction Details Guide

Transaction Details Guide Title Page Transaction Details Guide Merchant Web Services API XML April 2014 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ("Authorize.Net")

More information

The Wells Fargo Payment Gateway Business Center. User Guide

The Wells Fargo Payment Gateway Business Center. User Guide The Wells Fargo Payment Gateway Business Center User Guide Contents 1 Introduction 1 About the Wells Fargo Payment Gateway service Business Center 1 About this guide 2 Access the Business Center 2 Log

More information

Blackbaud Merchant Services Web Portal Guide

Blackbaud Merchant Services Web Portal Guide Blackbaud Merchant Services Web Portal Guide 06/11/2015 Blackbaud Merchant Services Web Portal US 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

More information

Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained.

Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained. For etapestry Customers www.blackbaud.co.uk Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained. What is BBPS/BBMS? Blackbaud Payment Services (BBPS) is Blackbaud

More information

Getting Started with Visa Checkout

Getting Started with Visa Checkout Title Page Getting Started with Visa Checkout on the CyberSource Platform September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Title Page. Credit Card Services. User Guide. August 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095

Title Page. Credit Card Services. User Guide. August 2015. CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 Title Page Credit Card Services User Guide August 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For technical support questions,

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

Processor Setup Guide

Processor Setup Guide Processor Setup Guide Last updated: January 2014 Processor Setup Guide Document Number: 100003.en_US-201401 2014 PayPal, Inc. All rights reserved. PayPal is a registered trademark of PayPal, Inc. The PayPal

More information

Quick Reference Guide. Lloyds Bank Cardnet Online Management Information System

Quick Reference Guide. Lloyds Bank Cardnet Online Management Information System Quick Reference Guide Lloyds Bank Cardnet Online Management Information System Table of Contents 1. Logging In 3 2. Searching for Merchant Numbers 4 3. Merchant Profile Details 5 4. Transaction Activity

More information

First Data Merchant Solutions Virtual Terminal & Manager

First Data Merchant Solutions Virtual Terminal & Manager First Data Merchant Solutions Virtual Terminal & Manager User Guide Version 2.2 firstdatams.co.uk First Data Merchant Solutions is a trading name of First Data Europe Limited, a private limited company

More information

PayPal Payments Pro Integration Guide

PayPal Payments Pro Integration Guide PayPal Payments Pro Integration Guide Last updated: December 2012 PayPal Payments Pro Integration Guide Document Number: 100001.en_US-201212 2010-2011 PayPal, Inc. All rights reserved. PayPal is a registered

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Card Processing. Merchant Specification. Version 3.5.0

Card Processing. Merchant Specification. Version 3.5.0 Version 3.5.0 This document has been created by the Wirecard AG. Its contents may be changed without prior notice. External web links are provided for information only. Wirecard does not claim liability

More information

SecurePay Batch File Specification & Upload Procedure

SecurePay Batch File Specification & Upload Procedure SecurePay Batch File Specification & Upload Procedure Document Control Description SecurePay Batch File Specification & Upload Procedure Creation Date 18/08/2009 Created By SecurePay Version 1.6 Date updated

More information

Global Investing: The Importance of Currency Returns and Currency Hedging

Global Investing: The Importance of Currency Returns and Currency Hedging Global Investing: The Importance of Currency Returns and Currency Hedging There is a continuing trend for investors to reduce their home bias in equity allocation and increase the allocation to international

More information

API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published

API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published Contents 1. Version Control... 1 2. Introduction... 2 3. Prerequisites... 2 4. Payment Submission Workflow...

More information

Realex Payments Integration Guide - Ecommerce Remote Integration. Version: v1.1

Realex Payments Integration Guide - Ecommerce Remote Integration. Version: v1.1 Realex Payments Integration Guide - Ecommerce Remote Integration Version: v1.1 Document Information Document Name: Realex Payments Integration Guide Ecommerce Remote Integration Document Version: 1.1 Release

More information

Credomatic Integration Resources. Browser Redirect API Documentation June 2007

Credomatic Integration Resources. Browser Redirect API Documentation June 2007 Credomatic Integration Resources Browser Redirect API Documentation June 2007 Table of Contents Methodology... 2 Browser Redirect Method (Browser to Server) FIG. 1... 2 API Authentication Parameters...

More information

Technical Reference XML Authorisation

Technical Reference XML Authorisation March 2015 Technical Reference XML Authorisation For recurring billing and one-click checkout V 1.11.1 30.03.2015 DME 1 / 10 For a proper implementation of the Datatrans Payment Solution read the following

More information

Merchant account application form

Merchant account application form SECTION 1 OPERATIONS / ASSET COMPANY INFORMATION Legal Name Street Address Zip/Postal Code City Country Telephone Number Fax Number Owner* Shop URL** Corporate URL*** *- Must be the same person as detailed

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

More information

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Third-Party Credit Card Plug-In ORACLE WHITE PAPER J ULY 2015 Disclaimer The following is intended to outline our general product direction. It

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

Durango Merchant Services Customer Vault API

Durango Merchant Services Customer Vault API Durango Merchant Services Customer Vault API V1.1 Integration Resources Documentation April 2008 Updated Sept 2011 Durango-Direct.com 866-415-2636 Contents Overview... 3 Customer Vault... 3 Methodology...

More information

1.1. Overview... 5 1.2. Direct credits... 6 1.3. Direct debits... 9 1.4. Nab direct credits... 12

1.1. Overview... 5 1.2. Direct credits... 6 1.3. Direct debits... 9 1.4. Nab direct credits... 12 1.1. Overview... 5 1.2. Direct credits... 6 1.3. Direct debits... 9 1.4. Nab direct credits... 12 2.1. Overview... 16 2.2. Credit card transaction... 17 2.3. Credit card response... 20 3.1. Overview...

More information

Merchant Interface User Guide

Merchant Interface User Guide Business Gateway and Corporate Gateway Merchant Interface User Guide V5.0 May 2014 Use this guide to: Understand the Merchant Interface and the functionality it provides Learn how to use the Merchant Interface

More information

ONLINE FX QUICK START GUIDE AN INTRODUCTION TO. Add a Bank Account. Add a Recipient. Create a Transaction. Check Payment Status. Go Mobile!

ONLINE FX QUICK START GUIDE AN INTRODUCTION TO. Add a Bank Account. Add a Recipient. Create a Transaction. Check Payment Status. Go Mobile! AN INTRODUCTION TO ONLINE FX QUICK START GUIDE Welcome to your Western Union Business Solutions Online FX account. You can now send international payments quickly and conveniently, online or from your

More information

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are:

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are: 1 ANZ egate FAQ s Contents Section 1 General information: page 1 Section 2 Technical information for ANZ egate Merchants: page 5 November 2010 Section 1 General information Q: What is ANZ egate? A: ANZ

More information

Payment Acceptance Strategies in a Global Ecommerce Environment

Payment Acceptance Strategies in a Global Ecommerce Environment A division of Pivotal Payments Payment Acceptance Strategies in a Global Ecommerce Environment Presented by: Patrick Huynh, Senior Vice President, Client Solutions Introduction About GlobalOne GlobalOne

More information

InQFlow. Administrator Guide. Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved

InQFlow. Administrator Guide. Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved Administrator Guide Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved Product and Company Information Product and Company Information The information in this document is

More information

Gateway Control Panel Quick Start Instructions

Gateway Control Panel Quick Start Instructions Gateway Control Panel Quick Start Instructions Contents: 1. Virtual Terminal Functions 2. Recurring Billing 3. Batch Upload 4. Options 5. Reports 6. QuickBooks 7. Integration 8. ispyfraud 9. Customer Vault

More information

itunes Connect Payments and Financial Reports Guide v5

itunes Connect Payments and Financial Reports Guide v5 itunes Connect Payments and Financial Reports Guide v5 apple 2015-02-16 Apple Inc. 2015 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted,

More information

(877)306-3652. City: State: Zip: Physical Business Address: City: State: Zip:

(877)306-3652. City: State: Zip: Physical Business Address: City: State: Zip: Smstein55@gmail.com / Phone (972)984-6601 / Fax (818)921-3199 COMPANY INFORMATION Merchant Company Legal Name: DBA Name: Line of Business: Registered Address: http:// (877)306-3652 City: State: Zip: Physical

More information

PINless Debit Card Services

PINless Debit Card Services Title Page PINless Debit Card Services Using the SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM

PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM Return To: Sales Team Fax: +44 (0) 1189 907 301 Email: uksales@authorize.net Telephone: +44 (0) 203 564 4843 PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM Part 1: Fee Schedule for Online Payment

More information

Sage 300 ERP 2014. Payment Processing User's Guide

Sage 300 ERP 2014. Payment Processing User's Guide Sage 300 ERP 2014 Payment Processing User's Guide This is a publication of Sage Software, Inc. Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

MasterCard In tern et Gateway Service (MIGS)

MasterCard In tern et Gateway Service (MIGS) MasterCard Internet Gateway Service Master Card Inter nati onal MasterCard In tern et Gateway Service (MIGS) Virtual Payment Client Integration Guide Prepared By: Patrick Hayes Department: Principal Consultant,

More information

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE Payline User Guide PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate

More information

Recurring Payments Profile Report. Version 1.1

Recurring Payments Profile Report. Version 1.1 Recurring Payments Profile Report Version 1.1 Last updated: September 2015 Revision History Revision history for PayPal Recurring Payments Profile Report Specification. TABLE P.1 Revision History Date

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS PENSIONS INVESTMENTS LIFE INSURANCE FREQUENTLY ASKED QUESTIONS SELF-INVESTED FUND EXECUTION-ONLY TRADING ACCOUNT Table of Contents 1. Introduction 2. How do I login to the Execution-Only Trading Account

More information

FX Options NASDAQ OMX

FX Options NASDAQ OMX FX Options OPTIONS DISCLOSURE For the sake of simplicity, the examples that follow do not take into consideration commissions and other transaction fees, tax considerations, or margin requirements, which

More information

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate reports to name

More information

1. Version Control... 1. 2. Introduction... 1. 3. Prerequisites... 1. 4. Payment Submission Workflow... 1. 5. Return Parameter for CallbackURL...

1. Version Control... 1. 2. Introduction... 1. 3. Prerequisites... 1. 4. Payment Submission Workflow... 1. 5. Return Parameter for CallbackURL... Penthouse, Unit 12 th Floor, API For PaySec Merchants Configuration: Automated Clearing House (ACH) Version: 1.0.1 Status: Published Contents 1. Version Control... 1 2. Introduction... 1 3. Prerequisites...

More information

Electronic Check Services

Electronic Check Services Title Page Electronic Check Services Using the Simple Order API October 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For

More information

HSBC Premier Application Form

HSBC Premier Application Form July 2015 HSBC Premier Application Form Copyright. HSBC Bank Middle East Limited 2015 ALL RIGHTS RESERVED. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, on

More information

FUTURE PROOF TERMINAL QUICK REFERENCE GUIDE. Review this Quick Reference Guide to. learn how to run a sale, settle your batch

FUTURE PROOF TERMINAL QUICK REFERENCE GUIDE. Review this Quick Reference Guide to. learn how to run a sale, settle your batch QUICK REFERENCE GUIDE FUTURE PROOF TERMINAL Review this Quick Reference Guide to learn how to run a sale, settle your batch and troubleshoot terminal responses. INDUSTRY Retail and Restaurant APPLICATION

More information

NAB TRANSACT. XML API Integration Guide

NAB TRANSACT. XML API Integration Guide NAB TRANSACT XML API Integration Guide 1 Contents 1. Introduction 3 1.1 About this Guide 3 1.2 Card Types Accepted 3 1.3 Prerequisites 3 1.3.1 Merchant Services 3 1.3.2 NAB Transact Service 3 1.4 Website

More information

Realex Payments Gateway Extension with 3D Secure for Magento. User Guide to Installation and Configuration. StudioForty9 www.studioforty9.

Realex Payments Gateway Extension with 3D Secure for Magento. User Guide to Installation and Configuration. StudioForty9 www.studioforty9. Realex Payments Gateway Extension with 3D Secure for Magento User Guide to Installation and Configuration StudioForty9 www.studioforty9.com User Guide: Table of Contents 3 How to Install the Realex Module

More information

Credit & Debit Application

Credit & Debit Application USER MANUAL ALL TERMINAL PRODUCTS Credit & Debit Application Magic Models: C5, X5, X8, M3, M8 V Series Models: V5, V8, V9, V8 Plus, V9 Plus 1 Dejavoo Systems Instruction Manual V429.12 Instruction Manual

More information

DIRECT INTEGRATION GUIDE DIRECT INTEGRATION GUIDE. Version: 9.16

DIRECT INTEGRATION GUIDE DIRECT INTEGRATION GUIDE. Version: 9.16 DIRECT Version: 9.16-1 - 1 Direct HTTP Integration... 4 1.1 About This Guide... 4 1.2 Integration Disclaimer... 4 1.3 Terminology... 5 1.4 Pre-Requisites... 6 1.5 Integration Details... 7 1.6 Authentication...

More information

Equinox T4200 Series QUICK REFERENCE GUIDE

Equinox T4200 Series QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE Equinox T4200 Series This Quick Reference Guide will guide you through understanding your terminal s functionality and navigation, and will help you with troubleshooting. INDUSTRY

More information