I need to implement BeanStream payment gateway in my C# code.I am new in payment gateway implementation. Can anybody help me with any demo project? prior thanks.
Integration of BeanStream with Asp.Net website
2.1k views Asked by Rupendra AtThere are 2 answers
On
Now i am well aware about BeanStream to give answers . BeanStream accepets two types of Transaction modes:
The Standard Transaction Process With the Beanstream gateway, the basic transaction process occurs over three stages: • The transaction is submitted to the API • Automated error checks validate the information submitted in the request string • The data is submitted to the bank and a response is returned to the merchant’s server
we can use :
Basic HTTP Post
Server to Server Protocol
SOAP Method
Sample authorized Request string :
- Here you need to get an authorized Merchant_id and admin account (It could be on their Testing sandbox or your real admin account Merchant_Id.Replace the Merchent_Id with in this Request string before executing this Request)
Sample Authorized Response string:
trnApproved=1&trnId=10001364&messageId=1&messageText=Approved&trnOrderNumber=1234TEST&authCode=TEST&errorType=N&errorFields=&responseType=T&trnAmount=5%2E00&trnDate=7%2F31%2F2009+11%3A57%3A12+AM&avsProcessed=0&avsId=0&avsResult=0&avsAddrMatch=0&avsPostalMatch=0&avsMessage=Address+Verification+not+performed+for+this+transaction%2E&cardType=VI&trnType=P&paymentMethod=CC&ref1=&ref2=&ref3=&ref4=&ref5=
hope this will be helpful to those who are willing to integrate with BeanStream.
Pages here contains details information about integration API and there is a blog post which has a sample code in c#: Sample C# code for BeanStream credit card processing