Organize from official website Https://www.pingxx.com/docs/server/charge
The first step is divided into three parts (server-side access, client-side access, webhooks/test and interlock)
Pay
The connection ping++ initiates the payment, the server side needs to do is wants ping++ request charge object, then returns to the client, and listens and obtains webhooks notification.
1. Set Api-key
2.SDK Verifying signature settings
3. Initiate a payment request from the server to obtain payment credentials
4. Give the client the payment credentials obtained
5. Receive Webhookst Notifications
6. Verifying the Webhooks signature
Information for enquiries 001
Webhook is a way for users to change the behavior of Web applications by customizing callback functions that can be maintained and modified by third-party users or developers who are not the official web application. With Webhook, you can customize some behavior notifications to the specified URL. Webhook's "Custom callback function" is usually triggered by events such as pushing code to a code base or a blog under a new comment, and the source site will configure the URI of the HTTP request for Webhook. Through configuration, users can make event calls on one site appear on another site, which can be any event, but typically apply system integration and message notifications.
Whenever these events occur, Worktile will configure the URI of the HTTP request for Webhook, and then send the notification of these events to the URL you specify, and you will see a message notification from the worktile in that URL.
ping++ PHP access app side