Direct Deposit to Permanent Address Webhook Notification

CCPayment will post the Webhook notification when the permanent address has received the payment.

Webhook notification

The direct deposit webhook notification was only posted the token configured by the merchant was deposited.

Once the merchant has processed the order, please return {http code: 200} and include a “success” string in the HTTP response body.

If CCPayment does not receive “success” as a response from the merchant, CCPayment will keep pushing the notification up to 6 times. Any response other than “success” will be regarded as a failure, and CCPayment will keep sending the notification.

Example

$this->response->setString("success")
Response Example

Last updated