Stripe API

  • Stripe: Customer, Charge

    Stripe: Customer, Charge

    Creates the Charge object on the payment platform Stripe to charge the Customer ID (cus_12345678901234) for any amount in any currency. If the charging process fails, Charge object…

  • Stripe: Customer, Create

    Stripe: Customer, Create

    Creates a Customer object on the payment platform Stripe. Customer objects allow you to perform recurring charges. Note that it is necessary to implement tokenization mechanism that directly…