Questions tagged [payment-processing]

A process and service that automates payment transactions between the shopper and merchant. Classically refers to credit card transactions, but nowadays the term describes also internet payment methods like Paypal.

It is usually a third-party service that is actually a system of computer processes that process, verify, and accept or decline credit card transactions on behalf of the merchant through secure Internet connections.

See also: http://www.firstatlanticcommerce.com/resources/payment-processing-diagram.aspx Authorize.Net: How it Works (Diagram)

671 questions
4
votes
2 answers

Braintree - Why braintree transactions created via API, or via sandbox, take so much time before settled?

Whenever, I create a transaction via Braintree API, or via their sandbox, it goes through many statuses like Authorized, Submitted for Settlement, Settled ... and all this takes 24 hours approximately. I want to ask is there a way by which I can…
4
votes
2 answers

Gift Aid Payments - Integrating a payments system API into a charity site

Ambiguous question, I know. But anyway, I'm developing a client's site that will enable users to donate to people doing charity work abroad. I need the users of the site who create their profiles to be able to input their PayPal email address (for…
Jack
  • 9,615
  • 18
  • 72
  • 112
4
votes
4 answers

In CyberSource test account, where is 'Transaction Security Keys' setting?

In Payment Gateway of Cyber Source Test Acoount Click here There is not Marchant Information -> Transaction Security Keys we refere Click here but not solved it.
eBizTrait
  • 43
  • 3
4
votes
1 answer

How to integrate New Payment Gateway into [NopCommerce 3.10], If plugins not available?

Want to know what is the process for custom payment gateway integration with NopCommerce. If my payment gateway plugins not available ? How to make a NopCommerce plugins for another payment gateway ? Which I required to integrate with my store…
4
votes
1 answer

Good solution for Payment Processing in Django

I am trying to pick a payment processing solution for my Django app and would like to know of some good general solutions. The following look rather promising: https://www.djangopackages.com/grids/g/payment-processing/ (General…
Buck
  • 731
  • 1
  • 11
  • 23
4
votes
1 answer

Can not get Stripe recipients to verify through API

I am trying to create Stripe recipient objects - but no matter what I try I've never been able to get one to come back as "verified." My understanding is that Stripe verifies recipients by checking the name and EIN / SSN fields against a government…
patricksayshi
  • 1,395
  • 3
  • 13
  • 18
4
votes
1 answer

How do I integrate with the Braintree Payment Gateway using Braintree.js?

can anyone know how to configure braintree.js payment gateway. here is the link to braintree's site. https://sandbox.braintreegateway.com Thanks in advance.
Arsh Sharma
  • 103
  • 1
  • 1
  • 9
4
votes
3 answers

Paypal Ipn Canceled Reversal

I have try to search for my problem here and on x.com but can't find anything, Then i like to ask. The problem is the Canceled_Reversal status. When i got this status how can i check if we won the case or we lost? Because what i found out was this…
user1549151
  • 61
  • 1
  • 3
4
votes
2 answers

Cartthrob Sagepay error

Using Sagepay gateway on a build and sorting the gateway integration. Works fine until we get to the actual payment processing and we get the error: HTTP Status Code: 500 HTTP Status Message: The request was unsuccessful due to an unexpected…
4
votes
2 answers

Void transaction attempt for cybersource gives error

Im using cybersource SOAP toolkit API to perform transaction. Transaction capture works fine, but whenever I attempt to void a transaction Im getting response code 246 :"you requested a void for a type of transaction that cannot be voided" . Why is…
Mridul Raj
  • 1,001
  • 4
  • 19
  • 46
3
votes
3 answers

Recommendations for DotNetNuke ecommerce module and payment processor for selling software components

I am looking to add an ecommerce module to sell software components to my website. The website uses Dotnetnuke 6 / SQL Server and I have an HSBC business account that I would like to receive payment into. I'm wondering if anyone has any…
Dr. Andrew Burnett-Thompson
  • 20,980
  • 8
  • 88
  • 178
3
votes
4 answers

Most suitable Paypal payment integration option

My setup: Rails 3.0.9, Ruby 1.9.2, Active Merchant 1.15.0 I just started to explore the best way to integrate credit card / Paypal payment into my site. The subscribe button option seems to be the easiest way to integrate and it doesn't even require…
Bob
  • 8,424
  • 17
  • 72
  • 110
3
votes
1 answer

Does Braintree support payment in installments?

I can't find anything related to installment plans in the docs, except recurring payment (https://developers.braintreepayments.com/guides/recurring-billing/overview), which to me seems to be related to subscriptions only
mdakovac
  • 172
  • 1
  • 5
  • 17
3
votes
1 answer

Does Apple allow Paypal iphone sdk integration now?

In one of our project we have requirement of payment processing. We had few options along with the Paypal. But regarding Paypal integration of iPhone SDK does APPLE allow payment processing within the application ? Application intend to sale…
Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99
3
votes
1 answer

Easypaisa integration in react-native

I am trying to integrate Easypaisa payment into my app. I have a merchant account. here is my code const requestBody = 'storeId=xxxx&amount=xx&postBackURL=xxx&orderRefNum=xx'; const requestHeader = { 'Accept': 'application/json', …
Kashif Ahmed
  • 803
  • 9
  • 20