@@ -96,7 +96,7 @@ Once you have the token, you can now send it to your backend so you can charge t
96
96
### stripe.setPublishableKey(key, [ success] , [ error] )
97
97
Set publishable key
98
98
99
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
99
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
100
100
101
101
| Param | Type | Description |
102
102
| --- | --- | --- |
@@ -109,11 +109,11 @@ Set publishable key
109
109
### stripe.createCardToken(creditCard, success, error)
110
110
Create a credit card token
111
111
112
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
112
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
113
113
114
114
| Param | Type | Description |
115
115
| --- | --- | --- |
116
- | creditCard | <code >[ CreditCardTokenParams] ( #module_stripe.CreditCardTokenParams ) </ code > | Credit card information |
116
+ | creditCard | [ <code >CreditCardTokenParams</ code > ] ( #module_stripe.CreditCardTokenParams ) | Credit card information |
117
117
| success | <code >function</code > | Success callback |
118
118
| error | <code >function</code > | Error callback |
119
119
@@ -122,11 +122,11 @@ Create a credit card token
122
122
### stripe.createBankAccountToken(bankAccount, success, error)
123
123
Create a bank account token
124
124
125
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
125
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
126
126
127
127
| Param | Type | Description |
128
128
| --- | --- | --- |
129
- | bankAccount | <code >[ BankAccountTokenParams] ( #module_stripe.BankAccountTokenParams ) </ code > | Bank account information |
129
+ | bankAccount | [ <code >BankAccountTokenParams</ code > ] ( #module_stripe.BankAccountTokenParams ) | Bank account information |
130
130
| success | <code >function</code > | Success callback |
131
131
| error | <code >function</code > | Error callback |
132
132
@@ -135,7 +135,7 @@ Create a bank account token
135
135
### stripe.validateCardNumber(cardNumber, success, error)
136
136
Validates card number
137
137
138
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
138
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
139
139
140
140
| Param | Type | Description |
141
141
| --- | --- | --- |
@@ -148,7 +148,7 @@ Validates card number
148
148
### stripe.validateExpiryDate(expMonth, expYear, success, error)
149
149
Validates the expiry date of a card
150
150
151
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
151
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
152
152
153
153
| Param | Type | Description |
154
154
| --- | --- | --- |
@@ -162,7 +162,7 @@ Validates the expiry date of a card
162
162
### stripe.validateCVC(cvc, success, error)
163
163
Validates a CVC of a card
164
164
165
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
165
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
166
166
167
167
| Param | Type | Description |
168
168
| --- | --- | --- |
@@ -187,7 +187,7 @@ cordova.plugin.stripe.validateCVC('424', onSuccess, onError);
187
187
### stripe.getCardType(cardNumber, success, error)
188
188
Gets a card type from a card number
189
189
190
- ** Kind** : static method of <code >[ stripe] ( #module_stripe ) </ code >
190
+ ** Kind** : static method of [ <code >stripe</ code > ] ( #module_stripe )
191
191
192
192
| Param | Type | Description |
193
193
| --- | --- | --- |
@@ -206,7 +206,7 @@ cordova.plugins.stripe.getCardType('4242424242424242', function(cardType) {
206
206
### stripe.CreditCardTokenParams : <code >Object</code >
207
207
Parameters to create a credit card token
208
208
209
- ** Kind** : static typedef of <code >[ stripe] ( #module_stripe ) </ code >
209
+ ** Kind** : static typedef of [ <code >stripe</ code > ] ( #module_stripe )
210
210
** Properties**
211
211
212
212
| Name | Type | Description |
@@ -229,7 +229,7 @@ Parameters to create a credit card token
229
229
### stripe.BankAccountTokenParams : <code >object</code >
230
230
Parameters to create a bank account token
231
231
232
- ** Kind** : static typedef of <code >[ stripe] ( #module_stripe ) </ code >
232
+ ** Kind** : static typedef of [ <code >stripe</ code > ] ( #module_stripe )
233
233
** Properties**
234
234
235
235
| Name | Type | Description |
0 commit comments