Skip to main content
POST
Authorize a PayPal order

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.

Body

application/json
order_id
string
required

PayPal order id returned from order creation.

Response

Order authorized

Success body for PayPal order authorization.

success
boolean
required

true when the PayPal order was authorized.

order_id
string
required

PayPal order id that was authorized.

authorization_id
string
required

PayPal authorization id for the authorized funds.

meta
object
required

Standard response metadata included on every response.