Skip to content

Files

Latest commit

184d877 · Sep 9, 2024

History

History
22 lines (17 loc) · 1.32 KB

CheckoutSession.md

File metadata and controls

22 lines (17 loc) · 1.32 KB

CheckoutSession

Properties

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]

[Back to Model list] [Back to API list] [Back to README]