From Customer ID, charge amount, currency code etc. stores Charge ID, last 4 digits of credit card number, status of registration process, communication log respectively into data items as billing record


Data Input

  • B’: Description information stored in the Data Item selected at config B
  • C’: Customer ID information stored in the Data Item selected at config C
  • D’: Charge amount information stored in the Data Item selected at config D
  • E’: Currency code information stored in the Data Item selected at config E

Service Output

  • Charging to Credit card with properties of B’ C’ D’ E’ are registered to Stripe
  • Charge ID is stored in the Data Item selected at config F as a Charge record
  • The last four digits of the charged Credit card number is stored in the Data Item selected at config G
  • Status of registration processing is stored in the Data Item selected at config W (To be used for handling of processing error)
  • The communication logs are stored in the Data Item selected at config X

*Note

  • It requires acquiring Secret Key at Stripe Dashboard in advance
  • Supported cards or currency vary from country to country
  • The Stripe API billing amount (D’) is specified in the minimum currency unit (positive integer) ($ 1234.56 USD is “123456”, 1,000 JPY is “1000”)
  • If “1,234.56” is entered, “. (dot)” will be removed by Addon and will be sent to Stripe API as “123456”

Workflow-Sample

%d bloggers like this: