Showing posts with label Payment gate way. Show all posts
Showing posts with label Payment gate way. Show all posts

Thursday, October 04, 2012

PayPal Recurring Payments


When you use PayPal Subscriptions and Recurring Payments, your customers can purchase automatically recurring subscriptions from your website, or even using a link in an email!
Subscriptions and Recurring Payments is a low-cost way for you to accept credit card and bank account payments for content site subscriptions, newsletter fees, club dues, or recurring donations, and can be fully integrated with your website in a few easy steps. Subscriptions and Recurring Payments is only available for Business or Premier accounts.


What are the benefits?

Save time and money with PayPal's hassle-free Subscriptions and Recurring Payments:
  • Easy to implement - flexible and automatic billing frees you from sending invoices
  • No up-front costs - you'll have the same low fee schedule used when you receive other PayPal payments
  • Sell with ease - PayPal maintains detailed transaction records on our website
  • Improve buyer experience - with customizable buttons and secure payments, happy customers become repeat customers

How to implement:

This is simple. You just need to add three  hidden fields listed below.

<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1"> 
<input type="hidden" name="srt" value="1">

src

Recurring payments. Subscription payments recur unless subscribers cancel their subscriptions before the end of the current billing cycle or you limit the number of times that payments recur with the value that you specify for srt.
Allowable values are:
  • 0 – subscription payments do not recur
  • 1 – subscription payments recur
The default is 0.

srt
Optional
Recurring times. Number of times that subscription payments recur. Specify an integer with a minimum value of 1 and a maximum value of 52. Valid only if you specify src="1".

sra

Reattempt on failure. If a recurring payment fails, PayPal attempts to collect the payment two more times before canceling the subscription.
Allowable values are:
  • 0 – do not reattempt failed recurring payments
  • 1 – reattempt failed recurring payments before canceling
The default is 1.






Thursday, August 16, 2012

plimus payment gateway | payment gateway | Sample code to integrate plimus as payment gateway

 Here is a Sample code to integrate plimus as payment gateway either for one time payment or for Recurring payment.

<form id="form1" action="https://sandbox.plimus.com/jsp/buynow.jsp" method="post">
<div>
<input type="hidden" name="contractId" value="2114108" />
<input type="hidden" name="quantity" value="1" />
<input type="hidden" name="overridePrice" value="20" />
<input type="hidden" name="custom1" value="1001" />
<input type="hidden" name="enableCustom" value="Y" />
<input type="hidden" name="firstName" value="Lakhan" />
<input type="hidden" name="lastName" value="Pal" />
<input type="hidden" name="email" value="lakhangarg@gmail.com" />
<input type="hidden" name="address1" value="6252 NW 65 Terrace" />
<input type="hidden" name="address2" value="Test Course" />
<input type="hidden" name="city" value="Parkland" />
<input type="hidden" name="zipCode" value="33067" />
<input type="hidden" name="country" value="us" />
<input type="hidden" name="state" value="FL" />
<input type="hidden" name="workPhone" value="1-858-350-7473" />
<input type="hidden" name="cardNumber" value="4111111111111111" />
<input type="hidden" name="verifyCardCode" value="411" />
<input type="hidden" name="bCur" value="USD" />
<input type="hidden" name="currency" value="USD" />
<input type="submit" id="btnSubmit" name="btnSubmit" value="Plimus - Pay Now"/>
</div>
</form>


Refer the following useful urls:

plimus sandbox URL  :https://sandbox.plimus.com/jsp/buynow.jsp

Form for plimus: http://www.dotnetspark.com/kb/841-payment-gateway-integrate---plimus.aspx

httpNotificationVariable IPN variables: https://sandbox.plimus.com/html/httpNotificationVariable.html

Useful tip for IPN:

http://home.plimus.com/ecommerce/learning-center/instant-notifications/ipn-guide
http://home.plimus.com/ecommerce/learning-center/instant-notifications/sample-code

Alertpay implementation | generate Alertpay button | Alertpay gateway | Alertpay

This payment-gate way is like pay-pal.Two account have create by user business and personal pro account.And also define IPN URL in the IPN settings.

These steps to create Alertpay buy now button are as follow.
  1. Log in to your Alertpay account using your username and password.
  2. Click Business Tool Tab.
  3. In Advanced Integration section, Click Generate a “Buy Now” Button.
  4. Select your Business Account
  5. Enter the item details, such as Item type, Name, Description, Item Code and change the button image if you want.
  6. Then enter the pricing details such as Currency, Amount, Shipping & Handling, Discount Amount & Tax.
  7. Setup your url for return and cancellation and Click Update.
  8. Alertpay System will generate a link code and image code, copy the code that you want use and paste it in your website page.
  9. Now you could receive payments for your goods and services using Alertpay.
Alert pay Login : https://www.alertpay.com/login.aspx

Signup : https://www.alertpay.com/signup/signup.aspx

Create personal pro and business account.And start your transactions.

Refer Useful tips:
http://hubpages.com/hub/How-to-generate-Alertpay-buy-now-button
http://www.infinitydownline-infinity100.com/alertpay-set-up-for-infinity-downline/
https://dev.alertpay.com/index.php/integration-tools/html-integration/ipn-guide
https://dev.alertpay.com/en/resources/documentation/alert-url.html