Developer guide
API reference
  • API reference
    • Nothing Found
    Prerelease - hosted checkout API reference
    Authentication
    Customers
    Payment intents
      Data definitions
        schema
        ErrorMessage
        schema
        AmountDetails
        schema
        PaymentIntentResponse
        schema
        PaymentMethodConfigurationDetails
        schema
        ConfirmPaymentIntentRequest
        schema
        CreatePaymentIntentRequest
        schema
        UpdatePaymentIntentRequest
        schema
        SessionValidationRequest
      post
      Confirm a payment intent
      post
      Create a payment intent
      get
      Get a payment intent
      post
      Update a payment intent
    Payment methods
    Setup intents

AmountDetails

Details about a tip amount.

tip
required
integer <int32>

The portion of the amount that is tip.

{
  • "tip": 0
}