Post Almost Anything

Results 9 comments of Post Almost Anything

Thanks, so are you saying they don't support what I am looking for now or they do and won't in the future?

The first thing that comes up for SIM server on Google is a document calling it depreciated https://www.authorize.net/content/dam/anet-redesign/documents/SIM_guide.pdf

I am thinking of using Accept Hosted, but the instructions seem confusing. I created the .php file described in step 1, but step 2 describes loading something in an iframe,...

The sample code for the Accept Suite references a file named constants/SampleCodeConstants.php but does not contain any links to it. Where can I find that file?

Alright, I found that but it just led to more questions. I coped the code from https://developer.authorize.net/api/reference/index.html#accept-suite-get-an-accept-payment-page but instead of getting me a payment page all it got me was...

I have the basic redirect to the Authorize.net hosted payment form working fine based on the example at https://developer.authorize.net/api/reference/features/accept_hosted.html#Integrating_the_Form_using_a_Redirect but I need to include more information about the order than...

Is it possible to retrieve the transaction ID after the token is created and before the user is sent to the Authorize.net site?

Now, how do I process webhooks with PHP? The sample app is node