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
3
votes
0 answers

java.lang.NoClassDefFoundError: com.wepay.android.internal.Swiper

I'm working on integrating WePay Java SDK in Android Studio. Using following class for WePay initialization: import android.content.Context; import android.graphics.Bitmap; import com.wepay.android.SignatureHandler; import…
pratiti-systematix
  • 792
  • 11
  • 28
1
vote
0 answers

How to create Wepay account and How to get client_id and client_secret from account?

I want to integrate wepay in my application for payments. I have created wepay account but unable to find client_id and client_secret on application dashboard. How I can find client_id and client_secret as these two fields are required to create…
1
vote
2 answers

redirect issue after wepay payment success in php

I have a problem to redirect after wepay payment success means how can I redirect after this wepay url https://stage.wepay.com/status/checkout_complete/1233455 and this is my code try { $data['checkout']= $wepay->request('/checkout/create',…
UMDEVELOPER
  • 89
  • 11
1
vote
2 answers

How to pass JSON Data Using PHP CURL in WePay API?

I want to use WePay reports API for reporting purpose to show WePay transaction and withdrawal information in my custom application . When I call Wepayreports api I have faced some issues in passing JSON Data using PHP CURL. My Code like…
Faisal
  • 4,591
  • 3
  • 40
  • 49
1
vote
1 answer

how to create a new application in stage wepay after having an account already

i have a seemingly simple question but it seems impossible? i have a stage wepay account. I already have an application account there. I want to add a new application account. how do i do it?
Toskan
  • 13,911
  • 14
  • 95
  • 185
1
vote
2 answers

does the custom wepay checkout example work for cards from outside USA?

this only asks for zip code: https://www.wepay.com/developer/process_payments/tokenization-custom-checkout the iframe checkout asks for a lot more things as soon as you select something that is not USA, say you select the next top entry,…
Toskan
  • 13,911
  • 14
  • 95
  • 185
1
vote
0 answers

Error on execute set_endpoint for WePay

Working through: https://www.wepay.com/developer/process_payments/tokenization-custom-checkout When I execute: WePay.set_endpoint("stage"); I get the error returned: messenger:10 Uncaught TypeError: Cannot read property 'wepay_call_path' of…
Nate Bunney
  • 2,418
  • 2
  • 22
  • 31
1
vote
1 answer

WePay embedCheckout with c#

Hello i try to create an embed payment in my web site with Wepay. In PHP the code example is
Cédric Boivin
  • 10,854
  • 13
  • 57
  • 98
0
votes
1 answer

How to run the schema register for Apache Kafka without Confluent env

I am not getting any doc through which I can setup my schema registry for Apache Kafka env only with the help of Confluent. but all I am getting is docs in Confluent env using.
0
votes
1 answer

NoMethodError: undefined method `wepay' for #

I am currently trying to deploy using capistrano, but keep running into this deployment error: Caused by: SSHKit::Runner::ExecuteError: Exception while executing on host : rake exit status: 1 rake stdout: rake aborted! NoMethodError: undefined…
Sara Fuerst
  • 5,688
  • 8
  • 43
  • 86
0
votes
0 answers

Incorrect redirect_uri after payment success

{ "account_id": 1095208329, "short_description": "Freelance services rendered", "type": "service", "amount": 1.67, "currency": "USD", "hosted_checkout": { "mode": "iframe", "redirect_uri":…
0
votes
1 answer

Splitting Payment into different accounts in WePay

I have a website that provides various campaign and donation for it. So requirement is however any user will donate amount it will goes to owner of campaign but some of percent of amount will credit to owner of website(me). Is there any way to…
Parth Shah
  • 18
  • 5
0
votes
1 answer

"this" returns undefined in wepay callback closuer

please i need your help. I am trying to call this to access a variable that i have in my data object in vuejs but this returns undefined Here is my code let response = '' let self = this response = WePay.credit_card.create({ …
Mbengchan
  • 166
  • 3
  • 17
0
votes
1 answer

WePay API response error "payment method does not exist or does not belong to app"

i was having a problem with Wepay API. My codes are correct but it keeps on returning an error saying "payment method does not exist or does not belong to app". I already configured the permission to allow tokenized credit cards. But still. Any…
0
votes
1 answer

Wepay-API: This app does not have permission to access this endpoint (account/kyc/authorize/)

I am making an online marketplace website using WePay API. I created user merchant accounts using provided client_id, client_secret, access_token, and also created Know Your Customer object using endpoint('account/kyc/create/') it returns me kyc_id…
Majid
  • 13
  • 1
  • 3
1
2