PipedreamHQ / PipedreamHQ/pipedream
[Components] billplz
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# billplz
## URLs
- https://www.billplz-sandbox.com/api#introduction
## Webhook Sources
### new-payment-instant
#### Description
Emit new event when a payment is successfully made. Users can optionally filter by collection ID or payment status.
### new-collection-instant
#### Description
Emit new event when a new collection (invoice group) is created. Users can track collections for organizational or reporting purposes.
### new-refund-instant
#### Description
Emit new event when a refund is issued for a transaction. Users can optionally filter by collection ID or refund status.
## Actions
### create-collection
#### Description
Create a new payment collection. Users must specify the title and optionally provide split payment details.
### create-payment
#### Description
Generate a new payment request for a specific collection. Requires the collection ID, payer email, and amount.
### get-payment-status
#### Description
Retrieve the current status of a specific payment. Requires the payment ID and optionally filters by specific status criteria.
Contributor guide
Assessment
This issue has not been assessed yet.