Skip to content
On this page

Gateways

payment gateways

  • You can refer to the payment gateways in the /src/Services/Gateway/ directory to develop your own gateway. After putting them in /src/Services/Gateway/, gateway will show in https://tld.com/admin/settings/gateway/list.

You can added your provider with these functions required in the class.

php
public function __construct($config)

public function form()

public function button()

public function modal()

public  function script()

public function pay($order)

public function notify($params)

Common Problem

Q: Can't receive payment after setting up Cloudflare? A: After adding the payment configuration, a random notification address will be generated. Please configure Cloudflare to allow requests for this notification address path.