CodeZero Logo icon

Stripe Integration within CodeZero

Stripe payments integration: manage customers, payment intents and refunds, and react to Stripe webhook events.

Code0
Stripe
Use AI to create workflow

Use AI to create workflows and automate your environment

Transform the way you work by leveraging intelligent AI to design, build, and optimize custom workflows tailored to your specific needs.

    Use AI within your workflow builder

    Use AI to optimize workflows and improve your environment

    Empower your daily operations by utilizing advanced AI to analyze, streamline, and optimize your existing processes for maximum efficiency.

      FunctionDefinition
      createCustomer
      Parameters
      Email: The customer's email address.
      Name: The customer's full name or business name.
      Description: An arbitrary description to store on the customer.
      FunctionDefinition
      createRefund
      Parameters
      Payment intent ID: The ID of the PaymentIntent to refund (pi_...).
      Amount: Amount to refund, in the smallest currency unit. Leave empty to refund the full amount.
      FunctionDefinition
      createPaymentIntent
      Parameters
      Amount: Amount to collect, in the smallest currency unit (e.g. 1000 = 10.00 EUR).
      Currency: Three-letter ISO currency code in lowercase (e.g. 'eur', 'usd').
      Customer: ID of an existing Stripe customer (cus_...) to associate with the payment.
      Description: An arbitrary description to store on the payment intent.
      FunctionDefinition
      retrievePaymentIntent
      Parameters
      Payment intent ID: The ID of the PaymentIntent to retrieve (pi_...).

      References

      Answers to common questions about
      integrations within CodeZero

      CodeZero full logo

      The automation world gets to the next era with the CodeZero's no-code platform. From end-to-end automation to scalable backend endpoints in no-time.