-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] xendit #16278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sources - New Invoice Actions - Create Invoice - Create Payout - Get Payment Status
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
* Adding redirects for /components child pages (#16381) * [Components] xendit #16278 Sources - New Invoice Actions - Create Invoice - Create Payout - Get Payment Status * pnpm update * some adjusts * some adjusts * pnpm update * some adjusts --------- Co-authored-by: Danny Roosevelt <[email protected]>
xendit
URLs
Webhook Sources
new-invoice
Prompt
Emit new event when a new invoice is created or issued to a customer. Useful for tracking billing events or reminding customers. No configuration is required.
URLs
Actions
create-invoice
Prompt
Create and send a new invoice to a customer. Requires customer email, amount, and description. Optional fields include due date, external ID, and currency.
URLs
create-payout
Prompt
Initiate a disbursement to a bank account or e-wallet. Requires beneficiary details, amount, and description. Optional fields include external ID and reference information.
URLs
get-payment-status
Prompt
Retrieve the status of a specific payment by providing the payment ID or external reference ID. Useful for checking if a payment is completed, expired, or pending.
URLs
The text was updated successfully, but these errors were encountered: