Get PayPal client SDK token
Returns the PayPal client SDK token the browser uses to initialize the
PayPal JS SDK for this cart. The token is scoped to the PayPal
PaymentAccount named by payment_account_id. Cart-token authenticated
(the token in the path is the credential; no bearer token). Returns 422
when payment_account_id is missing or the merchant’s PayPal account is not
configured, 404 when the cart or payment account is not found, and 410
when the cart has already been processed.
Path Parameters
Opaque cart token returned by the create-cart response. It scopes the request to a single cart and is the credential for these endpoints — cart-token authentication carried in the path, with no bearer token or API key.
Query Parameters
UUID of the PayPal PaymentAccount (configured gateway) that issues the
client SDK token. Required; a missing value or an unconfigured PayPal
account returns 422.