Moonclerk

Learn how to use Moonclerk with Composio

Overview

SLUG

MOONCLERK

Description

MoonClerk is a platform that enables businesses to accept recurring and one-time online payments.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: MOONCLERK_LIST_CUSTOMERS

Tool to list customers (plans) from moonclerk. use when you need to retrieve customer data with optional filters. use after authenticating api credentials.

Action Parameters

checkout_from
string
checkout_to
string
form_id
integer
next_payment_from
string
next_payment_to
string
status
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MOONCLERK_LIST_DISCOUNTS

Tool to retrieve a list of all discounts applied to customers. use after authenticating api credentials.

Action Parameters

checkout_from
string
checkout_to
string
form_id
integer
next_payment_from
string
next_payment_to
string
status
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MOONCLERK_LIST_FORMS

Tool to retrieve a list of all payment forms. use after authenticating to inspect available payment forms.

Action Parameters

page
integer
per_page
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MOONCLERK_LIST_PAYMENTS

Tool to list payments. use when you need to retrieve all payments or filter by form, customer, date range, or status after authenticating.

Action Parameters

customer_id
integer
date_from
string
date_to
string
form_id
integer
status
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: MOONCLERK_LIST_SUBSCRIPTIONS

Tool to list subscriptions. use when you need to retrieve all subscriptions after authenticating.

Action Parameters

form_id
string
next_payment_from
string
next_payment_to
string
status
string

Action Response

data
objectRequired
error
string
successful
booleanRequired