Skip to content

Merchant

Paride Azzari edited this page Aug 24, 2024 · 1 revision

The Merchant end point allows to retrieve the merchant accouts.

Default

The method default retrieves the default merchant account.

use KeapGeek\Keap\Facades\Keap;

Keap::merchant()->default();

List

The method list retrieves a list of all the merchant accounts.

use KeapGeek\Keap\Facades\Keap;

Keap::merchant()->list();
Clone this wiki locally