Questions tagged [usaepay]

12 questions
3
votes
0 answers

E-Check in USAePay SOAP API

I have to make a transaction via USAePay SOAP API. try { $Request=array( 'AccountHolder' => 'Tester Jones', 'Details' => array( 'Description' => 'Example Transaction', 'Amount' =>…
Govinda Yadav
  • 539
  • 4
  • 14
1
vote
2 answers

ios usaepay magstripe credit card data, send for processing

In my application I use online payment, for that i used PaySabar device (audio jack device) which reads magstrip data on credit card swipe. I got credit data in encrypted format, all track1, track2 data are correct and perfect, but how to i send…
Parth Patel
  • 55
  • 1
  • 6
1
vote
1 answer

USAEPAY Payment Gateway integration

I am working on integrating USAEPAY with my eCommerce website. I am able to make a payment through Payment form. I recieve an email saying that the payment was successful with all the information entered by the client. I have selected the response…
Kiran
  • 8,034
  • 36
  • 110
  • 176
0
votes
0 answers

USAePay Create a payment method for a customer using the REST API and Sandbox not working - PHP

I got specified source key not found while creating a payment method, but i am able to collect the payment method. The issue only appears when I try to create a new one. All other endpoints work just fine. I am testing everything on the sandbox…
Odda Kussa
  • 31
  • 4
0
votes
1 answer

Export Data into Separate Columns using PHPSpreadsheet

I am working on a project to convert payment methods into tokens. To do this, I need to generate Method IDs using the customer numbers from my database. I have created a simple HTML form where I can upload an excel sheet with the customer numbers…
0
votes
0 answers

An error occurred: 40030: Customer Not Found, using UsaEpay soap API

Hi Stackoverflow community, I am attempting to implement the "convertPaymentMethodToToken" method from USAePay soap api documentations. For the function to work, it is required to fetch the customer number from the UsaEpay acct, and it generates a…
0
votes
1 answer

function for USAePay API in TWilio functions returns 504 code

I'm trying to make a post request in Twilio functions to process a charge with the USAePay gateway API but my code seems to be tripping somewhere. Any insight is appreciated. I think it may be the callback() function being in the wrong place. I also…
jack
  • 330
  • 3
  • 12
0
votes
0 answers

Is there a feature in authorize.net or usaepay for following purpose?

I have scenario like this : We have an app where there can be service provider and service receiver. They both have to register in our app. Service receiver will pay the Service provider by paying for the service via our App and our app will cut…
SudeepShakya
  • 571
  • 3
  • 14
  • 34
0
votes
1 answer

Generate Public API Key from USAePay Rest API Returning Error

I have been trying to generate a Public API key for my USAePay account to use with a USAePay Client JS iFrame using PHP. The CURL request keeps returning error code 80: Transaction type not allowed from this source. I have tried with and without a…
TemiU
  • 21
  • 2
0
votes
0 answers

ActiveMerchant USA Epay ignore duplicate

Based on USAEpay docs, it's possible to set ignore_duplicate. Something related to UMignoreDuplicate. Can someone please advice on how to use it? Or set it? I already tried below command and seems not to be working... > gateway=…
Dan Rey Oquindo
  • 276
  • 1
  • 3
  • 11
0
votes
1 answer

Order Id not searching usaepay sandbox search functionality

I am integrating usaepay with my magento store, order is placed using usaepay in sandbox mode. But it is not searching in sandbox search feature of usaepay.
Andy
  • 1
  • 1
-1
votes
1 answer

Usaepay payment declines, ssl version error

I am using usaEpay for my mobile app. I was using my friend's server and there was no problem. Then I rented a server for my own. switched the backend to the new server. I am using the exact same code. I implemented rapid SSL to my site. But I…
CanCode
  • 19
  • 1