Subscription Contract Last Payment Status
The possible status values of the last payment on a subscription contract.
Anchor to Valid valuesValid values
- Anchor to FAILEDFAILED
Failed subscription billing attempt.
- Anchor to SUCCEEDEDSUCCEEDED
Successful subscription billing attempt.
Anchor to FieldsFields
- •OBJECT
A subscription contract that defines recurring purchases for a customer. Each contract specifies what products to deliver, when to bill and ship them, and at what price.
The contract includes
andthat control the frequency of charges and fulfillments.items define the products, quantities, and pricing for each recurringOrder. The contract tracksrecords, payment status, and generated orders throughout its lifecycle.Appinstances manage contracts through various status transitions including active, paused, failed, cancelled, or expired states.Learn more about building subscription contracts and updating subscription contracts.