Skip to main content
GET
Get PayPal client SDK token

Path Parameters

cart_token
string
required

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

payment_account_id
string
required

UUID of the PayPal PaymentAccount (configured gateway) that issues the client SDK token. Required; a missing value or an unconfigured PayPal account returns 422.

Response

Client SDK token

Success body for the PayPal client SDK token.

client_sdk
object
required

PayPal client SDK credentials envelope.

meta
object
required

Standard response metadata included on every response.