- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a Payflow Pro sandbox account. I am submitting credit card transactions to the sandbox using Payments REST API. I have found that if the amount is $1500 or greater, then the transaction fails with error: INSTRUMENT_DECLINED The instrument presented was either declined by the processor or bank, or it can't be used for this payment.
However, the same fake credit card number works fine if the amount is less than $1500.
Is there a limit that I can adjust somewhere? I've done some searching but haven't found anything
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, the status code is 400. The response body is:
{"name":"INSTRUMENT_DECLINED","message":"The instrument presented was either declined by the processor or bank, or it can't be used for this payment.","information_link":"https://developer.paypal.com/docs/api/#INSTRUMENT_DECLINED","debug_id":"28b7ad24b45c2","processor_re...":{}}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, this looks odd and only seems to affect REST card payments on sandbox, Im not able to reproduce on legacy API's. I'll escalate to some of the PD folks to see the root cause and get it fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hey, its scheduled for fix but will take time since its impacting just sandbox I'll keep you posted once I get a date for this to go live.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI it looks like this error is occurring in the sandbox again for amounts greater than $1500.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@davidtraveller - Just running some tests on this and it looks to be working at the moment with my test tools, can you check on your side please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, I occur this problem in the sandbox again, when I try to pay $9990000, my personal account paid, but I can not capture this order.
error response as below,
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- How do I handle INSTRUMENT_DECLINED error? in REST APIs
- paypal_js_sdk_v5_unhandled_exception {err: 'Error: No ack for postMessage init() in SDKs
- Pay with Venmo integration is recently broken: Buyer access token not present in SDKs
- Problem with standalone smart buttons in PayPal Payments Standard
- How do I use multiple paypal smart buttons on the same site without repeating the code? in PayPal Payments Standard