Stripe
Key Properties
Key
Value(s)
Type
Description
Example Usage
{
"options": {},
"apiKey": "pk_test_goJPTw3PtFPLN6F0pD9GMUvI",
"button": "Buy Now",
"onSuccess_actions": [],
"buttonClass": "btn btn-primary",
"formId": "myButton1",
"model": "stripeResponse",
"product": {
"amount": 100,
"description": "562 pages hard cover book.",
"name": "Acme Corporation"
},
"styleClasses": "col-lg-3",
"type": "stripe"
}Last updated
Was this helpful?