Questions tagged [wepay]

WePay provides APIs to process payments, and more. Ask questions regarding software development only. If you are a WePay user, contact WePay using their site.

WePay provides APIs to process payments, and more. Developer resources to use WePay APIs are available at https://www.wepay.com/developer/. Ask questions if you are a software developer only. If you are a WePay user, contact WePay using their site.

20 questions
0
votes
2 answers

Wepay integration

I'm trying to create a simple checkout page with wepay and my checkout code (taken from the SDK sample) works great for the owner (me) when I'm signed in, but when logged in as a different user who hasn't created the account (under theirs?) it says…
user1367323
  • 361
  • 2
  • 7
0
votes
2 answers

How to pass json object using PHP in Wepay API

I have integrated the Wepay payment gateway. But I have facing a problem to pass json object to wepay. It always shows a incorrect json format. Please look at the below code. $forca_a = array( 'debit_opt_in'=>true ); $forca =…
Rahul Patel
  • 81
  • 2
  • 10
0
votes
1 answer

Wepay Java SDK and GAE is giving an exception

I am using https://github.com/wepay/WePay-Java-SDK, deploying into GAE, i get the exception: java.lang.ClassCastException: com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection cannot be cast to…
Jeryl Cook
  • 989
  • 17
  • 40
0
votes
1 answer

Adding Variables to config/development.rb rails engine

Currently confused on configuring my application. I'm currently trying to initialize a new object in config/development.rb following this sample app tutorial https://www.wepay.com/developer/resources/wefarm-tutorial My problem is I'm building the…
-1
votes
1 answer

WePay Meteor can't get the Credit_card_id

In Meteor Server folder, I have this main.js file. Inside the main.js file, I added this code, saveCC(data){ var cc = ""; ... wp.call('/credit_card/create', { 'client_id': some_id, 'cc_number': data.ccn, …
JMA
  • 974
  • 3
  • 13
  • 41
1
2