| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | Unique system generated identifier for the entity. | |
| r#type | String | The type of this response | |
| success_url | Option<String> | The URL returned to you through client-side callback when the payment is completed. | [optional] |
| client_token | String | The access token for the SDK to access checkout session resources | |
| status | models::CheckoutSessionStatus | ||
| expires_on | String | ISO-8601 UTC date/time format. | |
| create_date | String | ISO-8601 UTC date/time format. | |
| update_date | String | ISO-8601 UTC date/time format. | |
| amount | models::CheckoutSessionMoney | ||
| amount_paid | models::CheckoutSessionMoney | ||
| payment_ids | Vecuuid::Uuid | IDs of all the associated payments. | [readonly] |
| payment_intent_ids | Vecuuid::Uuid | IDs of all the associated payment intents. | [readonly] |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.