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

Paypal Server Sdk Laravel Package

paypal/paypal-server-sdk

Official PayPal Server SDK for PHP. Integrates with a limited set of PayPal REST APIs (Orders, Payments, Vault, Transaction Search, Subscriptions). Supports sandbox/live environments, configurable timeouts, and optional retries/backoff.

View on GitHub
Deep Wiki
Context7

Seller Payable Breakdown

The breakdown of the refund.

Structure

SellerPayableBreakdown

Fields

Name Type Tags Description Getter Setter
grossAmount ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getGrossAmount(): ?Money setGrossAmount(?Money grossAmount): void
paypalFee ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getPaypalFee(): ?Money setPaypalFee(?Money paypalFee): void
paypalFeeInReceivableCurrency ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getPaypalFeeInReceivableCurrency(): ?Money setPaypalFeeInReceivableCurrency(?Money paypalFeeInReceivableCurrency): void
netAmount ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getNetAmount(): ?Money setNetAmount(?Money netAmount): void
netAmountInReceivableCurrency ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getNetAmountInReceivableCurrency(): ?Money setNetAmountInReceivableCurrency(?Money netAmountInReceivableCurrency): void
platformFees ?(PlatformFee[]) Optional An array of platform or partner fees, commissions, or brokerage fees for the refund.Constraints: Minimum Items: 0, Maximum Items: 1 getPlatformFees(): ?array setPlatformFees(?array platformFees): void
netAmountBreakdown ?(NetAmountBreakdownItem[]) Optional An array of breakdown values for the net amount. Returned when the currency of the refund is different from the currency of the PayPal account where the payee holds their funds. getNetAmountBreakdown(): ?array setNetAmountBreakdown(?array netAmountBreakdown): void
totalRefundedAmount ?Money Optional The currency and amount for a financial transaction, such as a balance or payment due. getTotalRefundedAmount(): ?Money setTotalRefundedAmount(?Money totalRefundedAmount): void

Example (as JSON)

{
  "gross_amount": {
    "currency_code": "currency_code4",
    "value": "value0"
  },
  "paypal_fee": {
    "currency_code": "currency_code4",
    "value": "value2"
  },
  "paypal_fee_in_receivable_currency": {
    "currency_code": "currency_code2",
    "value": "value8"
  },
  "net_amount": {
    "currency_code": "currency_code6",
    "value": "value2"
  },
  "net_amount_in_receivable_currency": {
    "currency_code": "currency_code8",
    "value": "value4"
  }
}
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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport