
Registers a customer in Stripe by using the ID which tokenized credit card information. Customer ID used for billing, last 4 digits of the credit card, status of registration processing, and communication log are stored in Data Item.
Data Input
- B’: Token ID stored in the Data Item selected at config B
- C’: C’: Email information stored in the Data Item selected at config C
- D’: customer information stored in the Data Item selected at config D
Service Output
- A customer of tokenized card information B’ who is with C’ D’ will be registered in Stripe
- Customer ID to charge will be stored in the Data Item selected at config E
- The last four digits of a registered credit card number will be stored in the Data Item selected at config F
- The status of the registration processing will be stored in the Data Item selected in config W
- The communication log will be stored in the Data Item selected in config X
*Note
- It requires acquiring Secret Key at Stripe Dashboard in advance
- Supported cards or currency varies from country to country
Workflow-Sample
- 2017-09-25 (Credit Card Info Reception for Charging by Stripe): Episode 554: Web Reception, But No Card Information