Support Services

Webhook Response Code

Note: There are no Forte Checkout request parameters for using webhooks. Responses are sent via the HTTP POST method to the Return Page 1 URL , if configured in VT Secure Web Pay settings.

In other words, no coding is needed In order to use the Webhook function, all you need to do is configure a Webhook URL in the Main Settings in your Virtual Terminal account, as explained on our website under the following section: “Configuring the Webhook URL”

 

Please refer to the following link and let me know if you have any additional questions:http://www.forte.net/devdocs/a_checkout/co_product_overview.htm#Using_Webhooks

 

 

We can suggest the following response parameter in PHP

 

The response is available in the $_POST superglobal. You may echo the value to your database using a command like:

 

 

<pre>

var_dump($_POST);

</pre>

 

 

· Response parameters

://www.forte.net/devdocs/a_checkout/co_product_overview.htm

Also, please make sure that the page that you post to will need to accept the specified posted parameters.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.