Unable to capture the authorized payment, getting amount limit exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am just implementing the paypal rest api for capture payment from credit card. For store the cards i used Vault system to store the card and use authorize Api to authorize the capture amount. All are working fine till authorize the payment, but when i am trying to capture the payment its showing Bad Request "Capture limit exceed". While authorize i am giving amount f $60.70 and while capture amount i am giving $10.70
For authorize: payments/payment
Request: "intent": "authorize" (and with all required params)
For Capture: payments/authorization/<auth_id>/capture
Request: "amount": {
"total": 10.70,
"currency": "USD"
},
"is_final_capture": true
can anyone please tell me where i am wrong?
- Labels:
-
Payments REST APIs

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- where does paypal payments go to if there is no linked phone or email to the seller ? in PayPal Payments Standard
- Couldn't receive International payment in PayPal Payments Standard
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- My PayPal is not allowing me to receive or send requests. in PayPal Payments Standard
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment