NAiOS IconNAiOS Logo
Volver al catálogo

Moonclerk

moonclerk

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

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (5)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

List CustomersMOONCLERK_LIST_CUSTOMERSAcción

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

Parámetros de entrada

  • statusstringenum

    Filter by subscription status.

    activecanceledexpiredpast_duependingunpaid
  • form_idinteger

    The associated MoonClerk form ID to filter customers.

  • checkout_tostring

    Customers created on or before this date (YYYY-MM-DD).

  • checkout_fromstring

    Customers created on or after this date (YYYY-MM-DD).

  • next_payment_tostring

    Subscriptions due to bill on or before this date (YYYY-MM-DD).

  • next_payment_fromstring

    Subscriptions due to bill on or after this date (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DiscountsMOONCLERK_LIST_DISCOUNTSAcción

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

Parámetros de entrada

  • statusstringenum

    Filter by subscription status.

    activecanceledexpiredpast_duependingunpaid
  • form_idinteger

    Filter discounts by associated MoonClerk form ID.

  • checkout_tostring

    Filter customers created on or before this date (YYYY-MM-DD).

  • checkout_fromstring

    Filter customers created on or after this date (YYYY-MM-DD).

  • next_payment_tostring

    Filter subscriptions due to bill on or before this date (YYYY-MM-DD).

  • next_payment_fromstring

    Filter subscriptions due to bill on or after this date (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Payment FormsMOONCLERK_LIST_FORMSAcción

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

Parámetros de entrada

  • pageinteger

    Page number to retrieve, starting at 1

  • per_pageinteger

    Number of forms per page

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PaymentsMOONCLERK_LIST_PAYMENTSAcción

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

Parámetros de entrada

  • statusstringenum

    Filter payments by status. Valid values: successful, refunded, failed

    successfulrefundedfailed
  • date_tostring

    Include payments charged on or before this date (YYYY-MM-DD)

  • form_idinteger

    MoonClerk form ID to filter payments (e.g., 5346)

  • date_fromstring

    Include payments charged on or after this date (YYYY-MM-DD)

  • customer_idinteger

    MoonClerk customer ID to filter payments (e.g., 12742)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SubscriptionsMOONCLERK_LIST_SUBSCRIPTIONSAcción

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

Parámetros de entrada

  • statusstringenum

    Filter subscriptions by status. Valid options: active, canceled, expired, past_due, pending, unpaid

    activecanceledexpiredpast_duependingunpaid
  • form_idstring

    Filter subscriptions by the associated MoonClerk form ID (e.g., 5346)

  • next_payment_tostring

    Include subscriptions due to bill on or before this date (YYYY-MM-DD)

  • next_payment_fromstring

    Include subscriptions due to bill on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not