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

Mybank Payment Object

Information used to pay using MyBank.

Structure

MybankPaymentObject

Fields

Name Type Tags Description Getter Setter
name ?string Optional The full name representation like Mr J Smith.Constraints: Minimum Length: 3, Maximum Length: 300 getName(): ?string setName(?string name): void
countryCode ?string Optional The two-character ISO 3166-1 code that identifies the country or region. Note: The country code for Great Britain is GB and not UK as used in the top-level domain names for that country. Use the C2 country code for China worldwide for comparable uncontrolled price (CUP) method, bank card, and cross-border transactions.Constraints: Minimum Length: 2, Maximum Length: 2, Pattern: ^([A-Z]{2}|C2)$ getCountryCode(): ?string setCountryCode(?string countryCode): void
bic ?string Optional The business identification code (BIC). In payments systems, a BIC is used to identify a specific business, most commonly a bank.Constraints: Minimum Length: 8, Maximum Length: 11, Pattern: ^[A-Z-a-z0-9]{4}[A-Z-a-z]{2}[A-Z-a-z0-9]{2}([A-Z-a-z0-9]{3})?$ getBic(): ?string setBic(?string bic): void
ibanLastChars ?string Optional The last characters of the IBAN used to pay.Constraints: Minimum Length: 4, Maximum Length: 34, Pattern: [a-zA-Z0-9]{4} getIbanLastChars(): ?string setIbanLastChars(?string ibanLastChars): void

Example (as JSON)

{
  "name": "name4",
  "country_code": "country_code4",
  "bic": "bic6",
  "iban_last_chars": "iban_last_chars2"
}
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