-
CyberSource returns 500 when the request cannot be completed (e.g. missing expiration month). ActiveMerchant will throw a `RuntimeException` in that case, which is then wrapped in a `PaymentApiExcepti…
-
I believe that the refund should have failed.
select
payment_id
,case when incoming_funds > authorized_funds and outgoing_funds > incoming_funds then 'INCOMING>AUTH & OUTGOING>INCOMING'
…
-
I believe that the capture should have failed.
select
payment_id
,case when incoming_funds > authorized_funds and outgoing_funds > incoming_funds then 'INCOMING>AUTH & OUTGOING>INCOMING'
…
-
`PaymentApi#getPayment` currently looks at the data on disk, and populates the plugin properties from the plugin if needed (https://github.com/killbill/killbill/blob/master/payment/src/main/java/org/k…
-
-
```
I had to load a native dll in one of my projects (the vendor actually
asked me to place his dll in my bin\Debug or bin\Release directory so I
assume it is native), stand alone application ran fi…
-
Upon API calls, the payment system delegates the plugin task to a dispatcher thread; when this one times out, the main api thread continues in the state machine and gets routed based on the state mach…
-
```
I had to load a native dll in one of my projects (the vendor actually
asked me to place his dll in my bin\Debug or bin\Release directory so I
assume it is native), stand alone application ran fi…
-
I am using active_merchant/billing/gateways/cyber_source.rb to do regular payments but we need to add subscriptions. I see that the class supports creating subscriptions but how the heck do I query t…
-
In McKinley 3.3:
When a person gives online via ACH, their initial gift goes through. If they save the account information and try to give with it again, they get a `[23] Invalid account number` err…