Martwana Posted October 7, 2013 Report Posted October 7, 2013 $response = $api->get('payments', 'authorizePayment', array('client_id' => 24, 'type' => 'cc', 'amount' => 1.99, 'currency' => 'GBP', 'account_info' => array('first_name' => 'Test', 'last_name' => 'Card', 'card_number' => '4242424242424242', 'card_exp' => '201406', 'card_security_code' => '123' ) )); Can anyone explain why this doesn't work. I have the stripe module installed with the access key installed but it wont budge from array(1) { ["_empty_"]=> array(1) { ["unsupported"]=> string(41) "The gateway does not support that action." } } Quote
Tyson Posted October 8, 2013 Report Posted October 8, 2013 As the error states, the gateway does not support authorizations. Quote
Martwana Posted October 8, 2013 Author Report Posted October 8, 2013 How could I miss processPayment! Haha Sorry for time wasting. 'Ts was a stupid mistake haha. Thanks Martin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.