offsite_payments icon indicating copy to clipboard operation
offsite_payments copied to clipboard

A simple and unified API to handle dozens of different offsite payment pages.

Results 75 offsite_payments issues
Sort by recently updated
recently updated
newest added

**Issue by [amassaad](https://github.com/amassaad)** _Thursday Feb 06, 2014 at 21:31 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/1026_ --- --- _**[amassaad](https://github.com/amassaad)** included the following code: https://github.com/Shopify/active_merchant/pull/1026/commits_

The code below: ``` def acknowledge secure? && (!success? || requery == "00") end ``` at: https://github.com/Shopify/offsite_payments/blob/master/lib/offsite_payments/integrations/ipay88.rb shouldn't it be: ``` def acknowledge secure? && (success? || requery == "00")...

**Issue by [naoufalmed](https://github.com/naoufalmed)** _Wednesday Jan 08, 2014 at 21:04 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/issues/986_ --- Hi, When using QuickPay billing integration, I use `ActiveMerchant::Billing::Integrations::Quickpay::Notification` class to process the [callback response](http://quickpay.net/faq/callbackurl/),...

**Issue by [tuomasb](https://github.com/tuomasb)** _Friday Jan 10, 2014 at 11:00 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/991_ --- Checkout Finland integration (www.checkout.fi) Unit tested and manually tested. Any comments? --- _**[tuomasb](https://github.com/tuomasb)** included the...

QuickPay can store custom fields such as CUSTOM_foo. See http://doc.quickpay.dk/paymentwindow/technicalspecification.html It seems like that WordPay integration is support custom params (https://github.com/Shopify/offsite_payments/blob/d9453d0bc95ed272af10d9e5f088a04245a4d022/lib/offsite_payments/integrations/world_pay.rb), or is there any better way of implementing this?...

**Issue by [mrup5](https://github.com/mrup5)** _Wednesday Jan 08, 2014 at 11:15 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/985_ --- This pull request adds integration with an off-site payment gateway [Paysera](https://www.paysera.com). --- _**[mrup5](https://github.com/mrup5)** included the...

**Issue by [lulalala](https://github.com/lulalala)** _Tuesday Apr 15, 2014 at 15:06 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/1122_ --- I am trying to document the usage of integration gateways. I am not an expert...

Currently, there's no logging support for the gem. Would be awesome to have support for something like ``` OffsitePayments.logger = Rails.logger OffsitePayments.logger.error("Geez! A bug!") ``` There has been some errors...

enhancement

**Issue by [mabeller](https://github.com/mabeller)** _Wednesday Jan 29, 2014 at 23:54 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/1019_ --- GoCoin is a digital currency payment gateway. Please see http://gocoin.com for more information about GoCoin,...

**Issue by [craigchristenson](https://github.com/craigchristenson)** _Thursday May 22, 2014 at 21:36 GMT_ _Originally opened as https://github.com/Shopify/active_merchant/pull/1220_ --- 2Checkout's hosted checkout supports [multiple languages](http://help.2checkout.com/articles/FAQ/Do-you-offer-any-languages-other-than-English/). This PR would allow the merchant to pass in...