Hi ,
I am salesforce developer and new for Authorize.net. I need help to create a form with minimum required fields.
Please if some one give me name of field or code which I will test. I've test account. If I submit a test transaction by the form then How can I check the transaction has approved or not.(can I see any record in my test account for this transaction).
Please help me.
Advance Thanks
Ashlekh
Solved! Go to Solution.
โ06-06-2014 03:22 AM
You can see the min fields name in here
You can check the transactions in the merchant account https://sandbox.authorize.net/ under settled or unsettled transactions
โ06-06-2014 04:19 AM
A transactionID of zero mean the account is on test mode, turn it off on the merhcant account
or you set "x_test_request' value='FALSE'
โ06-06-2014 05:22 AM
You can see the min fields name in here
You can check the transactions in the merchant account https://sandbox.authorize.net/ under settled or unsettled transactions
โ06-06-2014 04:19 AM
A big thank you RaynorC1emen7,
Now I can submit the request a also getting the result on my page. In response the status is "This transaction has been approved." and sttus code is 1 .
1) But I the transaction id --> x_trans_id = 0. Why the transaction id is 0and
2) I am not able to see any transaction in my test sandbox account.
If there is any setting in my account or any config steps.
โ06-06-2014 05:13 AM
A transactionID of zero mean the account is on test mode, turn it off on the merhcant account
or you set "x_test_request' value='FALSE'
โ06-06-2014 05:22 AM
I got the point. I did and got success. I am new guy so I think I will know every thing step by step.
And thank you so much you really help me.
Actually my client has given me a limited time period to complete all therse integration. So I need to complete all these stuff.
Now can you provide me steps for Automated Recurring Billingโข (ARB) Integration.
What I need to do for this.?
I am salesforce developer so In salesforce we can't install any SDK. so please provide me a genric steps.
Hope you will help me. .
Thanks
โ06-06-2014 05:46 AM - edited โ06-06-2014 05:48 AM
There doc
http://developer.authorize.net/api/arb/
and sample code
http://developer.authorize.net/downloads/samplecode/
that you can look thru. For ARB, it either soap(web service) or xml
โ06-06-2014 06:20 AM