Tag: PayPal
-
OpenSSL::PKey::RSAError Neither PUB key nor PRIV key:: nested asn1 error – Adaptive Payments Gem
Hey everyone, I’ve been mucking around with PayPal for a while and decided to try out the adaptive_payments gem by Tommy Chheng. Unfortunately I ran into the following error: OpenSSL::PKey::RSAError Neither PUB key nor PRIV key:: nested asn1 error It turns out that I’d simply skipped an important part of the readme file. The api_cert_file…
-
Blocking Duplicate Payment – Paypal
Hey everyone, Just a quick post on how to block duplicate payments with PayPal. All you have to do is pass an invoice parameter and then select the ‘block multiple payments per invoice ID’ option in PayPal. I’ve attached an extract from PayPal’s documentation below: 1. Login at https://www.paypal.com 2. Click the ‘Profile’ subtab 3.…
-
Paypal Platform Ruby SDK – Adaptive Payments
Hey everyone, This is the SDK for PayPal adaptive payments. I’ve just uploaded it to *hopefully* make it a little easier to find. Please note that it has not been updated recently and that there are a few changes to be made. The StackOverflow post below provides a few examples: StackOverflow Post: Adaptive Payments with…