NAiOS IconNAiOS Logo
Volver al catálogo

Payhip

payhip

Payhip is an e-commerce platform that enables individuals and businesses to sell digital products, memberships, and physical goods directly to their audience.

Acciones
4
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 (4)

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.

Webhook Event - PaidPAYHIP_PAYHIP_WEBHOOK_EVENT_PAIDAcción

Tool to process payhip's paid webhook event. use when handling a purchase completion webhook from payhip.

Parámetros de entrada

  • idstringObligatorio

    Unique ID of the transaction

  • dateintegerObligatorio

    Unix timestamp when purchase occurred

  • typestringObligatorio

    Event type identifier

  • emailanyObligatorioemail

    Customer's email address

  • itemsobject[]Obligatorio

    List of items in the order

  • priceintegerObligatorio

    Total price in cents

  • is_giftbooleanObligatorio

    Whether the purchase was a gift

  • currencystringObligatorio

    Three-letter currency code

  • signaturestringObligatorio

    HMAC SHA-256 signature of the payload using your API key

  • ip_addressanyObligatorioipv4

    Customer's IP address

  • payhip_feeintegerObligatorio

    Payhip fee in cents

  • stripe_feeintegerObligatorio

    Stripe fee in cents

  • vat_appliedbooleanObligatorio

    Whether VAT was applied to the purchase

  • payment_typestringObligatorioenum

    Payment method used

    cardpaypal
  • unconsented_from_emailsbooleanObligatorio

    Whether customer has opted out of emails

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

Webhook Event - Refunded PaymentPAYHIP_PAYHIP_WEBHOOK_EVENT_REFUNDEDAcción

Tool to process payhip's refunded webhook event. use when handling a payment refund event from payhip.

Parámetros de entrada

  • idstringObligatorio

    Transaction ID

  • typestringObligatorio

    Event type identifier

  • emailanyObligatorioemail

    Buyer email address

  • itemsobject[]Obligatorio

    List of items included in the transaction

  • priceintegerObligatorio

    Original price in cents or pennies

  • is_giftbooleanObligatorio

    Whether purchase was a gift

  • currencystringObligatorio

    ISO 4217 currency code, e.g., USD

  • signaturestringObligatorio

    HMAC SHA-256 signature of the payload using your API key

  • ip_addressstringObligatorio

    IP address of the buyer

  • payhip_feeintegerObligatorio

    Payhip fee in cents

  • stripe_feeintegerObligatorio

    Stripe fee in cents

  • vat_appliedbooleanObligatorio

    Whether VAT was applied

  • date_createdintegerObligatorio

    Unix timestamp when transaction was created

  • payment_typestringObligatorio

    Payment method used, e.g., card

  • date_refundedintegerObligatorio

    Unix timestamp when refund occurred

  • amount_refundedintegerObligatorio

    Amount refunded in cents or pennies

  • unconsented_from_emailsbooleanObligatorio

    Whether buyer did not consent to marketing emails

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

Webhook Event - Subscription CreatedPAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_CREATEDAcción

Tool to process payhip's subscription.created webhook event. use when handling a subscription start event from payhip.

Parámetros de entrada

  • typestringObligatorio

    Event type identifier

  • statusstringObligatorio

    Subscription status at creation; always 'active' for this event

  • plan_namestringObligatorio

    Name of the subscription plan

  • signaturestringObligatorio

    HMAC SHA-256 signature of the payload using your API key

  • customer_idstringObligatorio

    Unique identifier for the customer

  • gdpr_consentstringObligatorioenum

    Customer's GDPR consent status

    YesNo
  • product_linkstringObligatorio

    Payhip product link identifier

  • product_namestringObligatorio

    Name of the product

  • customer_emailanyObligatorioemail

    Customer's email address

  • subscription_idstringObligatorio

    Unique identifier for the subscription

  • customer_last_namestringObligatorio

    Customer's last name

  • customer_first_namestringObligatorio

    Customer's first name

  • date_subscription_startedintegerObligatorio

    Unix timestamp when the subscription started

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

Webhook Event - Subscription DeletedPAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_DELETEDAcción

Tool to process payhip's 'subscription.deleted' webhook event. use when handling a subscription cancellation event from payhip.

Parámetros de entrada

  • typestringObligatorio

    Event type identifier

  • statusstringObligatorio

    Current subscription status; always 'canceled' for this event

  • plan_namestringObligatorio

    Name of the subscription plan

  • signaturestringObligatorio

    HMAC SHA-256 signature of the payload using your API key

  • customer_idstringObligatorio

    Unique identifier for the customer

  • gdpr_consentstringObligatorioenum

    Whether the customer gave GDPR consent ('Yes' or 'No')

    YesNo
  • product_linkstringObligatorio

    Payhip product link identifier

  • product_namestringObligatorio

    Name of the product

  • customer_emailanyObligatorioemail

    Customer's email address

  • subscription_idstringObligatorio

    Unique identifier for the subscription

  • customer_last_namestringObligatorio

    Customer's last name

  • customer_first_namestringObligatorio

    Customer's first name

  • date_subscription_deletedintegerObligatorio

    Unix timestamp when subscription was canceled

  • date_subscription_startedintegerObligatorio

    Unix timestamp when subscription started

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