$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." } }