Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Multipayment Gateways Laravel Package

musahmusah/laravel-multipayment-gateways

View on GitHub
Deep Wiki
Context7

Payment Plan API

Get All Payment Plans

Get list of settlements.

$optionalPayload = [
   'from' => '2021-01-01',
   'to' => '2021-12-31',
   'page' => 2,
   'amount' => 1000,
   'currency' => 'NGN',
   'interval' => 'weekly',
   'status' => 'active',
];
$paymentPlans = Flutterwave::getAllPaymentPlans($optionalPayload);

Get Payment Plan

Get details of a single payment plan.

$planId = 200;
$paymentPlan = Flutterwave::getPaymentPlan($planId);

Create Payment Plan

Create a new payment plan.

$planPayload = [
    'amount' => 10000,
    'name' => "Test Plan",
    'interval' => 'daily'
];
$paymentPlan = Flutterwave::createPaymentPlan($planPayload);

Update Payment Plan

Update a payment plan.

$planId = 200;
$planPayload = [
    'name' => "Test Plan",
    'status' => 'active'
];
$paymentPlan = Flutterwave::updatePaymentPlan($planId, $planPayload);

Cancel Payment Plan

Cancel a payment plan.

$planId = 200;
$paymentPlan = Flutterwave::cancelPaymentPlan($planId);
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi