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.
A resource representing a request to vault Apple Pay.
VaultApplePayRequest
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
token |
?string |
Optional | Encrypted Apple Pay token, containing card information. This token would be base64 encoded.Constraints: Minimum Length: 1, Maximum Length: 10000, Pattern: ^.*$ |
getToken(): ?string | setToken(?string token): void |
card |
?ApplePayRequestCard |
Optional | The payment card to be used to fund a payment. Can be a credit or debit card. | getCard(): ?ApplePayRequestCard | setCard(?ApplePayRequestCard card): void |
{
"token": "token4",
"card": {
"type": "UNKNOWN",
"brand": "CB_NATIONALE",
"billing_address": {
"address_line_1": "address_line_12",
"address_line_2": "address_line_28",
"admin_area_2": "admin_area_28",
"admin_area_1": "admin_area_14",
"postal_code": "postal_code0",
"country_code": "country_code8"
}
}
}
How can I help you explore Laravel packages today?