kittycad.api.payments.create_payment_intent_for_user

Functions

asyncio(*, client)

This endpoint requires authentication by any KittyCAD user.

asyncio_detailed(*, client)

rtype:

Response[Union[PaymentIntent, Error, None]]

sync(*, client)

This endpoint requires authentication by any KittyCAD user.

sync_detailed(*, client)

rtype:

Response[Union[PaymentIntent, Error, None]]

kittycad.api.payments.create_payment_intent_for_user._build_response(*, response)[source][source]
Return type:

Response[Union[PaymentIntent, Error, None]]

kittycad.api.payments.create_payment_intent_for_user._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.payments.create_payment_intent_for_user._parse_response(*, response)[source][source]
Return type:

Union[PaymentIntent, Error, None]

async kittycad.api.payments.create_payment_intent_for_user.asyncio(*, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It creates a new payment intent for the authenticated user.

Return type:

Union[PaymentIntent, Error, None]

async kittycad.api.payments.create_payment_intent_for_user.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[PaymentIntent, Error, None]]

kittycad.api.payments.create_payment_intent_for_user.sync(*, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It creates a new payment intent for the authenticated user.

Return type:

Union[PaymentIntent, Error, None]

kittycad.api.payments.create_payment_intent_for_user.sync_detailed(*, client)[source][source]
Return type:

Response[Union[PaymentIntent, Error, None]]