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