PipedreamHQ / PipedreamHQ/pipedream
[Components] mollie
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# mollie
## URLs
- https://docs.mollie.com/
## Webhook Sources
### new-payment-instant
#### Description
Emit new event when a payment is created or updated. Users can filter by payment status (e.g., paid, canceled, failed).
### new-refund-instant
#### Description
Emit new event when a refund is processed for a payment. Users can filter by refund status.
### new-subscription-instant
#### Description
Emit new event when a subscription is created or updated. Users can filter by subscription status (e.g., active, canceled, expired).
## Actions
### create-payment
#### Description
Create a new payment with a specified amount, currency, description, and optional webhook URL.
### create-refund
#### Description
Issue a refund for a payment. Requires the payment ID and refund amount. Partial refunds are supported.
### create-subscription
#### Description
Create a new subscription for a customer with a specified recurring amount, interval, and payment method.
Contributor guide
Assessment
This issue has not been assessed yet.