Stripe Complete Checkout Version 2

This handler uses the Jira Rest API library to create an issue within a Jira project. The handler first puts the data that was inputted into the JSON format and then posts that information using a REST call with basic auth. (WARNING: Using this handler without enabling SSL will not be secure). The id, key, and url of the issue will be returned by the handler. Any errors that occur during the process will be caught and re-raised by this handler.

Parameters

Name Description
Amount The amount of the transaction in cents. Must be a positive integer or zero
Currency Three-letter ISO currency code representing the currency in which the charge was made. Defaults to 'usd'.
Card The stripe token representing the card/transcation generated via the stripe javascript API typically via a form and payment button.
Description A description of this transaction. This should be consistent with what is shown to the user during payment.
Receipt Email An email to have Stripe send a receipt to (if emails configured in Stripe account).

Sample Configuration

Name Description
Description Specifics about the bug
Amount
Currency
Card
Receipt Email

Results

Name Description
Id
Key
Url
charge_id
success
message

Changelog

StripeCompleteCharge_V1 (2014-12-08)

  • Initial version. See README for details.


Related Handlers

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle