Skip to main content

PayPal Community

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

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 ‎May-08-2019
Country: Malaysia
Type: Personal
karhong
karhong Contributor
Contributor
3
Posts
0
Kudos
1
Solution
Your PayPal Anniversary
Helper
Ice Breaker
The Return
Active
View all
Latest Contributions by karhong
  • Topics karhong has Participated In
  • Latest Contributions by karhong

Re: Pay with card without create account

by karhong Contributor in My Account Archives
‎Jul-17-2019 12:54 AM
‎Jul-17-2019 12:54 AM
Found the solution. Share this out and hopefully this is useful for someone who hit the same issue with me. "fundingicons"   style: { label: 'pay', size: 'small', color: 'blue', shape: 'rect', tagline: 'false', height: 34, fundingicons: true//Make credit card payment available without creating account }, ... View more

Pay with card without create account

by karhong Contributor in My Account Archives
‎Jul-16-2019 11:33 PM
‎Jul-16-2019 11:33 PM
Hi all,   Hope to get some help from community. I've implemented the paypal checkout > paypal.Button.render In the account, it's already set 'ON' for PayPal Account Optional.   When user pressed the paypal button, if the country is US, then there isn't a need to create a paypal account to proceed. Once I changed the country to 'Malaysia' then it required to create an account.   Anyone know why is that so? Is it some kind of country specific restriction? I search and this is the only thing i can get but I can't confirm it.   Can someone help? Regards, Brian ... View more
Labels:
  • Labels:
  • Manage settings

Paypal checkout - user says he did only one transa...

by karhong Contributor in NVP/SOAP APIs
‎May-08-2019 11:51 AM
‎May-08-2019 11:51 AM
Hi,   I would like to ask regarding the success returned data as below. User claimed that he did only one transaction, but from the data returned, I can see the PAYID is different. I'm not familiar with paypal checkout returned data, just wondering is this a bug [which paypal really fire twice, and charged member twice] or user's the one did the transaction twice ? I don't think my program is the problem as this is fired from paypal right?  Both transaction are 7 minutes difference. Thanks in advance.   First transaction { "id": "PAYID-<removed>", "intent": "sale", "state": "approved", "cart": "57G70805KC3195643", "payer": { "payment_method": "paypal", "status": "UNVERIFIED", "payer_info": { "email": "xx, "first_name": "CHEW YIN", "last_name": "<removed>", "payer_id": "<removed>", "shipping_address": { "recipient_name": "CHEW YIN <removed>" }, "phone": "<removed>", "country_code": "MY" } }, "transactions": [ { "amount": { "total": "272.00", "currency": "USD", "details": { "subtotal": "272.00", "shipping": "0.00", "insurance": "0.00", "handling_fee": "0.00", "shipping_discount": "0.00" } }, "payee": { "merchant_id": "<removed>", "email": "yyy" }, "soft_descriptor": "PAYPAL *THINK VALUE", "item_list": { "shipping_address": { "recipient_name": "CHEW YIN <removed>" } }, "related_resources": [ { "sale": { "id": "2WH62316VE855673B", "state": "completed", "amount": { "total": "272.00", "currency": "USD", "details": { "subtotal": "272.00", "shipping": "0.00", "insurance": "0.00", "handling_fee": "0.00", "shipping_discount": "0.00" } }, "payment_mode": "INSTANT_TRANSFER", "protection_eligibility": "ELIGIBLE", "protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE", "transaction_fee": { "value": "12.27", "currency": "USD" }, "receivable_amount": { "value": "272.00", "currency": "USD" }, "exchange_rate": "0.232569349046827", "parent_payment": "PAYID-LTJJ4EA687432918N346873M", "create_time": "2019-05-08T09:15:11Z", "update_time": "2019-05-08T09:15:11Z", "links": [ { "href": "https://api.paypal.com/v1/payments/sale/2WH62316VE855673B", "rel": "self", "method": "GET" }, { "href": "https://api.paypal.com/v1/payments/sale/2WH62316VE855673B/refund", "rel": "refund", "method": "POST" }, { "href": "https://api.paypal.com/v1/payments/payment/PAYID-LTJJ4EA687432918N346873M", "rel": "parent_payment", "method": "GET" } ], "soft_descriptor": "PAYPAL *THINK VALUE" } } ] } ], "create_time": "2019-05-08T09:14:56Z", "update_time": "2019-05-08T09:15:11Z", "links": [ { "href": "https://api.paypal.com/v1/payments/payment/PAYID-LTJJ4EA687432918N346873M", "rel": "self", "method": "GET" } ] }   Second transaction { "id": "PAYID-<removed>", "intent": "sale", "state": "approved", "cart": "77504562VP893890N", "payer": { "payment_method": "paypal", "status": "UNVERIFIED", "payer_info": { "email": "xx", "first_name": "CHEW YIN", "last_name": "<removed>", "payer_id": "<removed>", "shipping_address": { "recipient_name": "CHEW YIN <removed>" }, "phone": "<removed>", "country_code": "MY" } }, "transactions": [ { "amount": { "total": "272.00", "currency": "USD", "details": { "subtotal": "272.00", "shipping": "0.00", "insurance": "0.00", "handling_fee": "0.00", "shipping_discount": "0.00" } }, "payee": { "merchant_id": "<removed>", "email": "yy" }, "soft_descriptor": "PAYPAL *THINK VALUE", "item_list": { "shipping_address": { "recipient_name": "CHEW YIN <removed>" } }, "related_resources": [ { "sale": { "id": "0B386392WW3079709", "state": "completed", "amount": { "total": "272.00", "currency": "USD", "details": { "subtotal": "272.00", "shipping": "0.00", "insurance": "0.00", "handling_fee": "0.00", "shipping_discount": "0.00" } }, "payment_mode": "INSTANT_TRANSFER", "protection_eligibility": "ELIGIBLE", "protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE", "transaction_fee": { "value": "12.27", "currency": "USD" }, "parent_payment": "PAYID-LTJJWUA1CB90355BW808611Y", "create_time": "2019-05-08T09:07:57Z", "update_time": "2019-05-08T09:07:57Z", "links": [ { "href": "https://api.paypal.com/v1/payments/sale/0B386392WW3079709", "rel": "self", "method": "GET" }, { "href": "https://api.paypal.com/v1/payments/sale/0B386392WW3079709/refund", "rel": "refund", "method": "POST" }, { "href": "https://api.paypal.com/v1/payments/payment/PAYID-LTJJWUA1CB90355BW808611Y", "rel": "parent_payment", "method": "GET" } ], "soft_descriptor": "PAYPAL *THINK VALUE" } } ] } ], "create_time": "2019-05-08T09:03:12Z", "update_time": "2019-05-08T09:07:57Z", "links": [ { "href": "https://api.paypal.com/v1/payments/payment/PAYID-LTJJWUA1CB90355BW808611Y", "rel": "self", "method": "GET" } ] } ... View more
Labels:
  • Labels:
  • Button APIs
  • Express Checkout
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