Search code examples
ruby-on-railsspreeactivemerchantbalanced-payments

Integrating Balanced Payment Gateway(Active Merchant Based) in Spree


I have installed active_merchant gem in my application(Spree Commerce), while configuring the payment method in spree commerce

enter image description here

it is asking for LOGIN and ON BEHALF OF URI, can any one explain what it is asking for. do I need to setup test account at

https://support.balancedpayments.com

or it is something else I am getting this error while purchansint a product from front-store with credit test card number 4242424242424242

ActiveMerchant::Billing::BalancedGateway::Error in Spree::CheckoutController#update

Invalid login credentials supplied


Solution

  • Another user shared some basic steps to configure Spree with Balanced.

    https://github.com/balanced/balanced-docs/issues/287