Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.5 KB

File metadata and controls

18 lines (15 loc) · 1.5 KB

# HelloAssoApiV5ModelsCartsInitCheckoutBody

Properties

Name Type Description Notes
total_amount int Total amount, all taxes included, in cents (required) Must be equal to the sum of the initial amount and subsequent terms
initial_amount int The amount for the first term, all taxes included, in cents (required)
item_name string Item name (required) A text describing what the user paid for ('Renew license', '3 tickets', donation, etc). Will be displayed in the near future in the user space and in the organization back office
back_url string Url followed by the contributor if he wants to return to its previous site
error_url string Url called in case of an error during the checkout process
return_url string Url called after the payment
contains_donation bool The sale (or a part of) is a donation
terms \OpenAPI\Client\Model\HelloAssoApiV5ModelsCartsCheckoutTerm[] The list of future terms (if applicable) [optional]
payer \OpenAPI\Client\Model\HelloAssoApiV5ModelsCartsCheckoutPayer [optional]
metadata mixed Metadata (optional) Json object (max length : 20000) [optional]

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