Skip to content

Bedrock Agentcore  >  Structures  >  StripePrivyTokenRequestInput

StripePrivyTokenRequestInput

Structure Class

StripePrivyTokenRequestInput dataclass

Stripe Privy token request parameters.

Attributes

include_authorization_signature class-attribute instance-attribute
include_authorization_signature: bool = False

Set to true to generate privy-authorization-signature.

request_body class-attribute instance-attribute
request_body: str = field(repr=False)

Request body JSON for the Privy API call.

request_host class-attribute instance-attribute
request_host: str | None = None

The host for the Privy API request. Defaults to "api.privy.io".

request_path instance-attribute
request_path: str

The path of the Stripe Privy API request.