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

Hello all, This is the first time I am creating an issue on github so please be gentle :smile: I have a Rails 4.2.9 store app where i have been...

SofortBanking (formerly directebanking) has asked us to stop submitting the description field (shop.name - checkout.id) as the reason_1 field, as it's getting truncated, and is no longer unique. Instead we'll...

When debugging issues it would be helpful if we had a log of what form/inputs were generated. Possible approaches: 1. Add an option to `#payment_service_for`, ie: `payment_service_for(..., log: true)` and...

We've had merchants report that although TWD officially has cents, in practice nobody uses it. According to [Wikipedia](https://en.wikipedia.org/wiki/New_Taiwan_dollar) "Subunits used only in stocks and currencies, and rarely referred to in...

If there is a a way to allow custom configuration beyond the [list of valid keys](https://github.com/activemerchant/offsite_payments/blob/master/lib/offsite_payments/helper.rb#L19), we'd prefer to allow this value to be overridable. Is that possible today without...

This line adds a timestamp to the order id - https://github.com/activemerchant/offsite_payments/blob/master/lib/offsite_payments/integrations/realex_offsite.rb#L121 however, there doesn't seem to be a way to get this back except by deciphering the return signature. Doesn't...

[coinbase.rb](https://github.com/activemerchant/offsite_payments/blob/master/lib/offsite_payments/integrations/coinbase.rb) implements the v1 API. The v2 API was introduced in July 2015: https://developers.coinbase.com/blog/2015/07/01/coinbase-api-v2 They added a UUID field to make migration easier: https://developers.coinbase.com/blog/2016/02/11/api-updates

enhancement
help wanted

Applied [the patch](https://github.com/craigchristenson/active_merchant/commit/0cd7506ed0417256151e2351ec701c87a9569447.patch) from https://github.com/activemerchant/active_merchant/pull/1220 to this repo. Closes https://github.com/activemerchant/offsite_payments/issues/38