Skip to content

Stripe

Description

Describe stripe payment

Attributes

  • tile=stripe
  • products:
    • amount: Display amount to be in the payment page
    • label: Display label on the payment card
  • options:
    • currency: Display currency on the payment page
    • billing
    • tracker: Indicate tracker id
    • account: Display any user defined account name
    • complete
    • stripeKey

Example

{
  "tile": "stripe",
  "options": {
    "stripeKey": "stripe key",
    "currency": "usd",
    "billing": "97ddcab7-fa1b-4569-9f7f-b7bf22de9d55",
    "tracker": "57f1ffbb-66b6-4d5f-ac6b-f7a70087ef35",
    "account": "wemori"
  }
}