Stripe
Description
Describe stripe payment
Attributes
tile=stripeproducts:amount: Display amount to be in the payment pagelabel: Display label on the payment card
options:currency: Display currency on the payment pagebillingtracker: Indicate tracker idaccount: Display any user defined account namecompletestripeKey
Example
{
"tile": "stripe",
"options": {
"stripeKey": "stripe key",
"currency": "usd",
"billing": "97ddcab7-fa1b-4569-9f7f-b7bf22de9d55",
"tracker": "57f1ffbb-66b6-4d5f-ac6b-f7a70087ef35",
"account": "wemori"
}
}