Moonclerk

Learn how to use Moonclerk with Composio

Overview

Enum

MOONCLERK

Description

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

Authentication Details

api_key
stringRequired

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean