Jump to content

Recommended Posts

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...