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.
The supplementary data.
PaymentSupplementaryData
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
relatedIds |
?RelatedIdentifiers |
Optional | Identifiers related to a specific resource. | getRelatedIds(): ?RelatedIdentifiers | setRelatedIds(?RelatedIdentifiers relatedIds): void |
{
"related_ids": {
"order_id": "order_id2",
"authorization_id": "authorization_id0",
"capture_id": "capture_id0"
}
}
How can I help you explore Laravel packages today?