paypal error code 15005 - drupal

I'm using ubercart paypal module as a mean for credit card transaction and it's doing grate job for me. But in some of the order detail i found this type of message in admin comment box -
First : for same transaction
Authorize and capture immediately failed.
Error: 15005: This transaction cannot be processed.
Address: Nothing matched; transaction declined
CVV2: Match
Secondly : for same transaction
Authorize and capture immediately
Success: 100.00 USD
Address: Nothing matched; transaction declined
CVV2: Match
I wants to know that error code: 15005 going to hurt my client badly?
what does it mean? -
1] Address: nothing matched, transaction declined
2] Authorize and capture immediately failed
Any suggestion or advice on this issue will gonna be helpful to me.

Address: nothing matched, transaction declined means that the address details provided by the payer did not match those of the cardholder. It's a security check performed by pretty much every online payment facility these days.
According to the Paypal API Error Codes page error 15005 means:
The transaction was declined by the issuing bank, not PayPal. The merchant should attempt another card.

Related

Oracle APPS R12- AP Invoice Struck in re-validation

Created an AP invoice with PO number and no holds placed and it has been validated. But it is struck in re-validation state. How to rectify this re-validation issue. Due to this I am unable to make a payment for this is invoice.
Needs - Revalidation status removal steps

Generic Error webhook for integromat scenario

So I know at each step of a scenario I can setup an error handler to call a webhook, but does anyone know if it's possible to just fire a webhook if the scenario fails anywhere?
Reason: I want to send failures to OpsGenie as the current email notification thing is daft and prone to getting missed.
Any help would be greatly appreciated.
List all scenarios https://www.make.com/en/api-documentation/scenarios-get
Filter active scenarios with "islinked" parameter
Get logs every 5 minutes for the last 5 minutes https://www.make.com/en/api-documentation/scenarios-scenarioId-logs-get
Filter by status warning or error
Pull information to OpsGenie

RingOut and call log results are not useful (when the call is not answered by a human)

When making a RingOut call between two PSTN phone numbers, RingCentral does not report the call outcome when the callee's phone goes to voicemail or to the "subscriber is unavailable" message or the callee hangs up.
In the cases I have tested the call outcome is always "Success" when doing a get request to the RingOut API endoint /restapi/v1.0/account/~/extension/~/ringout/###.
When querying the call-log or the active-calls endpoint, with the ?view=Detailed parameter the results is always "Call connected" for the whole call and the callee's leg of the call.
My question is how do I determine if the callee's phone:
Went to Voicemail.
They hang up.
They weren't able to answer because of a network issue.
Basically how do I know if a human answered the phone or not?
In order to determine if a call goes to Voicemail, this requires ADM (Answering Machine Detection) which is a functionality of call-center softphone which handles auto-dialing.
RingCentral offers this functionality through the Contact Center product (https://www.ringcentral.com/contact-center/contact-center-features.html). If you need this type of functionality, please contact your RingCentral Account Executive to discuss your needs.
Here is a set of documents which provide greater detail on these deterministic values for RingOut using the API: http://developing-with-ringcentral.readthedocs.io/en/latest/making_calls/#making-a-call

Cybersource rejects transaction with different values of purchaseTotals_grandTotalAmount

When perform a transaction through CyberSource it accepts some amounts while rejects some value of amounts. e.g if i put following amount, CyberSource will reject transaction with Error Code 203.
request.put("purchaseTotals_grandTotalAmount", "1500");
while if i change the amount to any of following, CyberSource will Accept the transaction
request.put("purchaseTotals_grandTotalAmount", "7676");
request.put("purchaseTotals_grandTotalAmount", "324");
i don't know what is the reason behind it. Is there any limitation or criteria for the amount or what.
Cyber source inorder to simulate various scenratios, give error codes based on the dollar amounts you pass to the service
Based on the simulator that your service is tied up to you will get different responses.
https://www.cybersource.com/developers/test_and_manage/testing/simple_order_api/fdiglobal/soapi_fdiglobal_errors.html
Please see some of the above responses If NAshville Global simulator is configured as part of your apps cybersource account

Biztalk subscriber error

Can anyone help me with this error message please?
Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5778
Date: 1/02/2013
Time: 7:15:04 AM
User: N/A
Computer: BIZTALKSERVER
Description:
The Messaging engine failed to process a message submitted by adapter:SQL Source URL:SQL://SQLSERVER/SQLDB/.Details:
The published message could not be routed because no subscribers were found.
This error occurs if the subscribing orchestration or send port has not been enlisted,
or if some of the message properties necessary for subscription evaluation have not
been promoted. Please use the Biztalk Administration console to troubleshoot this failure.
What the error is saying is that BizTalk can't determine subscribers for that message. So your starting point would be to check your subscription settings on Send port or orchestration receive shape filter expression.
Rather than checking individual ports, etc. - I'd look at subscriptions via the admin console as a starting point - when viewing the underlying subscriptions the answer as to why no matching subscription is found is sometimes quite obvious.
I get the same error message on a system that has been working fine for 36 months. I think it is related to orphaned messages after we restarted the host and send ports. I just went and resumed the message from the Biztalk Group page -> Suspended items/Resumable -> right click resume the message. all is well.
Check for the filters in your send ports i.e BTS.ReceivePortName= "Your Receive Port Name".
Check the relevant send port is started, Orchestration is enlsited with correct bindings and receive location is enabled
After 1st and 2nd steps, go to Plateform setting and restart your Host instances.
Refresh your application, Now go to Suspended messages in GroupHub and resume your serviceInstance which should be in resumable state. Now it should be working.
Thanks
Mayank

Resources