Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in

Le forum de Communauté ne sera plus disponible à partir du 30 Juin 2025. Le Forum de la communauté n’est pas disponible pour les nouveaux messages ou les réponses; les articles précédents restent disponibles pour vérification. Afin de connaître les options d’assistance complètes, rendez-vous sur PayPal.com/HelpCenter

Si vous souhaitez signaler du contenu illégal et contraire au Règlement sur les services numériques de l’Union Européenne (DSA), veuillez cliquer ici.

since ‎Aug-20-2015
Country: Thailand
Type: Business
ve3
ve3 Contributor
Contributor
3
Posts
0
Kudos
0
Solutions
Ice Breaker
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Your 5th PayPal Anniversary
The Return
Organized
Active
View all
Latest Contributions by ve3
  • Topics ve3 has Participated In
  • Latest Contributions by ve3

Re: Change of Account type

by ve3 Contributor in Managing Account Archives
‎Nov-18-2021 03:58 AM
‎Nov-18-2021 03:58 AM
I contact PayPal but they say this.   "In compliance with Thailand's local bank regulations and business registration, we are not able to downgrade the account at the moment. We appreciate your patience and understanding."   They force me to send business info while I don't have anything because I don't own any business thing currently. I asked them to downgrade to personal account but they said can't do that. That's suck. ... View more

How to accept recurring payment using Braintree SD...

by ve3 Contributor in About Payments
‎Feb-10-2018 10:42 PM
‎Feb-10-2018 10:42 PM
I have this code that is using Braintree SDK with PayPal express checkout and it is working.   <?php require __DIR__ . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . '_config.php'; require __DIR__ . '/php/braintree/lib/autoload.php'; $gateway = new Braintree\Gateway([ 'accessToken' => $access_token, ]); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Test paypal braintree SDK.</title> </head> <body> <h2>Braintree SDK payment.</h2> <div id="paypal-button"></div> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="https://www.paypalobjects.com/api/checkout.js"></script> <script src="https://js.braintreegateway.com/web/3.25.0/js/client.min.js"></script> <script src="https://js.braintreegateway.com/web/3.25.0/js/paypal-checkout.min.js"></script> <script> paypal.Button.render({ braintree: braintree, env: 'sandbox', // Or 'sandbox', commit: true, // Show a 'Pay Now' button client: { sandbox: '<?php echo $gateway->clientToken()->generate(); ?>', production: 'xxxxxxxxx' }, style: { size: 'medium', color: 'gold', shape: 'pill', label: 'pay',// https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/customize-button/#label layout: 'horizontal', fundingicons: true }, /*funding: { disallowed: [ paypal.FUNDING.CARD ] },*/ payment: function (data, actions) { /* * Set up the payment here */ console.log('on payment setup.'); console.log(data); console.log(actions); console.log('-------------------'); return actions.braintree.create({ flow: 'checkout', // Required intent: 'sale',// http://braintree.github.io/braintree-web/current/PayPalCheckout.html amount: '0.20', // Required currency: 'USD', // Required enableShippingAddress: false }); }, onAuthorize: function (payload, actions) { /* * Execute the payment here */ console.log('on authorize.'); console.log(payload); /* * Submit `payload.nonce` to your server. * payload.orderID is invoice id. */ jQuery.ajax({ url: 'btsdk-payment-serverside.php', method: 'POST', data: 'amount=0.20&payment_method_nonce='+payload.nonce+'&order_id='+payload.orderID+'&ppdesc=test braintree sdk payment' }) .done(function(data, textStatus, jqXHR) { console.log('paid success!'); alert('success'); }) .always(function(data, textStatus, jqXHR) { console.log('server transaction response'); console.log(data); }); // for more data about the user's PayPal account: actions.payment.get().then(function(data) { console.log('actions.payment.get data:'); console.log(data); }); console.log('-------------------'); }, onCancel: function (data, actions) { /* * Buyer cancelled the payment */ console.log('on cancel payment.'); console.log(data); console.log(actions); console.log('-------------------'); }, onError: function (err) { /* * An error occurred during the transaction */ console.log('on error payment.'); console.log(err); console.log('-------------------'); } }, '#paypal-button'); </script> </body> </html> But I can't code it for subscription or recurring payment (monthly, annually). I cannot signup Braintree account because my country is not supported. So, I cannot create plan or follow coding with this document (https://developers.braintreepayments.com/guides/recurring-billing/plans).   How to accept recurring payment using Braintree SDK? ... View more

cannot confirm email on sandbox

by ve3 Contributor in Getting started with PayPal
‎Jan-11-2018 06:02 PM
‎Jan-11-2018 06:02 PM
Cannot confirm email in the sandbox website after signup. There is no email to my email account for confirmation none in the inbox or spam. How to confirm email? ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros