Configuration Settings for Tradpoint.Web.Payment Services
Mar/19/2007
Each service has unique requirments for
configuration, each section of this article will give an example configuration
section as well as define each property.
** please note that configuration
property names are case sensitive **
Available Payment Services:
- BeanStream
- LinkPoint Connect
- PayPal
Beanstream
Tradepoint Payment Service Type: QueryString builder (requires user to
visit BeanStream site to complete payment)
Add to configSections:
<section name="beanstreamSettings"
type="Tradepoint
Enterprise.Web.Payments.Configuration.BeanStreamSettingsSection, Tradepoint
Enterprise.PaymentServices.Web" />
Section Example:
<beanstreamSettings merchantId="" iTransactionType=""
errorUrl="" submitUrl=""/>
Properties:
- merchantId - required, merchant id
- iTransactionType - required, Default is P
- errorUrl - required, error page url.
- submitUrl - required, the page submitting the payment request.
LinkPoint Connect
See: http://www.tradepoint360.com/support/articles/linkpoint_connect_payment_service_configuration
PayPal
Tradepoint Payment Service Type: QueryString builder (requires user to
visit paypal to complete payment)
See: http://www.tradepoint360.com/support/articles/how_to_register_paypal_standard_website_payment_control for
configuration steps.