payment

PayPal Adaptive Payments - Error 520009 - Account is restricted

不羁的心 提交于 2019-12-10 13:27:56
问题 Apologies in advance if this is a silly question. I did try digging around, but couldn't find an answer. I'm trying to set up a chained payment (at the sandbox environment), but am getting error 520009 (Account is restricted). Tried several email addresses, and they all give me this error. The email addresses are not registered with Paypal, but as far as I know this shouldn't be an issue as the adaptive payments module doesn't require the receivers to have Paypal accounts in advance (though

Payments in WP8 app

我们两清 提交于 2019-12-10 10:18:13
问题 I am currently making a windows phone 8 silverlight app. In the app we would like to allow the user to pay through paypal or another way of paying. I also looked up the in app payments from the dev center, but did not manage to see a payment with variable values there. Any help on what to use or examples about how to do this would be greatly appreciated. Update: according to the policy of the windows phone store you are not alowed to use paypal for example and can nly use Windows Phone in app

Security.dll Issue with .NET project

喜夏-厌秋 提交于 2019-12-10 09:37:32
问题 We have started getting the following error on some of our payment applications: Unexpected Error from method PurchasePermitObject: MakePayment The underlying connection was closed: An unexpected error occurred on a receive.Unable to find an entry point named 'EnumerateSecurityPackagesW' in DLL 'security.dll'. The error happens sporadically with no rhyme or reason. On researching this issue I have discovered there is an issue with using a dll named security.dll https://connect.microsoft.com

Server-side Payment Token decryption for Apple Pay

我怕爱的太早我们不能终老 提交于 2019-12-09 22:42:21
问题 There are third party libraries that provide support for decrypting Apple Pay token on the server side. Is there any such .NET library? Third-paty Libraries Ruby library for decrypting Apple Pay payment tokens PHP library for decrypting Apple Pay payment tokens What we're trying to accomplish We're using Compass XML platform for payment processing, and the goad is to decrypt the payment token on our server and then use the Compass XML for final payment processing. 回答1: I just pushed my works

Accept Payments from PayPal via Windows Forms Application

て烟熏妆下的殇ゞ 提交于 2019-12-09 11:56:33
问题 I am trying to find out if it's possible to Accept Payments from PayPal via Windows Forms Application - but haven't found much info yet. Is it possible to do this? I don't want any redirection/browser controls/etc in my app. I just want to use some kinda API or something from PayPal. But i've been going around in circles on their x.com, still can't find anything about it. 回答1: You must use paypal web services.It is not realy so hard. Visit this page another link another link 来源: https:/

What is the simplest way to charge money over the Internet? [closed]

Deadly 提交于 2019-12-09 04:13:24
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I have a .Net 2.0/3.5 WebApplication. I want to be able to take money over the internet for my service. Each of my customers will have

Paypal: Unable to Reauthorize Authorized Payment Error : An internal service error occurred

╄→尐↘猪︶ㄣ 提交于 2019-12-08 13:39:28
问题 Paypal: Unable to Reauthorize Authorized Payment Below is my code $clientId = 'XXXXX'; $secret = 'XXXX'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://api.sandbox.paypal.com/v1/oauth2/token"); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "grant_type=client_credentials"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERPWD, $clientId . ":" . $secret); $result = curl_exec($ch); if

can client pay from his apple account to company from iphone application

僤鯓⒐⒋嵵緔 提交于 2019-12-08 11:42:45
问题 From My Previous question sending request to apple - from iphone custom application Here, I have added more specified my question. Suppose my application has implemented followings. Lets take an simple example I have developed an application, for mobile dealer. User can see ten mobile items on screen. Now, user selects two items.(mobiles) Now, User chooses check out option. in check out option, he will provide his apple account - id & password. Above I have explained the process that should

database design for a payment system

一笑奈何 提交于 2019-12-08 06:52:57
问题 I have four table as below: FEES fees_id, interest, amount, total_amount, status_id, is_recurring recurring_status from_date to_date payment_id F001 1.50 1000 1015 1 N NULL 2018-11-01 2018-11-01 1 F002 2.00 2000 1020 1 Y COMPLETE 2018-11-01 2018-11-20 2 PAYMENT id, amount, payment_date, txn_id, bnk_name, txn_status, pay_mode, dd_no, dd_date, chk_no, chk_date 1 1015 2018-11-11 TXN0001 SBI 1 1 NULL NULL NULL NULL 2 1020 2018-11-20 NULL NULL NULL 3 DNO001 2018-11-19 NULL NULL PAY_MODES id name

WooCommerce - hide payment gateway

亡梦爱人 提交于 2019-12-08 05:46:27
问题 How I can hide a payment-gateway plugin for specific customer on WooCommerce , for example if the customer's first name is : Peter , the plugin will not show for him. eg: Woocommerce hide payment gateway for user roles 回答1: I hope this will work for you , if any problem persist please let me know. function woo_disable_cod( $available_gateways ) { $current_user = wp_get_current_user(); //check whether the avaiable payment gateways have Cash on delivery and user is not logged in or he is a user