Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/payments/payment
- 阅读更多 关于 Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/payments/payment
问题 I am using PayPal rest sdk/api and charging to my customers but then i am calling charge section multiple time in loop then at first time my customer's account is debited but other customer's account is not debited when i tried to debug i found this error "Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/payments/payment" As when loop calls first time the Rest sdk/api charge function then it get success but the it showing error when loop runs further. Please let me