
DEPRECATED
Use “Stripe: Customer Object, Create” instead. (Non-retention of card information)
Registers customer’s settlement information to Stripe and stores the Customer ID and the last 4 digits of credit card number to be used for billing, the status of registration processing, and the communication log into the data items respectively
Data Input
- B’: Description information stored in the Data Item selected at config B
- C’: Email information stored in the Data Item selected at config C
- D’: Expiration Date (Month) information stored in the Data Item selected at config D
- E’: Expiration Date (Year) information stored in the Data Item selected at config E
- F’: Credit Card Number Information stored in the Data Item selected at config F
- G’: CVC information stored in the Data Item selected at config G
- H’: Card owner information stored in the Data Item selected at config H
Service Output
- A customer with properties B’C’D’E’F’G’H’ will be registered to Stripe
- Customer ID to charge will be stored in the Data Item selected at config I
- The last four digits of a registered credit card number will be stored in the Data Item selected at config J
(It is possible to discard the credit card information by configuring the same Item as the selection at F) - The status of the registration processing will be stored in the Data Item selected in config W (For handling invalid card numbers, etc.)
- 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
- MM/YY edition is for cases where D’ and E’ are stored as 1 data element (5 characters of MM/YY)