Link to home
Start Free TrialLog in
Avatar of umaxim
umaximFlag for United States of America

asked on

authorize.net

Hi everyone. I use authorize.net to put hold on credit card for 30 day.

No i want to use my authorization_code which i receive from authorize.net to avoid payment using php. Is it any way to do it. Maybe some one have any examples.
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Uhh, .. to avoid payment?  Can you please explain a little more?
Avatar of umaxim

ASKER

ok i put hold on credit card in authorize.net but i did not make settlement. So basicly it wait before i click in my profile button accept or avoid. I hear php can avoid payment using api. But i can not found any information how i can do it or how to use authorization_code with api. If you have any information what i can do with authorization_code
ASKER CERTIFIED SOLUTION
Avatar of DrDamnit
DrDamnit
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of umaxim

ASKER

so basicly if i send credit card before to avoid transaction i will need to have credit card number again or i just send refTransID
Just the ref id.
Avatar of umaxim

ASKER

i will try thank you
Avatar of umaxim

ASKER

Ok i try to send
               'x_amount'                        => "45.17",
                 'x_trans_id'        => "2170957787",
                 'x_type' => "VOID",
                'x_customer_ip'            => $this->input->ip_address(),


it does not return any error but still did not void transaction.
Avatar of umaxim

ASKER

ok it working now thank you