Payhip
payhipPayhip is an e-commerce platform that enables individuals and businesses to sell digital products, memberships, and physical goods directly to their audience.
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ónTool to process payhip's paid webhook event. use when handling a purchase completion webhook from payhip.
PAYHIP_PAYHIP_WEBHOOK_EVENT_PAIDAcciónTool to process payhip's paid webhook event. use when handling a purchase completion webhook from payhip.
Parámetros de entrada
idstringObligatorioUnique ID of the transaction
dateintegerObligatorioUnix timestamp when purchase occurred
typestringObligatorioEvent type identifier
emailanyObligatorioemailCustomer's email address
itemsobject[]ObligatorioList of items in the order
priceintegerObligatorioTotal price in cents
is_giftbooleanObligatorioWhether the purchase was a gift
currencystringObligatorioThree-letter currency code
signaturestringObligatorioHMAC SHA-256 signature of the payload using your API key
ip_addressanyObligatorioipv4Customer's IP address
payhip_feeintegerObligatorioPayhip fee in cents
stripe_feeintegerObligatorioStripe fee in cents
vat_appliedbooleanObligatorioWhether VAT was applied to the purchase
payment_typestringObligatorioenumPayment method used
cardpaypalunconsented_from_emailsbooleanObligatorioWhether customer has opted out of emails
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Webhook Event - Refunded PaymentPAYHIP_PAYHIP_WEBHOOK_EVENT_REFUNDEDAcciónTool to process payhip's refunded webhook event. use when handling a payment refund event from payhip.
PAYHIP_PAYHIP_WEBHOOK_EVENT_REFUNDEDAcciónTool to process payhip's refunded webhook event. use when handling a payment refund event from payhip.
Parámetros de entrada
idstringObligatorioTransaction ID
typestringObligatorioEvent type identifier
emailanyObligatorioemailBuyer email address
itemsobject[]ObligatorioList of items included in the transaction
priceintegerObligatorioOriginal price in cents or pennies
is_giftbooleanObligatorioWhether purchase was a gift
currencystringObligatorioISO 4217 currency code, e.g., USD
signaturestringObligatorioHMAC SHA-256 signature of the payload using your API key
ip_addressstringObligatorioIP address of the buyer
payhip_feeintegerObligatorioPayhip fee in cents
stripe_feeintegerObligatorioStripe fee in cents
vat_appliedbooleanObligatorioWhether VAT was applied
date_createdintegerObligatorioUnix timestamp when transaction was created
payment_typestringObligatorioPayment method used, e.g., card
date_refundedintegerObligatorioUnix timestamp when refund occurred
amount_refundedintegerObligatorioAmount refunded in cents or pennies
unconsented_from_emailsbooleanObligatorioWhether buyer did not consent to marketing emails
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Webhook Event - Subscription CreatedPAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_CREATEDAcciónTool to process payhip's subscription.created webhook event. use when handling a subscription start event from payhip.
PAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_CREATEDAcciónTool to process payhip's subscription.created webhook event. use when handling a subscription start event from payhip.
Parámetros de entrada
typestringObligatorioEvent type identifier
statusstringObligatorioSubscription status at creation; always 'active' for this event
plan_namestringObligatorioName of the subscription plan
signaturestringObligatorioHMAC SHA-256 signature of the payload using your API key
customer_idstringObligatorioUnique identifier for the customer
gdpr_consentstringObligatorioenumCustomer's GDPR consent status
YesNoproduct_linkstringObligatorioPayhip product link identifier
product_namestringObligatorioName of the product
customer_emailanyObligatorioemailCustomer's email address
subscription_idstringObligatorioUnique identifier for the subscription
customer_last_namestringObligatorioCustomer's last name
customer_first_namestringObligatorioCustomer's first name
date_subscription_startedintegerObligatorioUnix timestamp when the subscription started
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Webhook Event - Subscription DeletedPAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_DELETEDAcciónTool to process payhip's 'subscription.deleted' webhook event. use when handling a subscription cancellation event from payhip.
PAYHIP_PAYHIP_WEBHOOK_EVENT_SUBSCRIPTION_DELETEDAcciónTool to process payhip's 'subscription.deleted' webhook event. use when handling a subscription cancellation event from payhip.
Parámetros de entrada
typestringObligatorioEvent type identifier
statusstringObligatorioCurrent subscription status; always 'canceled' for this event
plan_namestringObligatorioName of the subscription plan
signaturestringObligatorioHMAC SHA-256 signature of the payload using your API key
customer_idstringObligatorioUnique identifier for the customer
gdpr_consentstringObligatorioenumWhether the customer gave GDPR consent ('Yes' or 'No')
YesNoproduct_linkstringObligatorioPayhip product link identifier
product_namestringObligatorioName of the product
customer_emailanyObligatorioemailCustomer's email address
subscription_idstringObligatorioUnique identifier for the subscription
customer_last_namestringObligatorioCustomer's last name
customer_first_namestringObligatorioCustomer's first name
date_subscription_deletedintegerObligatorioUnix timestamp when subscription was canceled
date_subscription_startedintegerObligatorioUnix timestamp when subscription started
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not