@paydock/client-sdk 1.11.5-beta → 1.11.9-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +279 -271
  2. package/bundles/widget.umd.js +37 -30
  3. package/bundles/widget.umd.min.js +1 -1
  4. package/lib/api/api-base.js +11 -0
  5. package/lib/api/api-base.js.map +1 -1
  6. package/lib/api/api-charge-internal.d.ts +2 -2
  7. package/lib/canvas-3ds/services/gpayments-service.js +2 -0
  8. package/lib/canvas-3ds/services/gpayments-service.js.map +1 -1
  9. package/lib/checkout-button/index.d.ts +3 -1
  10. package/lib/checkout-button/index.js +3 -1
  11. package/lib/checkout-button/index.js.map +1 -1
  12. package/lib/checkout-button/runner.js +11 -0
  13. package/lib/checkout-button/runner.js.map +1 -1
  14. package/lib/checkout-button/zipmoney.runner.js +11 -0
  15. package/lib/checkout-button/zipmoney.runner.js.map +1 -1
  16. package/lib/components/dispatcher.js +11 -0
  17. package/lib/components/dispatcher.js.map +1 -1
  18. package/lib/components/env.d.ts +11 -0
  19. package/lib/components/env.js +11 -0
  20. package/lib/components/env.js.map +1 -1
  21. package/lib/components/http-core.js +11 -0
  22. package/lib/components/http-core.js.map +1 -1
  23. package/lib/components/link.js +11 -0
  24. package/lib/components/link.js.map +1 -1
  25. package/lib/components/param.d.ts +3 -1
  26. package/lib/components/param.js.map +1 -1
  27. package/lib/components/popup.js +3 -1
  28. package/lib/components/popup.js.map +1 -1
  29. package/lib/wallet-buttons/apple.wallet-service.js +2 -13
  30. package/lib/wallet-buttons/apple.wallet-service.js.map +1 -1
  31. package/lib/wallet-buttons/google.wallet-service.js +7 -5
  32. package/lib/wallet-buttons/google.wallet-service.js.map +1 -1
  33. package/lib/widget/configuration.d.ts +3 -1
  34. package/lib/widget/configuration.js +14 -1
  35. package/lib/widget/configuration.js.map +1 -1
  36. package/lib/widget/html-multi-widget.d.ts +2 -1
  37. package/lib/widget/html-multi-widget.js +2 -1
  38. package/lib/widget/html-multi-widget.js.map +1 -1
  39. package/lib/widget/html-widget.d.ts +3 -1
  40. package/lib/widget/html-widget.js +3 -1
  41. package/lib/widget/html-widget.js.map +1 -1
  42. package/package.json +1 -1
  43. package/slate.md +17 -16
package/README.md CHANGED
@@ -335,7 +335,7 @@ This example shows how you can use a lot of other methods to settings your form
335
335
  </dd>
336
336
  </dl>
337
337
 
338
- <a name="w_IFormValidation" id="w_IFormValidation"></a>
338
+ <a name="w_IFormValidation" id="w_IFormValidation" class="anchor" aria-hidden="true" href="IFormValidation">&nbsp;</a>
339
339
 
340
340
  ## IFormValidation
341
341
  Interface of data from validation event.
@@ -353,7 +353,7 @@ Interface of data from validation event.
353
353
  | [invalid_showed_fields] | <code>array</code> | List of fields on which the error is already displayed |
354
354
  | [validators] | <code>array</code> | List of validators with fields |
355
355
 
356
- <a name="w_IEventMetaData" id="w_IEventMetaData"></a>
356
+ <a name="w_IEventMetaData" id="w_IEventMetaData" class="anchor" aria-hidden="true" href="IEventMetaData">&nbsp;</a>
357
357
 
358
358
  ## IEventMetaData
359
359
  Interface of data from event.
@@ -375,7 +375,7 @@ Interface of data from event.
375
375
  | [account_name] | <code>string</code> | Bank account account name |
376
376
  | [account_number] | <code>string</code> | Bank account account number |
377
377
 
378
- <a name="w_IEventAfterLoadData" id="w_IEventAfterLoadData"></a>
378
+ <a name="w_IEventAfterLoadData" id="w_IEventAfterLoadData" class="anchor" aria-hidden="true" href="IEventAfterLoadData">&nbsp;</a>
379
379
 
380
380
  ## IEventAfterLoadData
381
381
  Interface of data from event.
@@ -389,7 +389,7 @@ Interface of data from event.
389
389
  | message_source | <code>string</code> | System variable. Event source |
390
390
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
391
391
 
392
- <a name="w_IEventFinishData" id="w_IEventFinishData"></a>
392
+ <a name="w_IEventFinishData" id="w_IEventFinishData" class="anchor" aria-hidden="true" href="IEventFinishData">&nbsp;</a>
393
393
 
394
394
  ## IEventFinishData
395
395
  Interface of data from event.
@@ -404,7 +404,7 @@ Interface of data from event.
404
404
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
405
405
  | payment_source | <code>string</code> | One time token. Result from this endpoint [API docs](https://docs.paydock.com/#tokens) |
406
406
 
407
- <a name="w_IPayPalMeta" id="w_IPayPalMeta"></a>
407
+ <a name="w_IPayPalMeta" id="w_IPayPalMeta" class="anchor" aria-hidden="true" href="IPayPalMeta">&nbsp;</a>
408
408
 
409
409
  ## IPayPalMeta
410
410
  Interface for PayPal checkout meta information
@@ -431,7 +431,7 @@ Interface for PayPal checkout meta information
431
431
  | [phone] | <code>string</code> | The consumer’s phone number in E.164 international notation (Example: +12345678901) |
432
432
  | [hide_shipping_address] | <code>boolean</code> | Determines whether PayPal displays shipping address fields on the PayPal pages |
433
433
 
434
- <a name="w_IBamboraMeta" id="w_IBamboraMeta"></a>
434
+ <a name="w_IBamboraMeta" id="w_IBamboraMeta" class="anchor" aria-hidden="true" href="IBamboraMeta">&nbsp;</a>
435
435
 
436
436
  ## IBamboraMeta
437
437
  Interface for Bamboora meta information
@@ -443,7 +443,7 @@ Interface for Bamboora meta information
443
443
  | [customer_storage_number] | <code>string</code> | Customer storage number |
444
444
  | [tokenise_algorithm] | <code>number</code> | Tokenise algorithm |
445
445
 
446
- <a name="w_IStyles" id="w_IStyles"></a>
446
+ <a name="w_IStyles" id="w_IStyles" class="anchor" aria-hidden="true" href="IStyles">&nbsp;</a>
447
447
 
448
448
  ## IStyles
449
449
  Interface for classes that represent widget's styles.
@@ -461,7 +461,7 @@ Interface for classes that represent widget's styles.
461
461
  | [font_size] | <code>string</code> |
462
462
  | [font_family] | <code>string</code> |
463
463
 
464
- <a name="w_ITexts" id="w_ITexts"></a>
464
+ <a name="w_ITexts" id="w_ITexts" class="anchor" aria-hidden="true" href="ITexts">&nbsp;</a>
465
465
 
466
466
  ## ITexts
467
467
  Interface for classes that represent widget's text.
@@ -482,7 +482,7 @@ Interface for classes that represent widget's text.
482
482
  | [submit_button] | <code>string</code> |
483
483
  | [submit_button_processing] | <code>string</code> |
484
484
 
485
- <a name="w_IElementStyleInput" id="w_IElementStyleInput"></a>
485
+ <a name="w_IElementStyleInput" id="w_IElementStyleInput" class="anchor" aria-hidden="true" href="IElementStyleInput">&nbsp;</a>
486
486
 
487
487
  ## IElementStyleInput
488
488
  Interface for styling input element.
@@ -505,7 +505,7 @@ Interface for styling input element.
505
505
  | [padding] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) |
506
506
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
507
507
 
508
- <a name="w_IElementStyleSubmitButton" id="w_IElementStyleSubmitButton"></a>
508
+ <a name="w_IElementStyleSubmitButton" id="w_IElementStyleSubmitButton" class="anchor" aria-hidden="true" href="IElementStyleSubmitButton">&nbsp;</a>
509
509
 
510
510
  ## IElementStyleSubmitButton
511
511
  Interface for styling submit_button element.
@@ -528,7 +528,7 @@ Interface for styling submit_button element.
528
528
  | [font_weight] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) |
529
529
  | [opacity] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/opacity) |
530
530
 
531
- <a name="w_IElementStyleLabel" id="w_IElementStyleLabel"></a>
531
+ <a name="w_IElementStyleLabel" id="w_IElementStyleLabel" class="anchor" aria-hidden="true" href="IElementStyleLabel">&nbsp;</a>
532
532
 
533
533
  ## IElementStyleLabel
534
534
  Interface for styling label element.
@@ -546,7 +546,7 @@ Interface for styling label element.
546
546
  | [padding] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) |
547
547
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
548
548
 
549
- <a name="w_IElementStyleTitle" id="w_IElementStyleTitle"></a>
549
+ <a name="w_IElementStyleTitle" id="w_IElementStyleTitle" class="anchor" aria-hidden="true" href="IElementStyleTitle">&nbsp;</a>
550
550
 
551
551
  ## IElementStyleTitle
552
552
  Interface for styling title element.
@@ -565,7 +565,7 @@ Interface for styling title element.
565
565
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
566
566
  | ['text-align',] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align) |
567
567
 
568
- <a name="w_IElementStyleTitleDescription" id="w_IElementStyleTitleDescription"></a>
568
+ <a name="w_IElementStyleTitleDescription" id="w_IElementStyleTitleDescription" class="anchor" aria-hidden="true" href="IElementStyleTitleDescription">&nbsp;</a>
569
569
 
570
570
  ## IElementStyleTitleDescription
571
571
  Interface for styling title_description element.
@@ -584,7 +584,7 @@ Interface for styling title_description element.
584
584
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
585
585
  | ['text-align',] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align) |
586
586
 
587
- <a name="w_ITriggerData" id="w_ITriggerData"></a>
587
+ <a name="w_ITriggerData" id="w_ITriggerData" class="anchor" aria-hidden="true" href="ITriggerData">&nbsp;</a>
588
588
 
589
589
  ## ITriggerData
590
590
  Interface for classes that represent a trigger data.
@@ -598,7 +598,7 @@ Interface for classes that represent a trigger data.
598
598
  | [elements] | <code>string</code> |
599
599
  | [form_values] | <code>string</code> |
600
600
 
601
- <a name="w_HtmlWidget" id="w_HtmlWidget"></a>
601
+ <a name="w_HtmlWidget" id="w_HtmlWidget" class="anchor" aria-hidden="true" href="HtmlWidget">&nbsp;</a>
602
602
 
603
603
  ## HtmlWidget ⇐ [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
604
604
  Class Widget include method for working on html and include extended by HtmlMultiWidget methods
@@ -648,7 +648,7 @@ Class Widget include method for working on html and include extended by HtmlMult
648
648
  * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
649
649
  * [.setLanguage(code)](#w_MultiWidget+setLanguage)
650
650
 
651
- <a name="w_new_HtmlWidget_new" id="w_new_HtmlWidget_new"></a>
651
+ <a name="w_new_HtmlWidget_new" id="w_new_HtmlWidget_new" class="anchor" aria-hidden="true" href="new_HtmlWidget_new">&nbsp;</a>
652
652
 
653
653
  ### new exports.HtmlWidget(selector, publicKey, [gatewayID], [paymentType], [purpose])
654
654
 
@@ -656,7 +656,7 @@ Class Widget include method for working on html and include extended by HtmlMult
656
656
  | --- | --- | --- | --- |
657
657
  | selector | <code>string</code> | | Selector of html element. Container for widget |
658
658
  | publicKey | <code>string</code> | | PayDock users public key |
659
- | [gatewayID] | <code>string</code> | <code>&quot;default&quot;</code> | ID of a gateway connected to PayDock. By default or if put 'default', it will use the selected default gateway |
659
+ | [gatewayID] | <code>string</code> | <code>&quot;default&quot;</code> | ID of a gateway connected to PayDock. By default or if put 'default', it will use the selected default gateway. If put 'not_configured', it won’t use gateway to create downstream token. |
660
660
  | [paymentType] | <code>string</code> | <code>&quot;card&quot;</code> | Type of payment source which shows in widget form. Available parameters : “card”, “bank_account”. |
661
661
  | [purpose] | <code>string</code> | <code>&quot;payment_source&quot;</code> | Purpose of widget form. Available parameters: ‘payment_source’, ‘card_payment_source_with_cvv’, ‘card_payment_source_without_cvv’ |
662
662
 
@@ -666,8 +666,10 @@ Class Widget include method for working on html and include extended by HtmlMult
666
666
  var widget = new HtmlWidget('#widget', 'publicKey', 'gatewayID'); // short
667
667
 
668
668
  var widget = new HtmlWidget('#widget', 'publicKey', 'gatewayID', 'bank_account', 'payment_source'); // extend
669
+
670
+ var widget = new HtmlWidget('#widget', 'publicKey', 'not_configured'); // without gateway
669
671
  ```
670
- <a name="w_HtmlWidget+setWebHookDestination" id="w_HtmlWidget+setWebHookDestination"></a>
672
+ <a name="w_HtmlWidget+setWebHookDestination" id="w_HtmlWidget+setWebHookDestination" class="anchor" aria-hidden="true" href="HtmlWidget+setWebHookDestination">&nbsp;</a>
671
673
 
672
674
  ### htmlWidget.setWebHookDestination(url)
673
675
  Destination, where customer will receive all successful responses.
@@ -684,7 +686,7 @@ Response will contain “data” object with “payment_source” or other param
684
686
  ```javascript
685
687
  widget.setWebHookDestination('http://google.com');
686
688
  ```
687
- <a name="w_HtmlWidget+setSuccessRedirectUrl" id="w_HtmlWidget+setSuccessRedirectUrl"></a>
689
+ <a name="w_HtmlWidget+setSuccessRedirectUrl" id="w_HtmlWidget+setSuccessRedirectUrl" class="anchor" aria-hidden="true" href="HtmlWidget+setSuccessRedirectUrl">&nbsp;</a>
688
690
 
689
691
  ### htmlWidget.setSuccessRedirectUrl(url)
690
692
  URL to which the Customer will be redirected to after the success finish
@@ -700,7 +702,7 @@ URL to which the Customer will be redirected to after the success finish
700
702
  ```javascript
701
703
  widget.setSuccessRedirectUrl('google.com/search?q=success');
702
704
  ```
703
- <a name="w_HtmlWidget+setErrorRedirectUrl" id="w_HtmlWidget+setErrorRedirectUrl"></a>
705
+ <a name="w_HtmlWidget+setErrorRedirectUrl" id="w_HtmlWidget+setErrorRedirectUrl" class="anchor" aria-hidden="true" href="HtmlWidget+setErrorRedirectUrl">&nbsp;</a>
704
706
 
705
707
  ### htmlWidget.setErrorRedirectUrl(url)
706
708
  URL to which the Customer will be redirected to if an error is triggered in the process of operation
@@ -716,7 +718,7 @@ URL to which the Customer will be redirected to if an error is triggered in the
716
718
  ```javascript
717
719
  widget.setErrorRedirectUrl('google.com/search?q=error');
718
720
  ```
719
- <a name="w_HtmlWidget+setFormFields" id="w_HtmlWidget+setFormFields"></a>
721
+ <a name="w_HtmlWidget+setFormFields" id="w_HtmlWidget+setFormFields" class="anchor" aria-hidden="true" href="HtmlWidget+setFormFields">&nbsp;</a>
720
722
 
721
723
  ### htmlWidget.setFormFields(fields)
722
724
  Set list with widget form field, which will be shown in form. Also you can set the required validation for these fields
@@ -732,7 +734,7 @@ Set list with widget form field, which will be shown in form. Also you can set t
732
734
  ```javascript
733
735
  widget.setFormFields(['phone', 'email', 'first_name*']);
734
736
  ```
735
- <a name="w_HtmlWidget+setFormElements" id="w_HtmlWidget+setFormElements"></a>
737
+ <a name="w_HtmlWidget+setFormElements" id="w_HtmlWidget+setFormElements" class="anchor" aria-hidden="true" href="HtmlWidget+setFormElements">&nbsp;</a>
736
738
 
737
739
  ### htmlWidget.setFormElements(elements)
738
740
  The method to set the full configuration for the all specific form elements (visibility, required, label, placeholder, value)
@@ -767,7 +769,7 @@ widget.setFormElements([
767
769
  },
768
770
  ])
769
771
  ```
770
- <a name="w_HtmlWidget+setMeta" id="w_HtmlWidget+setMeta"></a>
772
+ <a name="w_HtmlWidget+setMeta" id="w_HtmlWidget+setMeta" class="anchor" aria-hidden="true" href="HtmlWidget+setMeta">&nbsp;</a>
771
773
 
772
774
  ### htmlWidget.setMeta(object)
773
775
  The method to set meta information for the checkout page
@@ -787,13 +789,13 @@ config.setMeta({
787
789
  email: 'wault@paydock.com'
788
790
  });
789
791
  ```
790
- <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load"></a>
792
+ <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" class="anchor" aria-hidden="true" href="HtmlMultiWidget+load">&nbsp;</a>
791
793
 
792
794
  ### htmlWidget.load()
793
795
  The final method to beginning, the load process of widget to html
794
796
 
795
797
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
796
- <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on"></a>
798
+ <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" class="anchor" aria-hidden="true" href="HtmlMultiWidget+on">&nbsp;</a>
797
799
 
798
800
  ### htmlWidget.on(eventName, [cb]) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
799
801
  Listen to events of widget
@@ -816,7 +818,7 @@ widget.on('form_submit', function (data) {
816
818
  console.log(data);
817
819
  });
818
820
  ```
819
- <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger"></a>
821
+ <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" class="anchor" aria-hidden="true" href="HtmlMultiWidget+trigger">&nbsp;</a>
820
822
 
821
823
  ### htmlWidget.trigger(triggers, data)
822
824
  This callback will be called for every trigger
@@ -828,21 +830,21 @@ This callback will be called for every trigger
828
830
  | triggers | <code>triggerName</code> | submit_form, tab |
829
831
  | data | [<code>ITriggerData</code>](#w_ITriggerData) | which will be sending to widget |
830
832
 
831
- <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState"></a>
833
+ <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" class="anchor" aria-hidden="true" href="HtmlMultiWidget+getValidationState">&nbsp;</a>
832
834
 
833
835
  ### htmlWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
834
836
  Using this method you can get validation state information
835
837
 
836
838
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
837
839
  **Returns**: [<code>IFormValidation</code>](#w_IFormValidation) - Form validation object
838
- <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm"></a>
840
+ <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isValidForm">&nbsp;</a>
839
841
 
840
842
  ### htmlWidget.isValidForm() ⇒ <code>boolean</code>
841
843
  Using this method you can check if the form is valid
842
844
 
843
845
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
844
846
  **Returns**: <code>boolean</code> - Form is valid
845
- <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField"></a>
847
+ <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidField">&nbsp;</a>
846
848
 
847
849
  ### htmlWidget.isInvalidField(field) ⇒ <code>boolean</code>
848
850
  Using this method you can check if a specific form field is invalid
@@ -854,7 +856,7 @@ Using this method you can check if a specific form field is invalid
854
856
  | --- | --- | --- |
855
857
  | field | <code>string</code> | Field name |
856
858
 
857
- <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed"></a>
859
+ <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
858
860
 
859
861
  ### htmlWidget.isFieldErrorShowed(field) ⇒ <code>boolean</code>
860
862
  Using this method you can check if an error is displayed on a specific field
@@ -866,7 +868,7 @@ Using this method you can check if an error is displayed on a specific field
866
868
  | --- | --- | --- |
867
869
  | field | <code>string</code> | Field name |
868
870
 
869
- <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator"></a>
871
+ <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
870
872
 
871
873
  ### htmlWidget.isInvalidFieldByValidator(field, validator) ⇒ <code>boolean</code>
872
874
  Using this method you can check if a specific field is invalid
@@ -879,7 +881,7 @@ Using this method you can check if a specific field is invalid
879
881
  | field | <code>string</code> | Field name |
880
882
  | validator | <code>string</code> | Validator name. Available validators: `required, cardNumberValidator, expireDateValidation` |
881
883
 
882
- <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide"></a>
884
+ <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hide">&nbsp;</a>
883
885
 
884
886
  ### htmlWidget.hide([saveSize])
885
887
  Using this method you can hide widget after load
@@ -890,19 +892,19 @@ Using this method you can hide widget after load
890
892
  | --- | --- | --- | --- |
891
893
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
892
894
 
893
- <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show"></a>
895
+ <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" class="anchor" aria-hidden="true" href="HtmlMultiWidget+show">&nbsp;</a>
894
896
 
895
897
  ### htmlWidget.show()
896
898
  Using this method you can show widget after using hide method
897
899
 
898
900
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
899
- <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload"></a>
901
+ <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" class="anchor" aria-hidden="true" href="HtmlMultiWidget+reload">&nbsp;</a>
900
902
 
901
903
  ### htmlWidget.reload()
902
904
  Using this method you can reload widget
903
905
 
904
906
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
905
- <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements"></a>
907
+ <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hideElements">&nbsp;</a>
906
908
 
907
909
  ### htmlWidget.hideElements(elements)
908
910
  Using this method you can hide any elements inside widget
@@ -918,7 +920,7 @@ Using this method you can hide any elements inside widget
918
920
  ```javascript
919
921
  widget.hideElements(['submit_button', 'email']);
920
922
  ```
921
- <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements"></a>
923
+ <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+showElements">&nbsp;</a>
922
924
 
923
925
  ### htmlWidget.showElements(elements)
924
926
  Using this method you can show any elements inside widget
@@ -932,7 +934,7 @@ widget.showElements(['submit_button', 'email']);
932
934
  | --- | --- | --- |
933
935
  | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
934
936
 
935
- <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues"></a>
937
+ <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" class="anchor" aria-hidden="true" href="HtmlMultiWidget+updateFormValues">&nbsp;</a>
936
938
 
937
939
  ### htmlWidget.updateFormValues(fieldValues)
938
940
  Method for update values for form fields inside the widget
@@ -951,7 +953,7 @@ widget.updateFormValues({
951
953
  card_name: 'Houston'
952
954
  });
953
955
  ```
954
- <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert"></a>
956
+ <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" class="anchor" aria-hidden="true" href="HtmlMultiWidget+onFinishInsert">&nbsp;</a>
955
957
 
956
958
  ### htmlWidget.onFinishInsert(selector, dataType)
957
959
  After finish event of widget, data (dataType) will be insert to input (selector)
@@ -963,7 +965,7 @@ After finish event of widget, data (dataType) will be insert to input (selector)
963
965
  | selector | <code>string</code> | css selector . [] # |
964
966
  | dataType | <code>string</code> | data type of IEventData object. |
965
967
 
966
- <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm"></a>
968
+ <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
967
969
 
968
970
  ### htmlWidget.interceptSubmitForm(selector)
969
971
  Widget will intercept submit of your form for processing widget
@@ -990,13 +992,13 @@ Process: click by submit button in your form --> submit widget ---> submit your
990
992
  widget.interceptSubmitForm('#myForm');
991
993
  </script>
992
994
  ```
993
- <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit"></a>
995
+ <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
994
996
 
995
997
  ### htmlWidget.useCheckoutAutoSubmit()
996
998
  This method hides a submit button and automatically execute form submit
997
999
 
998
1000
  **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
999
- <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize"></a>
1001
+ <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useAutoResize">&nbsp;</a>
1000
1002
 
1001
1003
  ### htmlWidget.useAutoResize()
1002
1004
  Use this method for resize iFrame according content height
@@ -1007,7 +1009,7 @@ Use this method for resize iFrame according content height
1007
1009
  ```javascript
1008
1010
  widget.useAutoResize();
1009
1011
  ```
1010
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles"></a>
1012
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
1011
1013
 
1012
1014
  ### htmlWidget.setStyles(fields)
1013
1015
  Object contain styles for widget
@@ -1030,7 +1032,7 @@ widget.setStyles({
1030
1032
  fort_family: 'fantasy'
1031
1033
  });
1032
1034
  ```
1033
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask"></a>
1035
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
1034
1036
 
1035
1037
  ### htmlWidget.usePhoneCountryMask([options])
1036
1038
  Method to set a country code mask for the phone input.
@@ -1058,7 +1060,7 @@ widget.usePhoneCountryMask({
1058
1060
  only_countries: ['au', 'gb', 'us', 'ua']
1059
1061
  });
1060
1062
  ```
1061
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts"></a>
1063
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
1062
1064
 
1063
1065
  ### htmlWidget.setTexts(fields)
1064
1066
  Method for set different texts inside the widget
@@ -1080,7 +1082,7 @@ widget.setTexts({
1080
1082
  submit_button_processing: 'Load...',
1081
1083
  });
1082
1084
  ```
1083
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle"></a>
1085
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
1084
1086
 
1085
1087
  ### htmlWidget.setElementStyle(element, [state], styles)
1086
1088
  Method for set styles for different elements and states
@@ -1108,7 +1110,7 @@ widget.setElementStyle('input', 'error', {
1108
1110
  border: 'red solid 1px'
1109
1111
  });
1110
1112
  ```
1111
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues"></a>
1113
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
1112
1114
 
1113
1115
  ### htmlWidget.setFormValues(fieldValues)
1114
1116
  The method to set the predefined values for the form fields inside the widget
@@ -1127,7 +1129,7 @@ widget.setFormValues({
1127
1129
  card_name: 'Houston'
1128
1130
  });
1129
1131
  ```
1130
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels"></a>
1132
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
1131
1133
 
1132
1134
  ### htmlWidget.setFormLabels(fieldLabels)
1133
1135
  The method to set custom form field labels
@@ -1146,7 +1148,7 @@ widget.setFormPlaceholders({
1146
1148
  email: 'Email For Receipt'
1147
1149
  })
1148
1150
  ```
1149
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders"></a>
1151
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
1150
1152
 
1151
1153
  ### htmlWidget.setFormPlaceholders(fieldPlaceholders)
1152
1154
  The method to set custom form fields placeholders
@@ -1165,7 +1167,7 @@ widget.setFormPlaceholders({
1165
1167
  email: 'Input your email, like test@example.com'
1166
1168
  })
1167
1169
  ```
1168
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons"></a>
1170
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
1169
1171
 
1170
1172
  ### htmlWidget.setIcons()
1171
1173
  The method to change the widget icons
@@ -1175,7 +1177,7 @@ The method to change the widget icons
1175
1177
 
1176
1178
  - [ ] DEPRECATED
1177
1179
 
1178
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements"></a>
1180
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
1179
1181
 
1180
1182
  ### htmlWidget.setHiddenElements(elements)
1181
1183
  Using this method you can set hidden elements inside widget
@@ -1191,7 +1193,7 @@ Using this method you can set hidden elements inside widget
1191
1193
  ```javascript
1192
1194
  widget.setHiddenElements(['submit_button', 'email']);
1193
1195
  ```
1194
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId"></a>
1196
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
1195
1197
 
1196
1198
  ### htmlWidget.setRefId(refId)
1197
1199
  Current method can set custom ID to identify the data in the future
@@ -1207,7 +1209,7 @@ Current method can set custom ID to identify the data in the future
1207
1209
  ```javascript
1208
1210
  widget.setRefId('id');
1209
1211
  ```
1210
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation"></a>
1212
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1211
1213
 
1212
1214
  ### htmlWidget.useGatewayFieldValidation()
1213
1215
  Current method can add visual validation from gateway to widget's form fields
@@ -1218,7 +1220,7 @@ Current method can add visual validation from gateway to widget's form fields
1218
1220
  ```javascript
1219
1221
  widget.useGatewayFieldValidation();
1220
1222
  ```
1221
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons"></a>
1223
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
1222
1224
 
1223
1225
  ### htmlWidget.setSupportedCardIcons(elements, validateCardNumberInput)
1224
1226
  Current method can set icons of supported card types
@@ -1235,7 +1237,7 @@ Current method can set icons of supported card types
1235
1237
  ```javascript
1236
1238
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
1237
1239
  ```
1238
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv"></a>
1240
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
1239
1241
 
1240
1242
  ### htmlWidget.setEnv(env, [alias])
1241
1243
  Current method can change environment. By default environment = sandbox.
@@ -1253,7 +1255,7 @@ Also we can change domain alias for this environment. By default domain_alias =
1253
1255
  ```javascript
1254
1256
  widget.setEnv('production', 'paydock.com');
1255
1257
  ```
1256
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl"></a>
1258
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
1257
1259
 
1258
1260
  ### htmlWidget.loadIFrameUrl()
1259
1261
  Method for creating iframe url
@@ -1268,7 +1270,7 @@ widget.loadIFrameUrl(function (url) {
1268
1270
  console.log(errors);
1269
1271
  });
1270
1272
  ```
1271
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage"></a>
1273
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
1272
1274
 
1273
1275
  ### htmlWidget.setLanguage(code)
1274
1276
  Method for setting a custom language code
@@ -1284,7 +1286,7 @@ Method for setting a custom language code
1284
1286
  ```javascript
1285
1287
  config.setLanguage('en');
1286
1288
  ```
1287
- <a name="w_HtmlMultiWidget" id="w_HtmlMultiWidget"></a>
1289
+ <a name="w_HtmlMultiWidget" id="w_HtmlMultiWidget" class="anchor" aria-hidden="true" href="HtmlMultiWidget">&nbsp;</a>
1288
1290
 
1289
1291
  ## HtmlMultiWidget ⇐ [<code>MultiWidget</code>](#w_MultiWidget)
1290
1292
  Class HtmlMultiWidget include method for working with html
@@ -1329,7 +1331,7 @@ Class HtmlMultiWidget include method for working with html
1329
1331
  * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
1330
1332
  * [.setLanguage(code)](#w_MultiWidget+setLanguage)
1331
1333
 
1332
- <a name="w_new_HtmlMultiWidget_new" id="w_new_HtmlMultiWidget_new"></a>
1334
+ <a name="w_new_HtmlMultiWidget_new" id="w_new_HtmlMultiWidget_new" class="anchor" aria-hidden="true" href="new_HtmlMultiWidget_new">&nbsp;</a>
1333
1335
 
1334
1336
  ### new exports.HtmlMultiWidget(selector, publicKey, conf)
1335
1337
 
@@ -1349,18 +1351,19 @@ var widget = new MultiWidget('#widget', 'publicKey',['configurationToken', 'conf
1349
1351
  var widget = new MultiWidget('#widget', 'publicKey', new Configuration('gatewayId')); With Configuration
1350
1352
 
1351
1353
  var widget = new MultiWidget('#widget', 'publicKey',[ With Configurations
1352
- Configuration() // default gateway_id,
1354
+ Configuration(), // default gateway_id,
1355
+ Configuration('not_configured'), // without gateway,
1353
1356
  Configuration('gatewayId'),
1354
1357
  Configuration('gatewayId', 'bank_account')
1355
1358
  ]);
1356
1359
  ```
1357
- <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load"></a>
1360
+ <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" class="anchor" aria-hidden="true" href="HtmlMultiWidget+load">&nbsp;</a>
1358
1361
 
1359
1362
  ### htmlMultiWidget.load()
1360
1363
  The final method to beginning, the load process of widget to html
1361
1364
 
1362
1365
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1363
- <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on"></a>
1366
+ <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" class="anchor" aria-hidden="true" href="HtmlMultiWidget+on">&nbsp;</a>
1364
1367
 
1365
1368
  ### htmlMultiWidget.on(eventName, [cb]) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
1366
1369
  Listen to events of widget
@@ -1383,7 +1386,7 @@ widget.on('form_submit', function (data) {
1383
1386
  console.log(data);
1384
1387
  });
1385
1388
  ```
1386
- <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger"></a>
1389
+ <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" class="anchor" aria-hidden="true" href="HtmlMultiWidget+trigger">&nbsp;</a>
1387
1390
 
1388
1391
  ### htmlMultiWidget.trigger(triggers, data)
1389
1392
  This callback will be called for every trigger
@@ -1395,21 +1398,21 @@ This callback will be called for every trigger
1395
1398
  | triggers | <code>triggerName</code> | submit_form, tab |
1396
1399
  | data | [<code>ITriggerData</code>](#w_ITriggerData) | which will be sending to widget |
1397
1400
 
1398
- <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState"></a>
1401
+ <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" class="anchor" aria-hidden="true" href="HtmlMultiWidget+getValidationState">&nbsp;</a>
1399
1402
 
1400
1403
  ### htmlMultiWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
1401
1404
  Using this method you can get validation state information
1402
1405
 
1403
1406
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1404
1407
  **Returns**: [<code>IFormValidation</code>](#w_IFormValidation) - Form validation object
1405
- <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm"></a>
1408
+ <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isValidForm">&nbsp;</a>
1406
1409
 
1407
1410
  ### htmlMultiWidget.isValidForm() ⇒ <code>boolean</code>
1408
1411
  Using this method you can check if the form is valid
1409
1412
 
1410
1413
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1411
1414
  **Returns**: <code>boolean</code> - Form is valid
1412
- <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField"></a>
1415
+ <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidField">&nbsp;</a>
1413
1416
 
1414
1417
  ### htmlMultiWidget.isInvalidField(field) ⇒ <code>boolean</code>
1415
1418
  Using this method you can check if a specific form field is invalid
@@ -1421,7 +1424,7 @@ Using this method you can check if a specific form field is invalid
1421
1424
  | --- | --- | --- |
1422
1425
  | field | <code>string</code> | Field name |
1423
1426
 
1424
- <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed"></a>
1427
+ <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
1425
1428
 
1426
1429
  ### htmlMultiWidget.isFieldErrorShowed(field) ⇒ <code>boolean</code>
1427
1430
  Using this method you can check if an error is displayed on a specific field
@@ -1433,7 +1436,7 @@ Using this method you can check if an error is displayed on a specific field
1433
1436
  | --- | --- | --- |
1434
1437
  | field | <code>string</code> | Field name |
1435
1438
 
1436
- <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator"></a>
1439
+ <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
1437
1440
 
1438
1441
  ### htmlMultiWidget.isInvalidFieldByValidator(field, validator) ⇒ <code>boolean</code>
1439
1442
  Using this method you can check if a specific field is invalid
@@ -1446,7 +1449,7 @@ Using this method you can check if a specific field is invalid
1446
1449
  | field | <code>string</code> | Field name |
1447
1450
  | validator | <code>string</code> | Validator name. Available validators: `required, cardNumberValidator, expireDateValidation` |
1448
1451
 
1449
- <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide"></a>
1452
+ <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hide">&nbsp;</a>
1450
1453
 
1451
1454
  ### htmlMultiWidget.hide([saveSize])
1452
1455
  Using this method you can hide widget after load
@@ -1457,19 +1460,19 @@ Using this method you can hide widget after load
1457
1460
  | --- | --- | --- | --- |
1458
1461
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
1459
1462
 
1460
- <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show"></a>
1463
+ <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" class="anchor" aria-hidden="true" href="HtmlMultiWidget+show">&nbsp;</a>
1461
1464
 
1462
1465
  ### htmlMultiWidget.show()
1463
1466
  Using this method you can show widget after using hide method
1464
1467
 
1465
1468
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1466
- <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload"></a>
1469
+ <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" class="anchor" aria-hidden="true" href="HtmlMultiWidget+reload">&nbsp;</a>
1467
1470
 
1468
1471
  ### htmlMultiWidget.reload()
1469
1472
  Using this method you can reload widget
1470
1473
 
1471
1474
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1472
- <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements"></a>
1475
+ <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hideElements">&nbsp;</a>
1473
1476
 
1474
1477
  ### htmlMultiWidget.hideElements(elements)
1475
1478
  Using this method you can hide any elements inside widget
@@ -1485,7 +1488,7 @@ Using this method you can hide any elements inside widget
1485
1488
  ```javascript
1486
1489
  widget.hideElements(['submit_button', 'email']);
1487
1490
  ```
1488
- <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements"></a>
1491
+ <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+showElements">&nbsp;</a>
1489
1492
 
1490
1493
  ### htmlMultiWidget.showElements(elements)
1491
1494
  Using this method you can show any elements inside widget
@@ -1499,7 +1502,7 @@ widget.showElements(['submit_button', 'email']);
1499
1502
  | --- | --- | --- |
1500
1503
  | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
1501
1504
 
1502
- <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues"></a>
1505
+ <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" class="anchor" aria-hidden="true" href="HtmlMultiWidget+updateFormValues">&nbsp;</a>
1503
1506
 
1504
1507
  ### htmlMultiWidget.updateFormValues(fieldValues)
1505
1508
  Method for update values for form fields inside the widget
@@ -1518,7 +1521,7 @@ widget.updateFormValues({
1518
1521
  card_name: 'Houston'
1519
1522
  });
1520
1523
  ```
1521
- <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert"></a>
1524
+ <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" class="anchor" aria-hidden="true" href="HtmlMultiWidget+onFinishInsert">&nbsp;</a>
1522
1525
 
1523
1526
  ### htmlMultiWidget.onFinishInsert(selector, dataType)
1524
1527
  After finish event of widget, data (dataType) will be insert to input (selector)
@@ -1530,7 +1533,7 @@ After finish event of widget, data (dataType) will be insert to input (selector)
1530
1533
  | selector | <code>string</code> | css selector . [] # |
1531
1534
  | dataType | <code>string</code> | data type of IEventData object. |
1532
1535
 
1533
- <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm"></a>
1536
+ <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
1534
1537
 
1535
1538
  ### htmlMultiWidget.interceptSubmitForm(selector)
1536
1539
  Widget will intercept submit of your form for processing widget
@@ -1557,13 +1560,13 @@ Process: click by submit button in your form --> submit widget ---> submit your
1557
1560
  widget.interceptSubmitForm('#myForm');
1558
1561
  </script>
1559
1562
  ```
1560
- <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit"></a>
1563
+ <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
1561
1564
 
1562
1565
  ### htmlMultiWidget.useCheckoutAutoSubmit()
1563
1566
  This method hides a submit button and automatically execute form submit
1564
1567
 
1565
1568
  **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1566
- <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize"></a>
1569
+ <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useAutoResize">&nbsp;</a>
1567
1570
 
1568
1571
  ### htmlMultiWidget.useAutoResize()
1569
1572
  Use this method for resize iFrame according content height
@@ -1574,7 +1577,7 @@ Use this method for resize iFrame according content height
1574
1577
  ```javascript
1575
1578
  widget.useAutoResize();
1576
1579
  ```
1577
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles"></a>
1580
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
1578
1581
 
1579
1582
  ### htmlMultiWidget.setStyles(fields)
1580
1583
  Object contain styles for widget
@@ -1597,7 +1600,7 @@ widget.setStyles({
1597
1600
  fort_family: 'fantasy'
1598
1601
  });
1599
1602
  ```
1600
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask"></a>
1603
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
1601
1604
 
1602
1605
  ### htmlMultiWidget.usePhoneCountryMask([options])
1603
1606
  Method to set a country code mask for the phone input.
@@ -1625,7 +1628,7 @@ widget.usePhoneCountryMask({
1625
1628
  only_countries: ['au', 'gb', 'us', 'ua']
1626
1629
  });
1627
1630
  ```
1628
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts"></a>
1631
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
1629
1632
 
1630
1633
  ### htmlMultiWidget.setTexts(fields)
1631
1634
  Method for set different texts inside the widget
@@ -1647,7 +1650,7 @@ widget.setTexts({
1647
1650
  submit_button_processing: 'Load...',
1648
1651
  });
1649
1652
  ```
1650
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle"></a>
1653
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
1651
1654
 
1652
1655
  ### htmlMultiWidget.setElementStyle(element, [state], styles)
1653
1656
  Method for set styles for different elements and states
@@ -1675,7 +1678,7 @@ widget.setElementStyle('input', 'error', {
1675
1678
  border: 'red solid 1px'
1676
1679
  });
1677
1680
  ```
1678
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues"></a>
1681
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
1679
1682
 
1680
1683
  ### htmlMultiWidget.setFormValues(fieldValues)
1681
1684
  The method to set the predefined values for the form fields inside the widget
@@ -1694,7 +1697,7 @@ widget.setFormValues({
1694
1697
  card_name: 'Houston'
1695
1698
  });
1696
1699
  ```
1697
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels"></a>
1700
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
1698
1701
 
1699
1702
  ### htmlMultiWidget.setFormLabels(fieldLabels)
1700
1703
  The method to set custom form field labels
@@ -1713,7 +1716,7 @@ widget.setFormPlaceholders({
1713
1716
  email: 'Email For Receipt'
1714
1717
  })
1715
1718
  ```
1716
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders"></a>
1719
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
1717
1720
 
1718
1721
  ### htmlMultiWidget.setFormPlaceholders(fieldPlaceholders)
1719
1722
  The method to set custom form fields placeholders
@@ -1732,7 +1735,7 @@ widget.setFormPlaceholders({
1732
1735
  email: 'Input your email, like test@example.com'
1733
1736
  })
1734
1737
  ```
1735
- <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements"></a>
1738
+ <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" class="anchor" aria-hidden="true" href="MultiWidget+setFormElements">&nbsp;</a>
1736
1739
 
1737
1740
  ### htmlMultiWidget.setFormElements(elements)
1738
1741
  The method to set the full configuration for the all specific form elements (label, placeholder, value)
@@ -1766,7 +1769,7 @@ widget.setFormElements([
1766
1769
  },
1767
1770
  ])
1768
1771
  ```
1769
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons"></a>
1772
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
1770
1773
 
1771
1774
  ### htmlMultiWidget.setIcons()
1772
1775
  The method to change the widget icons
@@ -1776,7 +1779,7 @@ The method to change the widget icons
1776
1779
 
1777
1780
  - [ ] DEPRECATED
1778
1781
 
1779
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements"></a>
1782
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
1780
1783
 
1781
1784
  ### htmlMultiWidget.setHiddenElements(elements)
1782
1785
  Using this method you can set hidden elements inside widget
@@ -1792,7 +1795,7 @@ Using this method you can set hidden elements inside widget
1792
1795
  ```javascript
1793
1796
  widget.setHiddenElements(['submit_button', 'email']);
1794
1797
  ```
1795
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId"></a>
1798
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
1796
1799
 
1797
1800
  ### htmlMultiWidget.setRefId(refId)
1798
1801
  Current method can set custom ID to identify the data in the future
@@ -1808,7 +1811,7 @@ Current method can set custom ID to identify the data in the future
1808
1811
  ```javascript
1809
1812
  widget.setRefId('id');
1810
1813
  ```
1811
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation"></a>
1814
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1812
1815
 
1813
1816
  ### htmlMultiWidget.useGatewayFieldValidation()
1814
1817
  Current method can add visual validation from gateway to widget's form fields
@@ -1819,7 +1822,7 @@ Current method can add visual validation from gateway to widget's form fields
1819
1822
  ```javascript
1820
1823
  widget.useGatewayFieldValidation();
1821
1824
  ```
1822
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons"></a>
1825
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
1823
1826
 
1824
1827
  ### htmlMultiWidget.setSupportedCardIcons(elements, validateCardNumberInput)
1825
1828
  Current method can set icons of supported card types
@@ -1836,7 +1839,7 @@ Current method can set icons of supported card types
1836
1839
  ```javascript
1837
1840
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
1838
1841
  ```
1839
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv"></a>
1842
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
1840
1843
 
1841
1844
  ### htmlMultiWidget.setEnv(env, [alias])
1842
1845
  Current method can change environment. By default environment = sandbox.
@@ -1854,7 +1857,7 @@ Also we can change domain alias for this environment. By default domain_alias =
1854
1857
  ```javascript
1855
1858
  widget.setEnv('production', 'paydock.com');
1856
1859
  ```
1857
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl"></a>
1860
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
1858
1861
 
1859
1862
  ### htmlMultiWidget.loadIFrameUrl()
1860
1863
  Method for creating iframe url
@@ -1869,7 +1872,7 @@ widget.loadIFrameUrl(function (url) {
1869
1872
  console.log(errors);
1870
1873
  });
1871
1874
  ```
1872
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage"></a>
1875
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
1873
1876
 
1874
1877
  ### htmlMultiWidget.setLanguage(code)
1875
1878
  Method for setting a custom language code
@@ -1885,7 +1888,7 @@ Method for setting a custom language code
1885
1888
  ```javascript
1886
1889
  config.setLanguage('en');
1887
1890
  ```
1888
- <a name="w_Configuration" id="w_Configuration"></a>
1891
+ <a name="w_Configuration" id="w_Configuration" class="anchor" aria-hidden="true" href="Configuration">&nbsp;</a>
1889
1892
 
1890
1893
  ## Configuration
1891
1894
  Class Configuration include methods for creating configuration token
@@ -1903,13 +1906,13 @@ Class Configuration include methods for creating configuration token
1903
1906
  * [.setLabel(label)](#w_Configuration+setLabel)
1904
1907
  * [.createToken(accessToken, cb, errorCb)](#w_Configuration+createToken)
1905
1908
 
1906
- <a name="w_new_Configuration_new" id="w_new_Configuration_new"></a>
1909
+ <a name="w_new_Configuration_new" id="w_new_Configuration_new" class="anchor" aria-hidden="true" href="new_Configuration_new">&nbsp;</a>
1907
1910
 
1908
1911
  ### new exports.Configuration([gatewayID], paymentType, purpose)
1909
1912
 
1910
1913
  | Param | Type | Default | Description |
1911
1914
  | --- | --- | --- | --- |
1912
- | [gatewayID] | <code>string</code> | <code>&quot;default&quot;</code> | gateway ID. By default or if put 'default', it will use the selected default gateway |
1915
+ | [gatewayID] | <code>string</code> | <code>&quot;default&quot;</code> | gateway ID. By default or if put 'default', it will use the selected default gateway. If put 'not_configured', it won’t use gateway to create downstream token. |
1913
1916
  | paymentType | <code>string</code> | | Type of payment source which shows in widget form. Available parameters [PAYMENT_TYPE](#w_PAYMENT_TYPE) |
1914
1917
  | purpose | <code>string</code> | | Param which describes payment purpose. By default uses Available parameters [PURPOSE](#w_PURPOSE) |
1915
1918
 
@@ -1919,8 +1922,10 @@ Class Configuration include methods for creating configuration token
1919
1922
  var config = new Configuration('gatewayId'); // short
1920
1923
 
1921
1924
  var config = new Configuration('gatewayId', 'bank_account', 'paymentSource'); // extend
1925
+
1926
+ var config = new Configuration('not_configured'); // without gateway
1922
1927
  ```
1923
- <a name="w_Configuration+setWebHookDestination" id="w_Configuration+setWebHookDestination"></a>
1928
+ <a name="w_Configuration+setWebHookDestination" id="w_Configuration+setWebHookDestination" class="anchor" aria-hidden="true" href="Configuration+setWebHookDestination">&nbsp;</a>
1924
1929
 
1925
1930
  ### configuration.setWebHookDestination(url)
1926
1931
  Destination, where customer will receive all successful responses.
@@ -1937,7 +1942,7 @@ Response will contain “data” object with “payment_source” or other param
1937
1942
  ```javascript
1938
1943
  config.setWebHookDestination('http://google.com');
1939
1944
  ```
1940
- <a name="w_Configuration+setSuccessRedirectUrl" id="w_Configuration+setSuccessRedirectUrl"></a>
1945
+ <a name="w_Configuration+setSuccessRedirectUrl" id="w_Configuration+setSuccessRedirectUrl" class="anchor" aria-hidden="true" href="Configuration+setSuccessRedirectUrl">&nbsp;</a>
1941
1946
 
1942
1947
  ### configuration.setSuccessRedirectUrl(url)
1943
1948
  URL to which the Customer will be redirected to after the success finish
@@ -1953,7 +1958,7 @@ URL to which the Customer will be redirected to after the success finish
1953
1958
  ```javascript
1954
1959
  config.setSuccessRedirectUrl('google.com/search?q=success');
1955
1960
  ```
1956
- <a name="w_Configuration+setErrorRedirectUrl" id="w_Configuration+setErrorRedirectUrl"></a>
1961
+ <a name="w_Configuration+setErrorRedirectUrl" id="w_Configuration+setErrorRedirectUrl" class="anchor" aria-hidden="true" href="Configuration+setErrorRedirectUrl">&nbsp;</a>
1957
1962
 
1958
1963
  ### configuration.setErrorRedirectUrl(url)
1959
1964
  URL to which the Customer will be redirected to if an error is triggered in the process of operation
@@ -1969,7 +1974,7 @@ URL to which the Customer will be redirected to if an error is triggered in the
1969
1974
  ```javascript
1970
1975
  config.setErrorRedirectUrl('google.com/search?q=error');
1971
1976
  ```
1972
- <a name="w_Configuration+setFormFields" id="w_Configuration+setFormFields"></a>
1977
+ <a name="w_Configuration+setFormFields" id="w_Configuration+setFormFields" class="anchor" aria-hidden="true" href="Configuration+setFormFields">&nbsp;</a>
1973
1978
 
1974
1979
  ### configuration.setFormFields(fields)
1975
1980
  Set list with widget form field, which will be shown in form. Also you can set the required validation for these fields
@@ -1985,7 +1990,7 @@ Set list with widget form field, which will be shown in form. Also you can set t
1985
1990
  ```javascript
1986
1991
  config.setFormFields(['phone', 'email', 'first_name*']);
1987
1992
  ```
1988
- <a name="w_Configuration+setMeta" id="w_Configuration+setMeta"></a>
1993
+ <a name="w_Configuration+setMeta" id="w_Configuration+setMeta" class="anchor" aria-hidden="true" href="Configuration+setMeta">&nbsp;</a>
1989
1994
 
1990
1995
  ### configuration.setMeta(object)
1991
1996
  Method for setting meta information for checkout page
@@ -2005,7 +2010,7 @@ config.setMeta({
2005
2010
  email: 'wault@paydock.com'
2006
2011
  });
2007
2012
  ```
2008
- <a name="w_Configuration+setEnv" id="w_Configuration+setEnv"></a>
2013
+ <a name="w_Configuration+setEnv" id="w_Configuration+setEnv" class="anchor" aria-hidden="true" href="Configuration+setEnv">&nbsp;</a>
2009
2014
 
2010
2015
  ### configuration.setEnv(env, [alias])
2011
2016
  Current method can change environment. By default environment = sandbox.
@@ -2023,7 +2028,7 @@ Also we can change domain alias for this environment. By default domain_alias =
2023
2028
  ```javascript
2024
2029
  config.setEnv('production');
2025
2030
  ```
2026
- <a name="w_Configuration+setLabel" id="w_Configuration+setLabel"></a>
2031
+ <a name="w_Configuration+setLabel" id="w_Configuration+setLabel" class="anchor" aria-hidden="true" href="Configuration+setLabel">&nbsp;</a>
2027
2032
 
2028
2033
  ### configuration.setLabel(label)
2029
2034
  Title for tab which can be set instead of default
@@ -2039,7 +2044,7 @@ Title for tab which can be set instead of default
2039
2044
  ```javascript
2040
2045
  config.setLabel('custom label');
2041
2046
  ```
2042
- <a name="w_Configuration+createToken" id="w_Configuration+createToken"></a>
2047
+ <a name="w_Configuration+createToken" id="w_Configuration+createToken" class="anchor" aria-hidden="true" href="Configuration+createToken">&nbsp;</a>
2043
2048
 
2044
2049
  ### configuration.createToken(accessToken, cb, errorCb)
2045
2050
  createToken - method which exactly create payment one time token
@@ -2062,7 +2067,7 @@ config.createToken('582035346f65cdd57ee81192d6e5w65w4e5',
2062
2067
  console.log(error);
2063
2068
  });
2064
2069
  ```
2065
- <a name="w_MultiWidget" id="w_MultiWidget"></a>
2070
+ <a name="w_MultiWidget" id="w_MultiWidget" class="anchor" aria-hidden="true" href="MultiWidget">&nbsp;</a>
2066
2071
 
2067
2072
  ## MultiWidget
2068
2073
  Class MultiWidget include method for for creating iframe url
@@ -2088,7 +2093,7 @@ Class MultiWidget include method for for creating iframe url
2088
2093
  * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
2089
2094
  * [.setLanguage(code)](#w_MultiWidget+setLanguage)
2090
2095
 
2091
- <a name="w_new_MultiWidget_new" id="w_new_MultiWidget_new"></a>
2096
+ <a name="w_new_MultiWidget_new" id="w_new_MultiWidget_new" class="anchor" aria-hidden="true" href="new_MultiWidget_new">&nbsp;</a>
2092
2097
 
2093
2098
  ### new exports.MultiWidget(accessToken, conf)
2094
2099
 
@@ -2111,7 +2116,7 @@ var widget = new MultiWidget('accessToken',[ With Configurations
2111
2116
  Configuration('gatewayId', 'bank_account')
2112
2117
  ]);
2113
2118
  ```
2114
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles"></a>
2119
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
2115
2120
 
2116
2121
  ### multiWidget.setStyles(fields)
2117
2122
  Object contain styles for widget
@@ -2134,7 +2139,7 @@ widget.setStyles({
2134
2139
  fort_family: 'fantasy'
2135
2140
  });
2136
2141
  ```
2137
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask"></a>
2142
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
2138
2143
 
2139
2144
  ### multiWidget.usePhoneCountryMask([options])
2140
2145
  Method to set a country code mask for the phone input.
@@ -2162,7 +2167,7 @@ widget.usePhoneCountryMask({
2162
2167
  only_countries: ['au', 'gb', 'us', 'ua']
2163
2168
  });
2164
2169
  ```
2165
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts"></a>
2170
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
2166
2171
 
2167
2172
  ### multiWidget.setTexts(fields)
2168
2173
  Method for set different texts inside the widget
@@ -2184,7 +2189,7 @@ widget.setTexts({
2184
2189
  submit_button_processing: 'Load...',
2185
2190
  });
2186
2191
  ```
2187
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle"></a>
2192
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
2188
2193
 
2189
2194
  ### multiWidget.setElementStyle(element, [state], styles)
2190
2195
  Method for set styles for different elements and states
@@ -2212,7 +2217,7 @@ widget.setElementStyle('input', 'error', {
2212
2217
  border: 'red solid 1px'
2213
2218
  });
2214
2219
  ```
2215
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues"></a>
2220
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
2216
2221
 
2217
2222
  ### multiWidget.setFormValues(fieldValues)
2218
2223
  The method to set the predefined values for the form fields inside the widget
@@ -2231,7 +2236,7 @@ widget.setFormValues({
2231
2236
  card_name: 'Houston'
2232
2237
  });
2233
2238
  ```
2234
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels"></a>
2239
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
2235
2240
 
2236
2241
  ### multiWidget.setFormLabels(fieldLabels)
2237
2242
  The method to set custom form field labels
@@ -2250,7 +2255,7 @@ widget.setFormPlaceholders({
2250
2255
  email: 'Email For Receipt'
2251
2256
  })
2252
2257
  ```
2253
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders"></a>
2258
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
2254
2259
 
2255
2260
  ### multiWidget.setFormPlaceholders(fieldPlaceholders)
2256
2261
  The method to set custom form fields placeholders
@@ -2269,7 +2274,7 @@ widget.setFormPlaceholders({
2269
2274
  email: 'Input your email, like test@example.com'
2270
2275
  })
2271
2276
  ```
2272
- <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements"></a>
2277
+ <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" class="anchor" aria-hidden="true" href="MultiWidget+setFormElements">&nbsp;</a>
2273
2278
 
2274
2279
  ### multiWidget.setFormElements(elements)
2275
2280
  The method to set the full configuration for the all specific form elements (label, placeholder, value)
@@ -2303,7 +2308,7 @@ widget.setFormElements([
2303
2308
  },
2304
2309
  ])
2305
2310
  ```
2306
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons"></a>
2311
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
2307
2312
 
2308
2313
  ### multiWidget.setIcons()
2309
2314
  The method to change the widget icons
@@ -2313,7 +2318,7 @@ The method to change the widget icons
2313
2318
 
2314
2319
  - [ ] DEPRECATED
2315
2320
 
2316
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements"></a>
2321
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
2317
2322
 
2318
2323
  ### multiWidget.setHiddenElements(elements)
2319
2324
  Using this method you can set hidden elements inside widget
@@ -2329,7 +2334,7 @@ Using this method you can set hidden elements inside widget
2329
2334
  ```javascript
2330
2335
  widget.setHiddenElements(['submit_button', 'email']);
2331
2336
  ```
2332
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId"></a>
2337
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
2333
2338
 
2334
2339
  ### multiWidget.setRefId(refId)
2335
2340
  Current method can set custom ID to identify the data in the future
@@ -2345,7 +2350,7 @@ Current method can set custom ID to identify the data in the future
2345
2350
  ```javascript
2346
2351
  widget.setRefId('id');
2347
2352
  ```
2348
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation"></a>
2353
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
2349
2354
 
2350
2355
  ### multiWidget.useGatewayFieldValidation()
2351
2356
  Current method can add visual validation from gateway to widget's form fields
@@ -2356,7 +2361,7 @@ Current method can add visual validation from gateway to widget's form fields
2356
2361
  ```javascript
2357
2362
  widget.useGatewayFieldValidation();
2358
2363
  ```
2359
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons"></a>
2364
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
2360
2365
 
2361
2366
  ### multiWidget.setSupportedCardIcons(elements, validateCardNumberInput)
2362
2367
  Current method can set icons of supported card types
@@ -2373,7 +2378,7 @@ Current method can set icons of supported card types
2373
2378
  ```javascript
2374
2379
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
2375
2380
  ```
2376
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv"></a>
2381
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
2377
2382
 
2378
2383
  ### multiWidget.setEnv(env, [alias])
2379
2384
  Current method can change environment. By default environment = sandbox.
@@ -2391,7 +2396,7 @@ Also we can change domain alias for this environment. By default domain_alias =
2391
2396
  ```javascript
2392
2397
  widget.setEnv('production', 'paydock.com');
2393
2398
  ```
2394
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl"></a>
2399
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
2395
2400
 
2396
2401
  ### multiWidget.loadIFrameUrl()
2397
2402
  Method for creating iframe url
@@ -2406,7 +2411,7 @@ widget.loadIFrameUrl(function (url) {
2406
2411
  console.log(errors);
2407
2412
  });
2408
2413
  ```
2409
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage"></a>
2414
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
2410
2415
 
2411
2416
  ### multiWidget.setLanguage(code)
2412
2417
  Method for setting a custom language code
@@ -2422,7 +2427,7 @@ Method for setting a custom language code
2422
2427
  ```javascript
2423
2428
  config.setLanguage('en');
2424
2429
  ```
2425
- <a name="w_EVENT" id="w_EVENT"></a>
2430
+ <a name="w_EVENT" id="w_EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
2426
2431
 
2427
2432
  ## EVENT : <code>object</code>
2428
2433
  List of available event's name
@@ -2440,7 +2445,7 @@ List of available event's name
2440
2445
  | META_CHANGE | <code>string</code> | <code>&quot;metaChange&quot;</code> |
2441
2446
  | RESIZE | <code>string</code> | <code>&quot;resize&quot;</code> |
2442
2447
 
2443
- <a name="w_VAULT_DISPLAY_EVENT" id="w_VAULT_DISPLAY_EVENT"></a>
2448
+ <a name="w_VAULT_DISPLAY_EVENT" id="w_VAULT_DISPLAY_EVENT" class="anchor" aria-hidden="true" href="VAULT_DISPLAY_EVENT">&nbsp;</a>
2444
2449
 
2445
2450
  ## VAULT\_DISPLAY\_EVENT : <code>object</code>
2446
2451
  List of available event's name
@@ -2458,7 +2463,7 @@ List of available event's name
2458
2463
  | SYSTEM_ERROR | <code>string</code> | <code>&quot;session_expired&quot;</code> |
2459
2464
  | OPERATION_FORBIDDEN | <code>string</code> | <code>&quot;operation_forbidden&quot;</code> |
2460
2465
 
2461
- <a name="w_PAYMENT_TYPE" id="w_PAYMENT_TYPE"></a>
2466
+ <a name="w_PAYMENT_TYPE" id="w_PAYMENT_TYPE" class="anchor" aria-hidden="true" href="PAYMENT_TYPE">&nbsp;</a>
2462
2467
 
2463
2468
  ## PAYMENT\_TYPE : <code>object</code>
2464
2469
  List of available payment source types
@@ -2471,7 +2476,7 @@ List of available payment source types
2471
2476
  | BANK_ACCOUNT | <code>string</code> | <code>&quot;bank_account&quot;</code> |
2472
2477
  | CHECKOUT | <code>string</code> | <code>&quot;checkout&quot;</code> |
2473
2478
 
2474
- <a name="w_PURPOSE" id="w_PURPOSE"></a>
2479
+ <a name="w_PURPOSE" id="w_PURPOSE" class="anchor" aria-hidden="true" href="PURPOSE">&nbsp;</a>
2475
2480
 
2476
2481
  ## PURPOSE : <code>object</code>
2477
2482
  Purposes
@@ -2484,7 +2489,7 @@ Purposes
2484
2489
  | CARD_PAYMENT_SOURCE_WITH_CVV | <code>string</code> | <code>&quot;card_payment_source_with_cvv&quot;</code> |
2485
2490
  | CARD_PAYMENT_SOURCE_WITHOUT_CVV | <code>string</code> | <code>&quot;card_payment_source_without_cvv&quot;</code> |
2486
2491
 
2487
- <a name="w_FORM_FIELD" id="w_FORM_FIELD"></a>
2492
+ <a name="w_FORM_FIELD" id="w_FORM_FIELD" class="anchor" aria-hidden="true" href="FORM_FIELD">&nbsp;</a>
2488
2493
 
2489
2494
  ## FORM\_FIELD : <code>object</code>
2490
2495
  Current constant include available type of fields which can be included to widget
@@ -2518,7 +2523,7 @@ Current constant include available type of fields which can be included to widge
2518
2523
  | ADDRESS_POSTCODE | <code>string</code> | <code>&quot;address_postcode&quot;</code> |
2519
2524
  | ADDRESS_COMPANY | <code>string</code> | <code>&quot;address_company&quot;</code> |
2520
2525
 
2521
- <a name="w_STYLE" id="w_STYLE"></a>
2526
+ <a name="w_STYLE" id="w_STYLE" class="anchor" aria-hidden="true" href="STYLE">&nbsp;</a>
2522
2527
 
2523
2528
  ## STYLE : <code>object</code>
2524
2529
  List of available style params for widget
@@ -2536,7 +2541,7 @@ List of available style params for widget
2536
2541
  | FONT_SIZE | <code>string</code> | <code>&quot;font_size&quot;</code> |
2537
2542
  | FONT_FAMILY | <code>string</code> | <code>&quot;font_family&quot;</code> |
2538
2543
 
2539
- <a name="w_TEXT" id="w_TEXT"></a>
2544
+ <a name="w_TEXT" id="w_TEXT" class="anchor" aria-hidden="true" href="TEXT">&nbsp;</a>
2540
2545
 
2541
2546
  ## TEXT : <code>object</code>
2542
2547
  List of available text item params for widget
@@ -2548,7 +2553,7 @@ List of available text item params for widget
2548
2553
  | TITLE | <code>string</code> | <code>&quot;title&quot;</code> |
2549
2554
  | FINISH | <code>string</code> | <code>&quot;finish_text&quot;</code> |
2550
2555
 
2551
- <a name="w_ELEMENT" id="w_ELEMENT"></a>
2556
+ <a name="w_ELEMENT" id="w_ELEMENT" class="anchor" aria-hidden="true" href="ELEMENT">&nbsp;</a>
2552
2557
 
2553
2558
  ## ELEMENT : <code>object</code>
2554
2559
  List of available params for hide elements
@@ -2560,7 +2565,7 @@ List of available params for hide elements
2560
2565
  | SUBMIT_BUTTON | <code>string</code> | <code>&quot;submit_button&quot;</code> |
2561
2566
  | TABS | <code>string</code> | <code>&quot;tabs&quot;</code> |
2562
2567
 
2563
- <a name="w_SUPPORTED_CARD_TYPES" id="w_SUPPORTED_CARD_TYPES"></a>
2568
+ <a name="w_SUPPORTED_CARD_TYPES" id="w_SUPPORTED_CARD_TYPES" class="anchor" aria-hidden="true" href="SUPPORTED_CARD_TYPES">&nbsp;</a>
2564
2569
 
2565
2570
  ## SUPPORTED\_CARD\_TYPES : <code>object</code>
2566
2571
  The list of available parameters for showing card icons
@@ -2580,7 +2585,7 @@ The list of available parameters for showing card icons
2580
2585
  | VISA | <code>string</code> | <code>&quot;visa&quot;</code> |
2581
2586
  | VISA_WHITE | <code>string</code> | <code>&quot;visa_white&quot;</code> |
2582
2587
 
2583
- <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT"></a>
2588
+ <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" class="anchor" aria-hidden="true" href="STYLABLE_ELEMENT">&nbsp;</a>
2584
2589
 
2585
2590
  ## STYLABLE\_ELEMENT : <code>object</code>
2586
2591
  Current constant include available type of element for styling
@@ -2595,7 +2600,7 @@ Current constant include available type of element for styling
2595
2600
  | TITLE | <code>string</code> | <code>&quot;title.&quot;</code> | These styles are available [IElementStyleTitle](#w_IElementStyleTitle) |
2596
2601
  | TITLE_DESCRIPTION | <code>string</code> | <code>&quot;title_description.&quot;</code> | These styles are available [IElementStyleTitleDescription](#w_IElementStyleTitleDescription) |
2597
2602
 
2598
- <a name="w_STYLABLE_ELEMENT_STATE" id="w_STYLABLE_ELEMENT_STATE"></a>
2603
+ <a name="w_STYLABLE_ELEMENT_STATE" id="w_STYLABLE_ELEMENT_STATE" class="anchor" aria-hidden="true" href="STYLABLE_ELEMENT_STATE">&nbsp;</a>
2599
2604
 
2600
2605
  ## STYLABLE\_ELEMENT\_STATE : <code>object</code>
2601
2606
  Current constant include available states of element for styling
@@ -2608,7 +2613,7 @@ Current constant include available states of element for styling
2608
2613
  | FOCUS | <code>string</code> | <code>&quot;focus&quot;</code> | focus. This state applies to: input |
2609
2614
  | HOVER | <code>string</code> | <code>&quot;hover&quot;</code> | focus. This state applies to: submit_button |
2610
2615
 
2611
- <a name="w_TRIGGER" id="w_TRIGGER"></a>
2616
+ <a name="w_TRIGGER" id="w_TRIGGER" class="anchor" aria-hidden="true" href="TRIGGER">&nbsp;</a>
2612
2617
 
2613
2618
  ## TRIGGER : <code>object</code>
2614
2619
  List of available triggers
@@ -2812,7 +2817,7 @@ This example shows how you can use a lot of other methods to settings your form
2812
2817
  </dd>
2813
2818
  </dl>
2814
2819
 
2815
- <a name="psw_IEventSelectData" id="psw_IEventSelectData"></a>
2820
+ <a name="psw_IEventSelectData" id="psw_IEventSelectData" class="anchor" aria-hidden="true" href="IEventSelectData">&nbsp;</a>
2816
2821
 
2817
2822
  ## IEventSelectData
2818
2823
  Interface of data from event.
@@ -2838,7 +2843,7 @@ Interface of data from event.
2838
2843
  | [account_name] | <code>string</code> |
2839
2844
  | [account_number] | <code>string</code> |
2840
2845
 
2841
- <a name="psw_IEventPaginationData" id="psw_IEventPaginationData"></a>
2846
+ <a name="psw_IEventPaginationData" id="psw_IEventPaginationData" class="anchor" aria-hidden="true" href="IEventPaginationData">&nbsp;</a>
2842
2847
 
2843
2848
  ## IEventPaginationData
2844
2849
  Interface of data from event.
@@ -2855,7 +2860,7 @@ Interface of data from event.
2855
2860
  | skip | <code>number</code> |
2856
2861
  | limit | <code>number</code> |
2857
2862
 
2858
- <a name="psw_IEventAfterLoadData" id="psw_IEventAfterLoadData"></a>
2863
+ <a name="psw_IEventAfterLoadData" id="psw_IEventAfterLoadData" class="anchor" aria-hidden="true" href="IEventAfterLoadData">&nbsp;</a>
2859
2864
 
2860
2865
  ## IEventAfterLoadData
2861
2866
  Interface of data from event.
@@ -2872,7 +2877,7 @@ Interface of data from event.
2872
2877
  | skip | <code>number</code> | Pagination param. Skip items from first item |
2873
2878
  | limit | <code>number</code> | Pagination param. Query limit |
2874
2879
 
2875
- <a name="psw_IEventFinishData" id="psw_IEventFinishData"></a>
2880
+ <a name="psw_IEventFinishData" id="psw_IEventFinishData" class="anchor" aria-hidden="true" href="IEventFinishData">&nbsp;</a>
2876
2881
 
2877
2882
  ## IEventFinishData
2878
2883
  Interface of data from event.
@@ -2886,7 +2891,7 @@ Interface of data from event.
2886
2891
  | message_source | <code>string</code> | System variable. Event source |
2887
2892
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
2888
2893
 
2889
- <a name="psw_IEventSizeData" id="psw_IEventSizeData"></a>
2894
+ <a name="psw_IEventSizeData" id="psw_IEventSizeData" class="anchor" aria-hidden="true" href="IEventSizeData">&nbsp;</a>
2890
2895
 
2891
2896
  ## IEventSizeData
2892
2897
  Interface of data from event.
@@ -2902,7 +2907,7 @@ Interface of data from event.
2902
2907
  | height | <code>number</code> | Height of iFrame |
2903
2908
  | width | <code>number</code> | Width of iFrame |
2904
2909
 
2905
- <a name="psw_IStyles" id="psw_IStyles"></a>
2910
+ <a name="psw_IStyles" id="psw_IStyles" class="anchor" aria-hidden="true" href="IStyles">&nbsp;</a>
2906
2911
 
2907
2912
  ## IStyles
2908
2913
  Interface for classes that represent widget's styles.
@@ -2918,7 +2923,7 @@ Interface for classes that represent widget's styles.
2918
2923
  | [font_size] | <code>string</code> |
2919
2924
  | [icon_size] | <code>string</code> |
2920
2925
 
2921
- <a name="psw_HtmlPaymentSourceWidget" id="psw_HtmlPaymentSourceWidget"></a>
2926
+ <a name="psw_HtmlPaymentSourceWidget" id="psw_HtmlPaymentSourceWidget" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget">&nbsp;</a>
2922
2927
 
2923
2928
  ## HtmlPaymentSourceWidget ⇐ [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
2924
2929
  Class HtmlPaymentSourceWidget include method for working on html
@@ -2943,7 +2948,7 @@ Class HtmlPaymentSourceWidget include method for working on html
2943
2948
  * [.filterByTypes(types)](#psw_PaymentSourceWidget+filterByTypes)
2944
2949
  * [.setLanguage(code)](#psw_PaymentSourceWidget+setLanguage)
2945
2950
 
2946
- <a name="psw_new_HtmlPaymentSourceWidget_new" id="psw_new_HtmlPaymentSourceWidget_new"></a>
2951
+ <a name="psw_new_HtmlPaymentSourceWidget_new" id="psw_new_HtmlPaymentSourceWidget_new" class="anchor" aria-hidden="true" href="new_HtmlPaymentSourceWidget_new">&nbsp;</a>
2947
2952
 
2948
2953
  ### new exports.HtmlPaymentSourceWidget(selector, publicKey, queryToken)
2949
2954
 
@@ -2958,13 +2963,13 @@ Class HtmlPaymentSourceWidget include method for working on html
2958
2963
  ```javascript
2959
2964
  * var widget = new HtmlPaymentSourceWidget('#widget', 'publicKey','queryToken');
2960
2965
  ```
2961
- <a name="psw_HtmlPaymentSourceWidget+load" id="psw_HtmlPaymentSourceWidget+load"></a>
2966
+ <a name="psw_HtmlPaymentSourceWidget+load" id="psw_HtmlPaymentSourceWidget+load" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+load">&nbsp;</a>
2962
2967
 
2963
2968
  ### htmlPaymentSourceWidget.load()
2964
2969
  The final method to beginning, the load process of widget to html
2965
2970
 
2966
2971
  **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
2967
- <a name="psw_HtmlPaymentSourceWidget+on" id="psw_HtmlPaymentSourceWidget+on"></a>
2972
+ <a name="psw_HtmlPaymentSourceWidget+on" id="psw_HtmlPaymentSourceWidget+on" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+on">&nbsp;</a>
2968
2973
 
2969
2974
  ### htmlPaymentSourceWidget.on(eventName, cb)
2970
2975
  Listen to events of widget
@@ -2983,7 +2988,7 @@ widget.on('select', function (data) {
2983
2988
  console.log(data);
2984
2989
  });
2985
2990
  ```
2986
- <a name="psw_HtmlPaymentSourceWidget+hide" id="psw_HtmlPaymentSourceWidget+hide"></a>
2991
+ <a name="psw_HtmlPaymentSourceWidget+hide" id="psw_HtmlPaymentSourceWidget+hide" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+hide">&nbsp;</a>
2987
2992
 
2988
2993
  ### htmlPaymentSourceWidget.hide([saveSize])
2989
2994
  Using this method you can hide widget after load
@@ -2994,19 +2999,19 @@ Using this method you can hide widget after load
2994
2999
  | --- | --- | --- | --- |
2995
3000
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
2996
3001
 
2997
- <a name="psw_HtmlPaymentSourceWidget+show" id="psw_HtmlPaymentSourceWidget+show"></a>
3002
+ <a name="psw_HtmlPaymentSourceWidget+show" id="psw_HtmlPaymentSourceWidget+show" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+show">&nbsp;</a>
2998
3003
 
2999
3004
  ### htmlPaymentSourceWidget.show()
3000
3005
  Using this method you can show widget after using hide method
3001
3006
 
3002
3007
  **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3003
- <a name="psw_HtmlPaymentSourceWidget+reload" id="psw_HtmlPaymentSourceWidget+reload"></a>
3008
+ <a name="psw_HtmlPaymentSourceWidget+reload" id="psw_HtmlPaymentSourceWidget+reload" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+reload">&nbsp;</a>
3004
3009
 
3005
3010
  ### htmlPaymentSourceWidget.reload()
3006
3011
  Using this method you can reload widget
3007
3012
 
3008
3013
  **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3009
- <a name="psw_HtmlPaymentSourceWidget+onSelectInsert" id="psw_HtmlPaymentSourceWidget+onSelectInsert"></a>
3014
+ <a name="psw_HtmlPaymentSourceWidget+onSelectInsert" id="psw_HtmlPaymentSourceWidget+onSelectInsert" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+onSelectInsert">&nbsp;</a>
3010
3015
 
3011
3016
  ### htmlPaymentSourceWidget.onSelectInsert(selector, dataType)
3012
3017
  After select event of widget, data (dataType) will be insert to input (selector)
@@ -3018,7 +3023,7 @@ After select event of widget, data (dataType) will be insert to input (selector)
3018
3023
  | selector | <code>string</code> | css selector . [] # |
3019
3024
  | dataType | <code>string</code> | data type of [IEventSelectData](#psw_IEventSelectData). |
3020
3025
 
3021
- <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles"></a>
3026
+ <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setStyles">&nbsp;</a>
3022
3027
 
3023
3028
  ### htmlPaymentSourceWidget.setStyles(fields)
3024
3029
  Object contain styles for widget
@@ -3040,7 +3045,7 @@ widget.setStyles({
3040
3045
  font_size: '20px'
3041
3046
  });
3042
3047
  ```
3043
- <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId"></a>
3048
+ <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setRefId">&nbsp;</a>
3044
3049
 
3045
3050
  ### htmlPaymentSourceWidget.setRefId(refId)
3046
3051
  Current method can set custom ID to identify the data in the future
@@ -3056,7 +3061,7 @@ Current method can set custom ID to identify the data in the future
3056
3061
  ```javascript
3057
3062
  widget.setRefId('id');
3058
3063
  ```
3059
- <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit"></a>
3064
+ <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLimit">&nbsp;</a>
3060
3065
 
3061
3066
  ### htmlPaymentSourceWidget.setLimit(count)
3062
3067
  Current method can set limit for payment sources count. In case when limit sets less then general count will be shown pagination buttons prev and next.
@@ -3067,7 +3072,7 @@ Current method can set limit for payment sources count. In case when limit sets
3067
3072
  | --- | --- | --- |
3068
3073
  | count | <code>string</code> | payment source count |
3069
3074
 
3070
- <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv"></a>
3075
+ <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setEnv">&nbsp;</a>
3071
3076
 
3072
3077
  ### htmlPaymentSourceWidget.setEnv(env, [alias])
3073
3078
  Current method can change environment. By default environment = sandbox
@@ -3085,13 +3090,13 @@ Also we can change domain alias for this environment. By default domain_alias =
3085
3090
  ```javascript
3086
3091
  widget.setEnv('production');
3087
3092
  ```
3088
- <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl"></a>
3093
+ <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" class="anchor" aria-hidden="true" href="PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3089
3094
 
3090
3095
  ### htmlPaymentSourceWidget.getIFrameUrl()
3091
3096
  Method for getting iframe's url
3092
3097
 
3093
3098
  **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3094
- <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds"></a>
3099
+ <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3095
3100
 
3096
3101
  ### htmlPaymentSourceWidget.filterByGatewayIds(ids)
3097
3102
  Show payment source inside widget only with requested gateway ids
@@ -3102,7 +3107,7 @@ Show payment source inside widget only with requested gateway ids
3102
3107
  | --- | --- | --- |
3103
3108
  | ids | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | List of paydock gateway_id |
3104
3109
 
3105
- <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes"></a>
3110
+ <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByTypes">&nbsp;</a>
3106
3111
 
3107
3112
  ### htmlPaymentSourceWidget.filterByTypes(types)
3108
3113
  Show payment source inside widget only with requested payment source types
@@ -3113,7 +3118,7 @@ Show payment source inside widget only with requested payment source types
3113
3118
  | --- | --- |
3114
3119
  | types | List of payment source types. Available parameters [PAYMENT_TYPE](PAYMENT_TYPE) |
3115
3120
 
3116
- <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage"></a>
3121
+ <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLanguage">&nbsp;</a>
3117
3122
 
3118
3123
  ### htmlPaymentSourceWidget.setLanguage(code)
3119
3124
  Method for setting a custom language code
@@ -3129,7 +3134,7 @@ Method for setting a custom language code
3129
3134
  ```javascript
3130
3135
  config.setLanguage('en');
3131
3136
  ```
3132
- <a name="psw_PaymentSourceWidget" id="psw_PaymentSourceWidget"></a>
3137
+ <a name="psw_PaymentSourceWidget" id="psw_PaymentSourceWidget" class="anchor" aria-hidden="true" href="PaymentSourceWidget">&nbsp;</a>
3133
3138
 
3134
3139
  ## PaymentSourceWidget
3135
3140
  Class PaymentSourceWidget include method for for creating iframe url
@@ -3147,7 +3152,7 @@ Class PaymentSourceWidget include method for for creating iframe url
3147
3152
  * [.filterByTypes(types)](#psw_PaymentSourceWidget+filterByTypes)
3148
3153
  * [.setLanguage(code)](#psw_PaymentSourceWidget+setLanguage)
3149
3154
 
3150
- <a name="psw_new_PaymentSourceWidget_new" id="psw_new_PaymentSourceWidget_new"></a>
3155
+ <a name="psw_new_PaymentSourceWidget_new" id="psw_new_PaymentSourceWidget_new" class="anchor" aria-hidden="true" href="new_PaymentSourceWidget_new">&nbsp;</a>
3151
3156
 
3152
3157
  ### new exports.PaymentSourceWidget(publicKey, customer, [useReference])
3153
3158
 
@@ -3164,7 +3169,7 @@ var widget = new PaymentSourceWidget('publicKey','customerId');
3164
3169
  // or
3165
3170
  var widget = new PaymentSourceWidget('publicKey', customerReference, true);
3166
3171
  ```
3167
- <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles"></a>
3172
+ <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setStyles">&nbsp;</a>
3168
3173
 
3169
3174
  ### paymentSourceWidget.setStyles(fields)
3170
3175
  Object contain styles for widget
@@ -3186,7 +3191,7 @@ widget.setStyles({
3186
3191
  font_size: '20px'
3187
3192
  });
3188
3193
  ```
3189
- <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId"></a>
3194
+ <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setRefId">&nbsp;</a>
3190
3195
 
3191
3196
  ### paymentSourceWidget.setRefId(refId)
3192
3197
  Current method can set custom ID to identify the data in the future
@@ -3202,7 +3207,7 @@ Current method can set custom ID to identify the data in the future
3202
3207
  ```javascript
3203
3208
  widget.setRefId('id');
3204
3209
  ```
3205
- <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit"></a>
3210
+ <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLimit">&nbsp;</a>
3206
3211
 
3207
3212
  ### paymentSourceWidget.setLimit(count)
3208
3213
  Current method can set limit for payment sources count. In case when limit sets less then general count will be shown pagination buttons prev and next.
@@ -3213,7 +3218,7 @@ Current method can set limit for payment sources count. In case when limit sets
3213
3218
  | --- | --- | --- |
3214
3219
  | count | <code>string</code> | payment source count |
3215
3220
 
3216
- <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv"></a>
3221
+ <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setEnv">&nbsp;</a>
3217
3222
 
3218
3223
  ### paymentSourceWidget.setEnv(env, [alias])
3219
3224
  Current method can change environment. By default environment = sandbox
@@ -3231,13 +3236,13 @@ Also we can change domain alias for this environment. By default domain_alias =
3231
3236
  ```javascript
3232
3237
  widget.setEnv('production');
3233
3238
  ```
3234
- <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl"></a>
3239
+ <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" class="anchor" aria-hidden="true" href="PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3235
3240
 
3236
3241
  ### paymentSourceWidget.getIFrameUrl()
3237
3242
  Method for getting iframe's url
3238
3243
 
3239
3244
  **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3240
- <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds"></a>
3245
+ <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3241
3246
 
3242
3247
  ### paymentSourceWidget.filterByGatewayIds(ids)
3243
3248
  Show payment source inside widget only with requested gateway ids
@@ -3248,7 +3253,7 @@ Show payment source inside widget only with requested gateway ids
3248
3253
  | --- | --- | --- |
3249
3254
  | ids | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | List of paydock gateway_id |
3250
3255
 
3251
- <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes"></a>
3256
+ <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByTypes">&nbsp;</a>
3252
3257
 
3253
3258
  ### paymentSourceWidget.filterByTypes(types)
3254
3259
  Show payment source inside widget only with requested payment source types
@@ -3259,7 +3264,7 @@ Show payment source inside widget only with requested payment source types
3259
3264
  | --- | --- |
3260
3265
  | types | List of payment source types. Available parameters [PAYMENT_TYPE](PAYMENT_TYPE) |
3261
3266
 
3262
- <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage"></a>
3267
+ <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLanguage">&nbsp;</a>
3263
3268
 
3264
3269
  ### paymentSourceWidget.setLanguage(code)
3265
3270
  Method for setting a custom language code
@@ -3275,7 +3280,7 @@ Method for setting a custom language code
3275
3280
  ```javascript
3276
3281
  config.setLanguage('en');
3277
3282
  ```
3278
- <a name="psw_EVENT" id="psw_EVENT"></a>
3283
+ <a name="psw_EVENT" id="psw_EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
3279
3284
 
3280
3285
  ## EVENT : <code>object</code>
3281
3286
  List of available event's name
@@ -3293,7 +3298,7 @@ List of available event's name
3293
3298
  | META_CHANGE | <code>string</code> | <code>&quot;metaChange&quot;</code> |
3294
3299
  | RESIZE | <code>string</code> | <code>&quot;resize&quot;</code> |
3295
3300
 
3296
- <a name="psw_STYLE" id="psw_STYLE"></a>
3301
+ <a name="psw_STYLE" id="psw_STYLE" class="anchor" aria-hidden="true" href="STYLE">&nbsp;</a>
3297
3302
 
3298
3303
  ## STYLE : <code>object</code>
3299
3304
  List of available style params for widget
@@ -3309,7 +3314,7 @@ List of available style params for widget
3309
3314
  | ICON_SIZE | <code>string</code> | <code>&quot;icon_size&quot;</code> |
3310
3315
  | FONT_SIZE | <code>string</code> | <code>&quot;font_size&quot;</code> |
3311
3316
 
3312
- <a name="psw_PAYMENT_SOURCE_TYPE" id="psw_PAYMENT_SOURCE_TYPE"></a>
3317
+ <a name="psw_PAYMENT_SOURCE_TYPE" id="psw_PAYMENT_SOURCE_TYPE" class="anchor" aria-hidden="true" href="PAYMENT_SOURCE_TYPE">&nbsp;</a>
3313
3318
 
3314
3319
  ## PAYMENT\_SOURCE\_TYPE : <code>object</code>
3315
3320
  List of available payment source types
@@ -3322,7 +3327,7 @@ List of available payment source types
3322
3327
  | BANK_ACCOUNT | <code>string</code> | <code>&quot;bank_account&quot;</code> |
3323
3328
  | CHECKOUT | <code>string</code> | <code>&quot;checkout&quot;</code> |
3324
3329
 
3325
- <a name="psw_listener--PaymentSourceWidget" id="psw_listener--PaymentSourceWidget"></a>
3330
+ <a name="psw_listener--PaymentSourceWidget" id="psw_listener--PaymentSourceWidget" class="anchor" aria-hidden="true" href="listener--PaymentSourceWidget">&nbsp;</a>
3326
3331
 
3327
3332
  ## listener--PaymentSourceWidget : <code>function</code>
3328
3333
  This callback will be called for each event in payment source widget
@@ -3346,7 +3351,7 @@ As a result, you will be able to receive a one-time token for charges, subscript
3346
3351
 
3347
3352
 
3348
3353
  ## Checkout button simple example
3349
-
3354
+
3350
3355
  ### Container
3351
3356
 
3352
3357
  ```html
@@ -3366,14 +3371,14 @@ var button = new paydock.PaypalCheckoutButton('#button', 'publicKey', 'gatewayId
3366
3371
  ```javascript--es2015
3367
3372
  // ES2015 | TypeScript
3368
3373
 
3369
-
3374
+
3370
3375
  var button = new PaypalCheckoutButton('#button', 'publicKey');
3371
3376
  ```
3372
3377
 
3373
3378
  Then write only need 1 line of code in js to initialize widget
3374
3379
 
3375
3380
 
3376
- ### Full example
3381
+ ### Full example
3377
3382
 
3378
3383
  ```html
3379
3384
  <!DOCTYPE html>
@@ -3414,7 +3419,7 @@ button.on('finish', function (data) { // Add handler of event
3414
3419
 
3415
3420
  This example shows how you can use a lot of other methods to settings your button
3416
3421
 
3417
- ### Full Paypal example
3422
+ ### Full Paypal example
3418
3423
 
3419
3424
  ```html
3420
3425
  <!DOCTYPE html>
@@ -3441,16 +3446,16 @@ This example shows how you can use a lot of other methods to settings your butto
3441
3446
  reference: '15',
3442
3447
  first_name: 'Joshua',
3443
3448
  last_name: 'Wood',
3444
- phone: '0231049872'});
3445
-
3446
- button.on('finish', function (data) {
3449
+ phone: '0231049872'});
3450
+
3451
+ button.on('finish', function (data) {
3447
3452
  console.log('on:finish', data);
3448
3453
  });
3449
3454
  </script>
3450
3455
  </body>
3451
3456
  </html>
3452
3457
  ```
3453
- ### Full ZipMoney example
3458
+ ### Full ZipMoney example
3454
3459
 
3455
3460
  ```html
3456
3461
  <!DOCTYPE html>
@@ -3480,6 +3485,7 @@ This example shows how you can use a lot of other methods to settings your butto
3480
3485
  "charge": {
3481
3486
  "amount": "4",
3482
3487
  "currency":"AUD",
3488
+ "shipping_type": "delivery",
3483
3489
  "shipping_address": {
3484
3490
  "first_name": "Joshua",
3485
3491
  "last_name": "Wood",
@@ -3515,7 +3521,7 @@ This example shows how you can use a lot of other methods to settings your butto
3515
3521
  }
3516
3522
  ]
3517
3523
  },
3518
-
3524
+
3519
3525
  "statistics": {
3520
3526
  "account_created": "2017-05-05",
3521
3527
  "sales_total_number": "5",
@@ -3526,9 +3532,9 @@ This example shows how you can use a lot of other methods to settings your butto
3526
3532
  "previous_chargeback": "true",
3527
3533
  "currency": "AUD",
3528
3534
  "last_login": "2017-06-01"
3529
- });
3530
-
3531
- button.on('finish', function (data) {
3535
+ });
3536
+
3537
+ button.on('finish', function (data) {
3532
3538
  console.log('on:finish', data);
3533
3539
  });
3534
3540
  </script>
@@ -3536,7 +3542,7 @@ This example shows how you can use a lot of other methods to settings your butto
3536
3542
  </html>
3537
3543
  ```
3538
3544
 
3539
- ### Full Aftepay example
3545
+ ### Full Aftepay example
3540
3546
 
3541
3547
  ```html
3542
3548
  <!DOCTYPE html>
@@ -3555,7 +3561,7 @@ This example shows how you can use a lot of other methods to settings your butto
3555
3561
  <script src="https://widget.paydock.com/sdk/latest/widget.umd.js" ></script>
3556
3562
  <script>
3557
3563
  var button = new paydock.AfterpayCheckoutButton('#button', 'publicKey', 'gatewayId');
3558
-
3564
+
3559
3565
  button.onFinishInsert('input[name="pst"]', 'payment_source_token');
3560
3566
  button.setMeta({
3561
3567
  amount: "100",
@@ -3572,8 +3578,8 @@ This example shows how you can use a lot of other methods to settings your butto
3572
3578
  address_country: 'Australia',
3573
3579
  phone: '0412345678',
3574
3580
  });
3575
-
3576
- button.on('finish', function (data) {
3581
+
3582
+ button.on('finish', function (data) {
3577
3583
  console.log('on:finish', data);
3578
3584
  });
3579
3585
  </script>
@@ -3629,7 +3635,7 @@ This example shows how you can use a lot of other methods to settings your butto
3629
3635
  </dd>
3630
3636
  </dl>
3631
3637
 
3632
- <a name="cb_IEventCheckoutFinishData" id="cb_IEventCheckoutFinishData"></a>
3638
+ <a name="cb_IEventCheckoutFinishData" id="cb_IEventCheckoutFinishData" class="anchor" aria-hidden="true" href="IEventCheckoutFinishData">&nbsp;</a>
3633
3639
 
3634
3640
  ## IEventCheckoutFinishData
3635
3641
  **Kind**: global interface
@@ -3638,7 +3644,7 @@ This example shows how you can use a lot of other methods to settings your butto
3638
3644
  | --- | --- |
3639
3645
  | [payment_source_token] | <code>string</code> |
3640
3646
 
3641
- <a name="cb_IPayPalMeta" id="cb_IPayPalMeta"></a>
3647
+ <a name="cb_IPayPalMeta" id="cb_IPayPalMeta" class="anchor" aria-hidden="true" href="IPayPalMeta">&nbsp;</a>
3642
3648
 
3643
3649
  ## IPayPalMeta
3644
3650
  Interface for PayPal checkout meta information
@@ -3665,7 +3671,7 @@ Interface for PayPal checkout meta information
3665
3671
  | [phone] | <code>string</code> | The consumer’s phone number in E.164 international notation (Example: +12345678901) |
3666
3672
  | [hide_shipping_address] | <code>boolean</code> | Determines whether PayPal displays shipping address fields on the PayPal pages |
3667
3673
 
3668
- <a name="cb_IZipmoneyMeta" id="cb_IZipmoneyMeta"></a>
3674
+ <a name="cb_IZipmoneyMeta" id="cb_IZipmoneyMeta" class="anchor" aria-hidden="true" href="IZipmoneyMeta">&nbsp;</a>
3669
3675
 
3670
3676
  ## IZipmoneyMeta
3671
3677
  Interface for ZipMoney checkout meta information
@@ -3683,6 +3689,7 @@ Interface for ZipMoney checkout meta information
3683
3689
  | [date_of_birth] | <code>string</code> | Date of birth name for the customer |
3684
3690
  | charge.amount | <code>number</code> | Amount to be paid |
3685
3691
  | [charge.currency] | <code>string</code> | Currency code |
3692
+ | [charge.reference] | <code>string</code> | Reference |
3686
3693
  | charge.items | <code>array</code> | Collections of orders |
3687
3694
  | charge.items[].name | <code>string</code> | Name of the item |
3688
3695
  | charge.items[].amount | <code>number</code> | Amount of the item |
@@ -3691,7 +3698,8 @@ Interface for ZipMoney checkout meta information
3691
3698
  | [charge.items[].reference] | <code>string</code> | reference of the item |
3692
3699
  | [charge.items[].item_uri] | <code>string</code> | url of the item in your store |
3693
3700
  | [charge.items[].image_url] | <code>string</code> | url of the image in your store |
3694
- | charge.shipping_address | <code>string</code> | Object with shipping address details |
3701
+ | [charge.shipping_type] | <code>string</code> | Shipping type, values can be: ‘pickup’, ‘delivery’, defaults to ‘delivery’ |
3702
+ | [charge.shipping_address] | <code>string</code> | Object with shipping address details |
3695
3703
  | [charge.shipping_address.first_name] | <code>string</code> | Shipping first name |
3696
3704
  | [charge.shipping_address.last_name] | <code>string</code> | Shipping last name |
3697
3705
  | charge.shipping_address.line1 | <code>string</code> | Shipping address line 1 |
@@ -3710,7 +3718,7 @@ Interface for ZipMoney checkout meta information
3710
3718
  | charge.billing_address.postcode | <code>string</code> | Billing postcode |
3711
3719
  | charge.billing_address.country | <code>string</code> | Billing country |
3712
3720
 
3713
- <a name="cb_IAfterpayMeta" id="cb_IAfterpayMeta"></a>
3721
+ <a name="cb_IAfterpayMeta" id="cb_IAfterpayMeta" class="anchor" aria-hidden="true" href="IAfterpayMeta">&nbsp;</a>
3714
3722
 
3715
3723
  ## IAfterpayMeta
3716
3724
  Interface for Afterpay checkout meta information
@@ -3732,7 +3740,7 @@ Interface for Afterpay checkout meta information
3732
3740
  | [address_country] | <code>string</code> |
3733
3741
  | [phone] | <code>string</code> |
3734
3742
 
3735
- <a name="cb_CheckoutButton" id="cb_CheckoutButton"></a>
3743
+ <a name="cb_CheckoutButton" id="cb_CheckoutButton" class="anchor" aria-hidden="true" href="CheckoutButton">&nbsp;</a>
3736
3744
 
3737
3745
  ## CheckoutButton
3738
3746
  Class CheckoutButton transform usual button into checkout
@@ -3750,7 +3758,7 @@ Class CheckoutButton transform usual button into checkout
3750
3758
  * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
3751
3759
  * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
3752
3760
 
3753
- <a name="cb_new_CheckoutButton_new" id="cb_new_CheckoutButton_new"></a>
3761
+ <a name="cb_new_CheckoutButton_new" id="cb_new_CheckoutButton_new" class="anchor" aria-hidden="true" href="new_CheckoutButton_new">&nbsp;</a>
3754
3762
 
3755
3763
  ### new exports.CheckoutButton(selector, aceessToken, [gatewayId], [type])
3756
3764
 
@@ -3766,7 +3774,7 @@ Class CheckoutButton transform usual button into checkout
3766
3774
  ```javascript
3767
3775
  var widget = new CheckoutButton('#button', 'aceessToken','gatewayId');
3768
3776
  ```
3769
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on"></a>
3777
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
3770
3778
 
3771
3779
  ### checkoutButton.on(eventName, cb)
3772
3780
  Listen to events of widget
@@ -3785,13 +3793,13 @@ widget.on('click', function () {
3785
3793
 
3786
3794
  });
3787
3795
  ```
3788
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close"></a>
3796
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
3789
3797
 
3790
3798
  ### checkoutButton.close()
3791
3799
  Close popup window forcibly
3792
3800
 
3793
3801
  **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3794
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert"></a>
3802
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
3795
3803
 
3796
3804
  ### checkoutButton.onFinishInsert(selector, dataType)
3797
3805
  After finish event of checkout button, data (dataType) will be insert to input (selector)
@@ -3803,7 +3811,7 @@ After finish event of checkout button, data (dataType) will be insert to input (
3803
3811
  | selector | <code>string</code> | css selector . [] # |
3804
3812
  | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
3805
3813
 
3806
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta"></a>
3814
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
3807
3815
 
3808
3816
  ### checkoutButton.setMeta(meta)
3809
3817
  Method for setting meta information for checkout page
@@ -3823,7 +3831,7 @@ button.setMeta({
3823
3831
  email: 'wault@paydock.com'
3824
3832
  });
3825
3833
  ```
3826
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription"></a>
3834
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
3827
3835
 
3828
3836
  ### checkoutButton.setBackdropDescription(text)
3829
3837
  Method for setting backdrop description
@@ -3839,7 +3847,7 @@ Method for setting backdrop description
3839
3847
  ```javascript
3840
3848
  button.setBackdropDescription('Custom description');
3841
3849
  ```
3842
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle"></a>
3850
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
3843
3851
 
3844
3852
  ### checkoutButton.setBackdropTitle(string)
3845
3853
  Method for setting backdrop title
@@ -3855,7 +3863,7 @@ Method for setting backdrop title
3855
3863
  ```javascript
3856
3864
  button.setBackdropTitle('Custom title');
3857
3865
  ```
3858
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri"></a>
3866
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3859
3867
 
3860
3868
  ### checkoutButton.setSuspendedRedirectUri(string)
3861
3869
  Method for setting suspended redirect uri. Redirect after referred checkout
@@ -3866,7 +3874,7 @@ Method for setting suspended redirect uri. Redirect after referred checkout
3866
3874
  | --- | --- | --- |
3867
3875
  | string | <code>uri</code> | uri for redirect (by default) |
3868
3876
 
3869
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop"></a>
3877
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
3870
3878
 
3871
3879
  ### checkoutButton.turnOffBackdrop()
3872
3880
  Method for disable backdrop on the page.
@@ -3877,7 +3885,7 @@ Method for disable backdrop on the page.
3877
3885
  ```javascript
3878
3886
  button.turnOffBackdrop();
3879
3887
  ```
3880
- <a name="cb_ZipmoneyCheckoutButton" id="cb_ZipmoneyCheckoutButton"></a>
3888
+ <a name="cb_ZipmoneyCheckoutButton" id="cb_ZipmoneyCheckoutButton" class="anchor" aria-hidden="true" href="ZipmoneyCheckoutButton">&nbsp;</a>
3881
3889
 
3882
3890
  ## ZipmoneyCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
3883
3891
  Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
@@ -3896,7 +3904,7 @@ Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button
3896
3904
  * [.setBackdropTitle(string)](#cb_CheckoutButton+setBackdropTitle)
3897
3905
  * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
3898
3906
 
3899
- <a name="cb_new_ZipmoneyCheckoutButton_new" id="cb_new_ZipmoneyCheckoutButton_new"></a>
3907
+ <a name="cb_new_ZipmoneyCheckoutButton_new" id="cb_new_ZipmoneyCheckoutButton_new" class="anchor" aria-hidden="true" href="new_ZipmoneyCheckoutButton_new">&nbsp;</a>
3900
3908
 
3901
3909
  ### new exports.ZipmoneyCheckoutButton(selector, publicKey, [gatewayId])
3902
3910
 
@@ -3911,7 +3919,7 @@ Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button
3911
3919
  ```javascript
3912
3920
  var widget = new ZipmoneyCheckoutButton('#button', 'publicKey','gatewayId');
3913
3921
  ```
3914
- <a name="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" id="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri"></a>
3922
+ <a name="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" id="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="ZipmoneyCheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3915
3923
 
3916
3924
  ### zipmoneyCheckoutButton.setSuspendedRedirectUri(string)
3917
3925
  Method for setting suspended redirect uri. Redirect after referred checkout
@@ -3927,7 +3935,7 @@ If using in-context (sdk) we will not automatically redirect to this URI.
3927
3935
  | --- | --- | --- |
3928
3936
  | string | <code>uri</code> | uri for redirect (by default) |
3929
3937
 
3930
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on"></a>
3938
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
3931
3939
 
3932
3940
  ### zipmoneyCheckoutButton.on(eventName, cb)
3933
3941
  Listen to events of widget
@@ -3946,13 +3954,13 @@ widget.on('click', function () {
3946
3954
 
3947
3955
  });
3948
3956
  ```
3949
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close"></a>
3957
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
3950
3958
 
3951
3959
  ### zipmoneyCheckoutButton.close()
3952
3960
  Close popup window forcibly
3953
3961
 
3954
3962
  **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3955
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert"></a>
3963
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
3956
3964
 
3957
3965
  ### zipmoneyCheckoutButton.onFinishInsert(selector, dataType)
3958
3966
  After finish event of checkout button, data (dataType) will be insert to input (selector)
@@ -3964,7 +3972,7 @@ After finish event of checkout button, data (dataType) will be insert to input (
3964
3972
  | selector | <code>string</code> | css selector . [] # |
3965
3973
  | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
3966
3974
 
3967
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta"></a>
3975
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
3968
3976
 
3969
3977
  ### zipmoneyCheckoutButton.setMeta(meta)
3970
3978
  Method for setting meta information for checkout page
@@ -3984,7 +3992,7 @@ button.setMeta({
3984
3992
  email: 'wault@paydock.com'
3985
3993
  });
3986
3994
  ```
3987
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription"></a>
3995
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
3988
3996
 
3989
3997
  ### zipmoneyCheckoutButton.setBackdropDescription(text)
3990
3998
  Method for setting backdrop description
@@ -4000,7 +4008,7 @@ Method for setting backdrop description
4000
4008
  ```javascript
4001
4009
  button.setBackdropDescription('Custom description');
4002
4010
  ```
4003
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle"></a>
4011
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4004
4012
 
4005
4013
  ### zipmoneyCheckoutButton.setBackdropTitle(string)
4006
4014
  Method for setting backdrop title
@@ -4016,7 +4024,7 @@ Method for setting backdrop title
4016
4024
  ```javascript
4017
4025
  button.setBackdropTitle('Custom title');
4018
4026
  ```
4019
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop"></a>
4027
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4020
4028
 
4021
4029
  ### zipmoneyCheckoutButton.turnOffBackdrop()
4022
4030
  Method for disable backdrop on the page.
@@ -4027,7 +4035,7 @@ Method for disable backdrop on the page.
4027
4035
  ```javascript
4028
4036
  button.turnOffBackdrop();
4029
4037
  ```
4030
- <a name="cb_PaypalCheckoutButton" id="cb_PaypalCheckoutButton"></a>
4038
+ <a name="cb_PaypalCheckoutButton" id="cb_PaypalCheckoutButton" class="anchor" aria-hidden="true" href="PaypalCheckoutButton">&nbsp;</a>
4031
4039
 
4032
4040
  ## PaypalCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4033
4041
  Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
@@ -4046,7 +4054,7 @@ Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button i
4046
4054
  * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
4047
4055
  * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
4048
4056
 
4049
- <a name="cb_new_PaypalCheckoutButton_new" id="cb_new_PaypalCheckoutButton_new"></a>
4057
+ <a name="cb_new_PaypalCheckoutButton_new" id="cb_new_PaypalCheckoutButton_new" class="anchor" aria-hidden="true" href="new_PaypalCheckoutButton_new">&nbsp;</a>
4050
4058
 
4051
4059
  ### new exports.PaypalCheckoutButton(selector, publicKey, [gatewayId])
4052
4060
 
@@ -4061,7 +4069,7 @@ Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button i
4061
4069
  ```javascript
4062
4070
  var widget = new PaypalCheckoutButton('#button', 'publicKey','gatewayId');
4063
4071
  ```
4064
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on"></a>
4072
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
4065
4073
 
4066
4074
  ### paypalCheckoutButton.on(eventName, cb)
4067
4075
  Listen to events of widget
@@ -4080,13 +4088,13 @@ widget.on('click', function () {
4080
4088
 
4081
4089
  });
4082
4090
  ```
4083
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close"></a>
4091
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
4084
4092
 
4085
4093
  ### paypalCheckoutButton.close()
4086
4094
  Close popup window forcibly
4087
4095
 
4088
4096
  **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4089
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert"></a>
4097
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
4090
4098
 
4091
4099
  ### paypalCheckoutButton.onFinishInsert(selector, dataType)
4092
4100
  After finish event of checkout button, data (dataType) will be insert to input (selector)
@@ -4098,7 +4106,7 @@ After finish event of checkout button, data (dataType) will be insert to input (
4098
4106
  | selector | <code>string</code> | css selector . [] # |
4099
4107
  | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
4100
4108
 
4101
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta"></a>
4109
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
4102
4110
 
4103
4111
  ### paypalCheckoutButton.setMeta(meta)
4104
4112
  Method for setting meta information for checkout page
@@ -4118,7 +4126,7 @@ button.setMeta({
4118
4126
  email: 'wault@paydock.com'
4119
4127
  });
4120
4128
  ```
4121
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription"></a>
4129
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
4122
4130
 
4123
4131
  ### paypalCheckoutButton.setBackdropDescription(text)
4124
4132
  Method for setting backdrop description
@@ -4134,7 +4142,7 @@ Method for setting backdrop description
4134
4142
  ```javascript
4135
4143
  button.setBackdropDescription('Custom description');
4136
4144
  ```
4137
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle"></a>
4145
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4138
4146
 
4139
4147
  ### paypalCheckoutButton.setBackdropTitle(string)
4140
4148
  Method for setting backdrop title
@@ -4150,7 +4158,7 @@ Method for setting backdrop title
4150
4158
  ```javascript
4151
4159
  button.setBackdropTitle('Custom title');
4152
4160
  ```
4153
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri"></a>
4161
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4154
4162
 
4155
4163
  ### paypalCheckoutButton.setSuspendedRedirectUri(string)
4156
4164
  Method for setting suspended redirect uri. Redirect after referred checkout
@@ -4161,7 +4169,7 @@ Method for setting suspended redirect uri. Redirect after referred checkout
4161
4169
  | --- | --- | --- |
4162
4170
  | string | <code>uri</code> | uri for redirect (by default) |
4163
4171
 
4164
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop"></a>
4172
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4165
4173
 
4166
4174
  ### paypalCheckoutButton.turnOffBackdrop()
4167
4175
  Method for disable backdrop on the page.
@@ -4172,7 +4180,7 @@ Method for disable backdrop on the page.
4172
4180
  ```javascript
4173
4181
  button.turnOffBackdrop();
4174
4182
  ```
4175
- <a name="cb_AfterpayCheckoutButton" id="cb_AfterpayCheckoutButton"></a>
4183
+ <a name="cb_AfterpayCheckoutButton" id="cb_AfterpayCheckoutButton" class="anchor" aria-hidden="true" href="AfterpayCheckoutButton">&nbsp;</a>
4176
4184
 
4177
4185
  ## AfterpayCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4178
4186
  Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
@@ -4191,7 +4199,7 @@ Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button
4191
4199
  * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
4192
4200
  * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
4193
4201
 
4194
- <a name="cb_new_AfterpayCheckoutButton_new" id="cb_new_AfterpayCheckoutButton_new"></a>
4202
+ <a name="cb_new_AfterpayCheckoutButton_new" id="cb_new_AfterpayCheckoutButton_new" class="anchor" aria-hidden="true" href="new_AfterpayCheckoutButton_new">&nbsp;</a>
4195
4203
 
4196
4204
  ### new exports.AfterpayCheckoutButton(selector, accessToken, [gatewayId])
4197
4205
 
@@ -4206,7 +4214,7 @@ Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button
4206
4214
  ```javascript
4207
4215
  var widget = new AfterpayCheckoutButton('#button', 'access-token','gatewayId');
4208
4216
  ```
4209
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on"></a>
4217
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
4210
4218
 
4211
4219
  ### afterpayCheckoutButton.on(eventName, cb)
4212
4220
  Listen to events of widget
@@ -4225,13 +4233,13 @@ widget.on('click', function () {
4225
4233
 
4226
4234
  });
4227
4235
  ```
4228
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close"></a>
4236
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
4229
4237
 
4230
4238
  ### afterpayCheckoutButton.close()
4231
4239
  Close popup window forcibly
4232
4240
 
4233
4241
  **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4234
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert"></a>
4242
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
4235
4243
 
4236
4244
  ### afterpayCheckoutButton.onFinishInsert(selector, dataType)
4237
4245
  After finish event of checkout button, data (dataType) will be insert to input (selector)
@@ -4243,7 +4251,7 @@ After finish event of checkout button, data (dataType) will be insert to input (
4243
4251
  | selector | <code>string</code> | css selector . [] # |
4244
4252
  | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
4245
4253
 
4246
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta"></a>
4254
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
4247
4255
 
4248
4256
  ### afterpayCheckoutButton.setMeta(meta)
4249
4257
  Method for setting meta information for checkout page
@@ -4263,7 +4271,7 @@ button.setMeta({
4263
4271
  email: 'wault@paydock.com'
4264
4272
  });
4265
4273
  ```
4266
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription"></a>
4274
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
4267
4275
 
4268
4276
  ### afterpayCheckoutButton.setBackdropDescription(text)
4269
4277
  Method for setting backdrop description
@@ -4279,7 +4287,7 @@ Method for setting backdrop description
4279
4287
  ```javascript
4280
4288
  button.setBackdropDescription('Custom description');
4281
4289
  ```
4282
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle"></a>
4290
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4283
4291
 
4284
4292
  ### afterpayCheckoutButton.setBackdropTitle(string)
4285
4293
  Method for setting backdrop title
@@ -4295,7 +4303,7 @@ Method for setting backdrop title
4295
4303
  ```javascript
4296
4304
  button.setBackdropTitle('Custom title');
4297
4305
  ```
4298
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri"></a>
4306
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4299
4307
 
4300
4308
  ### afterpayCheckoutButton.setSuspendedRedirectUri(string)
4301
4309
  Method for setting suspended redirect uri. Redirect after referred checkout
@@ -4306,7 +4314,7 @@ Method for setting suspended redirect uri. Redirect after referred checkout
4306
4314
  | --- | --- | --- |
4307
4315
  | string | <code>uri</code> | uri for redirect (by default) |
4308
4316
 
4309
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop"></a>
4317
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4310
4318
 
4311
4319
  ### afterpayCheckoutButton.turnOffBackdrop()
4312
4320
  Method for disable backdrop on the page.
@@ -4317,7 +4325,7 @@ Method for disable backdrop on the page.
4317
4325
  ```javascript
4318
4326
  button.turnOffBackdrop();
4319
4327
  ```
4320
- <a name="cb_CHECKOUT_BUTTON_EVENT" id="cb_CHECKOUT_BUTTON_EVENT"></a>
4328
+ <a name="cb_CHECKOUT_BUTTON_EVENT" id="cb_CHECKOUT_BUTTON_EVENT" class="anchor" aria-hidden="true" href="CHECKOUT_BUTTON_EVENT">&nbsp;</a>
4321
4329
 
4322
4330
  ## CHECKOUT\_BUTTON\_EVENT : <code>object</code>
4323
4331
  **Kind**: global constant
@@ -4331,7 +4339,7 @@ button.turnOffBackdrop();
4331
4339
  | FINISH | <code>string</code> | <code>&quot;finish&quot;</code> |
4332
4340
  | CLOSE | <code>string</code> | <code>&quot;close&quot;</code> |
4333
4341
 
4334
- <a name="cb_listener" id="cb_listener"></a>
4342
+ <a name="cb_listener" id="cb_listener" class="anchor" aria-hidden="true" href="listener">&nbsp;</a>
4335
4343
 
4336
4344
  ## listener : <code>function</code>
4337
4345
  This callback will be called for each event in payment source widget
@@ -4773,7 +4781,7 @@ This example shows how you can use a lot of other methods to settings your form
4773
4781
  </html>
4774
4782
  ```
4775
4783
 
4776
- <a name="VaultDisplayWidget" id="VaultDisplayWidget"></a>
4784
+ <a name="VaultDisplayWidget" id="VaultDisplayWidget" class="anchor" aria-hidden="true" href="VaultDisplayWidget">&nbsp;</a>
4777
4785
 
4778
4786
  ## VaultDisplayWidget
4779
4787
  Class VaultDisplayWidget include method for working on html
@@ -4787,7 +4795,7 @@ Class VaultDisplayWidget include method for working on html
4787
4795
  * [.setStyles(fields)](#VaultDisplayWidget+setStyles)
4788
4796
  * [.load()](#VaultDisplayWidget+load)
4789
4797
 
4790
- <a name="new_VaultDisplayWidget_new" id="new_VaultDisplayWidget_new"></a>
4798
+ <a name="new_VaultDisplayWidget_new" id="new_VaultDisplayWidget_new" class="anchor" aria-hidden="true" href="new_VaultDisplayWidget_new">&nbsp;</a>
4791
4799
 
4792
4800
  ### new exports.VaultDisplayWidget(selector, token)
4793
4801
 
@@ -4800,7 +4808,7 @@ Class VaultDisplayWidget include method for working on html
4800
4808
  ```js
4801
4809
  var widget = new VaultDisplayWidget('#widget', 'token');
4802
4810
  ```
4803
- <a name="VaultDisplayWidget+setEnv" id="VaultDisplayWidget+setEnv"></a>
4811
+ <a name="VaultDisplayWidget+setEnv" id="VaultDisplayWidget+setEnv" class="anchor" aria-hidden="true" href="VaultDisplayWidget+setEnv">&nbsp;</a>
4804
4812
 
4805
4813
  ### vaultDisplayWidget.setEnv(env, [alias])
4806
4814
  Current method can change environment. By default environment = sandbox.
@@ -4817,7 +4825,7 @@ Also we can change domain alias for this environment. By default domain_alias =
4817
4825
  ```js
4818
4826
  widget.setEnv('production', 'paydock.com');
4819
4827
  ```
4820
- <a name="VaultDisplayWidget+on" id="VaultDisplayWidget+on"></a>
4828
+ <a name="VaultDisplayWidget+on" id="VaultDisplayWidget+on" class="anchor" aria-hidden="true" href="VaultDisplayWidget+on">&nbsp;</a>
4821
4829
 
4822
4830
  ### vaultDisplayWidget.on(eventName, [cb]) ⇒ <code>[ &#x27;Promise&#x27; ].&lt;(IEventData\|void)&gt;</code>
4823
4831
  Listen to events of widget
@@ -4839,7 +4847,7 @@ widget.on('after_load', function (data) {
4839
4847
  console.log(data);
4840
4848
  });
4841
4849
  ```
4842
- <a name="VaultDisplayWidget+setStyles" id="VaultDisplayWidget+setStyles"></a>
4850
+ <a name="VaultDisplayWidget+setStyles" id="VaultDisplayWidget+setStyles" class="anchor" aria-hidden="true" href="VaultDisplayWidget+setStyles">&nbsp;</a>
4843
4851
 
4844
4852
  ### vaultDisplayWidget.setStyles(fields)
4845
4853
  Object contain styles for widget
@@ -4861,7 +4869,7 @@ widget.setStyles({
4861
4869
  fort_family: 'fantasy'
4862
4870
  });
4863
4871
  ```
4864
- <a name="VaultDisplayWidget+load" id="VaultDisplayWidget+load"></a>
4872
+ <a name="VaultDisplayWidget+load" id="VaultDisplayWidget+load" class="anchor" aria-hidden="true" href="VaultDisplayWidget+load">&nbsp;</a>
4865
4873
 
4866
4874
  ### vaultDisplayWidget.load()
4867
4875
  The final method to beginning, the load process of widget to html
@@ -5333,7 +5341,7 @@ Also, for **ApplePay via MPGS** you can initialize the `ApplePayPaymentRequest`
5333
5341
  </dd>
5334
5342
  </dl>
5335
5343
 
5336
- <a name="IWalletMeta" id="IWalletMeta"></a>
5344
+ <a name="IWalletMeta" id="IWalletMeta" class="anchor" aria-hidden="true" href="IWalletMeta">&nbsp;</a>
5337
5345
 
5338
5346
  ## IWalletMeta : <code>object</code>
5339
5347
  Interface of data used by the wallet checkout and payment proccess.
@@ -5357,7 +5365,7 @@ Interface of data used by the wallet checkout and payment proccess.
5357
5365
  | [style.button_type] | <code>object</code> | Used to select ApplePay button type (e.g: 'buy','donate', etc), check possible values at https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons_using_css. Optional for [ApplePay]. N/A for other wallets. |
5358
5366
  | [wallets] | <code>array</code> | By default if this is not sent or empty, we will try to show either Apple Pay or Google Pay buttons. This can be limited sending the following array in this field: ['apple','google]. Optional for [Stripe, ApplePay, GooglePay]. N/A for other wallets. |
5359
5367
 
5360
- <a name="IApplePayShippingOption" id="IApplePayShippingOption"></a>
5368
+ <a name="IApplePayShippingOption" id="IApplePayShippingOption" class="anchor" aria-hidden="true" href="IApplePayShippingOption">&nbsp;</a>
5361
5369
 
5362
5370
  ## IApplePayShippingOption : <code>object</code>
5363
5371
  Interface of Shipping Options for ApplePay
@@ -5372,7 +5380,7 @@ Interface of Shipping Options for ApplePay
5372
5380
  | [detail] | <code>string</code> | Details of the Shipping Option. Required. |
5373
5381
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'ELECTRONIC', 'GROUND', 'NOT_SHIPPED', 'OVERNIGHT', 'PICKUP', 'PRIORITY', 'SAME_DAY'. Optional. |
5374
5382
 
5375
- <a name="IGooglePayShippingOption" id="IGooglePayShippingOption"></a>
5383
+ <a name="IGooglePayShippingOption" id="IGooglePayShippingOption" class="anchor" aria-hidden="true" href="IGooglePayShippingOption">&nbsp;</a>
5376
5384
 
5377
5385
  ## IGooglePayShippingOption : <code>object</code>
5378
5386
  Interface of Shipping Options for GooglePay
@@ -5386,7 +5394,7 @@ Interface of Shipping Options for GooglePay
5386
5394
  | [detail] | <code>string</code> | Details of the Shipping Option. Optional. |
5387
5395
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'ELECTRONIC', 'GROUND', 'NOT_SHIPPED', 'OVERNIGHT', 'PICKUP', 'PRIORITY', 'SAME_DAY'. Optional. |
5388
5396
 
5389
- <a name="IPayPalShippingOption" id="IPayPalShippingOption"></a>
5397
+ <a name="IPayPalShippingOption" id="IPayPalShippingOption" class="anchor" aria-hidden="true" href="IPayPalShippingOption">&nbsp;</a>
5390
5398
 
5391
5399
  ## IPayPalShippingOption : <code>object</code>
5392
5400
  Interface of Shipping Options for PayPal
@@ -5401,7 +5409,7 @@ Interface of Shipping Options for PayPal
5401
5409
  | [currency] | <code>string</code> | Currency of the Shipping Option. Required. |
5402
5410
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'SHIPPING' or 'PICKUP'. Required. |
5403
5411
 
5404
- <a name="WalletButtons" id="WalletButtons"></a>
5412
+ <a name="WalletButtons" id="WalletButtons" class="anchor" aria-hidden="true" href="WalletButtons">&nbsp;</a>
5405
5413
 
5406
5414
  ## WalletButtons
5407
5415
  Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
@@ -5421,7 +5429,7 @@ Class WalletButtons to work with different E-Wallets within html (currently supp
5421
5429
  * [.onPaymentInReview([handler])](#WalletButtons+onPaymentInReview)
5422
5430
  * [.onPaymentError([handler])](#WalletButtons+onPaymentError)
5423
5431
 
5424
- <a name="new_WalletButtons_new" id="new_WalletButtons_new"></a>
5432
+ <a name="new_WalletButtons_new" id="new_WalletButtons_new" class="anchor" aria-hidden="true" href="new_WalletButtons_new">&nbsp;</a>
5425
5433
 
5426
5434
  ### new exports.WalletButtons(selector, chargeToken, object)
5427
5435
 
@@ -5435,7 +5443,7 @@ Class WalletButtons to work with different E-Wallets within html (currently supp
5435
5443
  ```js
5436
5444
  var button = new WalletButtons('#wallet-buttons', 'charge-token', { amount_label: 'Total', country: 'us' });
5437
5445
  ```
5438
- <a name="WalletButtons+load" id="WalletButtons+load"></a>
5446
+ <a name="WalletButtons+load" id="WalletButtons+load" class="anchor" aria-hidden="true" href="WalletButtons+load">&nbsp;</a>
5439
5447
 
5440
5448
  ### walletButtons.load()
5441
5449
  Initializes the availability checks and inserts the button if possible.
@@ -5454,7 +5462,7 @@ var button = new WalletButtons(
5454
5462
  );
5455
5463
  button.load();
5456
5464
  ```
5457
- <a name="WalletButtons+update" id="WalletButtons+update"></a>
5465
+ <a name="WalletButtons+update" id="WalletButtons+update" class="anchor" aria-hidden="true" href="WalletButtons+update">&nbsp;</a>
5458
5466
 
5459
5467
  ### walletButtons.update()
5460
5468
  Triggers the update process of the wallet, if available.
@@ -5512,7 +5520,7 @@ var button = new WalletButtons(
5512
5520
  });
5513
5521
  });
5514
5522
  ```
5515
- <a name="WalletButtons+setEnv" id="WalletButtons+setEnv"></a>
5523
+ <a name="WalletButtons+setEnv" id="WalletButtons+setEnv" class="anchor" aria-hidden="true" href="WalletButtons+setEnv">&nbsp;</a>
5516
5524
 
5517
5525
  ### walletButtons.setEnv(env, [alias])
5518
5526
  Current method can change environment. By default environment = sandbox.
@@ -5530,7 +5538,7 @@ Bear in mind that you must set an environment before calling `button.load()`.
5530
5538
  ```js
5531
5539
  button.setEnv('production', 'paydock.com');
5532
5540
  ```
5533
- <a name="WalletButtons+close" id="WalletButtons+close"></a>
5541
+ <a name="WalletButtons+close" id="WalletButtons+close" class="anchor" aria-hidden="true" href="WalletButtons+close">&nbsp;</a>
5534
5542
 
5535
5543
  ### walletButtons.close()
5536
5544
  Closes the checkout forcibly. Currently supported in Flypay wallet.
@@ -5540,7 +5548,7 @@ Closes the checkout forcibly. Currently supported in Flypay wallet.
5540
5548
  ```js
5541
5549
  button.close();
5542
5550
  ```
5543
- <a name="WalletButtons+on" id="WalletButtons+on"></a>
5551
+ <a name="WalletButtons+on" id="WalletButtons+on" class="anchor" aria-hidden="true" href="WalletButtons+on">&nbsp;</a>
5544
5552
 
5545
5553
  ### walletButtons.on(eventName, [cb]) ⇒ <code>Promise.&lt;IEventData&gt;</code> \| <code>void</code>
5546
5554
  Listen to events of button. `unavailable` returns no data, `paymentSuccessful` returns IWalletPaymentSuccessful
@@ -5565,7 +5573,7 @@ button.on('unavailable').then(function () {
5565
5573
  console.log('No button is available);
5566
5574
  });
5567
5575
  ```
5568
- <a name="WalletButtons+onUnavailable" id="WalletButtons+onUnavailable"></a>
5576
+ <a name="WalletButtons+onUnavailable" id="WalletButtons+onUnavailable" class="anchor" aria-hidden="true" href="WalletButtons+onUnavailable">&nbsp;</a>
5569
5577
 
5570
5578
  ### walletButtons.onUnavailable([handler])
5571
5579
  User to subscribe to the no button available event. This method is used after loading when the button is not available.
@@ -5592,7 +5600,7 @@ button.onUnavailable().then(() => console.log('No wallet buttons available'));
5592
5600
  ```js
5593
5601
  button.onUnavailable(function (data) {console.log('data.wallet :: ', data.wallet)});
5594
5602
  ```
5595
- <a name="WalletButtons+onUpdate" id="WalletButtons+onUpdate"></a>
5603
+ <a name="WalletButtons+onUpdate" id="WalletButtons+onUpdate" class="anchor" aria-hidden="true" href="WalletButtons+onUpdate">&nbsp;</a>
5596
5604
 
5597
5605
  ### walletButtons.onUpdate([handler])
5598
5606
  If the wallet performs some update in the checkout process, the function passed as parameter will be called.
@@ -5615,7 +5623,7 @@ button.onUpdate((data) => {
5615
5623
  ```js
5616
5624
  button.onUpdate().then((data) => throw new Error());
5617
5625
  ```
5618
- <a name="WalletButtons+onPaymentSuccessful" id="WalletButtons+onPaymentSuccessful"></a>
5626
+ <a name="WalletButtons+onPaymentSuccessful" id="WalletButtons+onPaymentSuccessful" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentSuccessful">&nbsp;</a>
5619
5627
 
5620
5628
  ### walletButtons.onPaymentSuccessful([handler])
5621
5629
  If the payment was successful, the function passed as parameter will be called.
@@ -5637,7 +5645,7 @@ button.onPaymentSuccessful((data) => {
5637
5645
  ```js
5638
5646
  button.onPaymentSuccessful().then((data) => console.log('Payment successful!'));
5639
5647
  ```
5640
- <a name="WalletButtons+onPaymentInReview" id="WalletButtons+onPaymentInReview"></a>
5648
+ <a name="WalletButtons+onPaymentInReview" id="WalletButtons+onPaymentInReview" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentInReview">&nbsp;</a>
5641
5649
 
5642
5650
  ### walletButtons.onPaymentInReview([handler])
5643
5651
  If the payment was left in fraud review, the function passed as parameter will be called.
@@ -5659,7 +5667,7 @@ button.onPaymentInReview((data) => {
5659
5667
  ```js
5660
5668
  button.onPaymentInReview().then((data) => console.log('Payment in fraud review'));
5661
5669
  ```
5662
- <a name="WalletButtons+onPaymentError" id="WalletButtons+onPaymentError"></a>
5670
+ <a name="WalletButtons+onPaymentError" id="WalletButtons+onPaymentError" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentError">&nbsp;</a>
5663
5671
 
5664
5672
  ### walletButtons.onPaymentError([handler])
5665
5673
  If the payment was not successful, the function passed as parameter will be called.
@@ -5681,7 +5689,7 @@ button.onPaymentError((err) => {
5681
5689
  ```js
5682
5690
  button.onPaymentError().then((err) => console.log('Payment not successful'));
5683
5691
  ```
5684
- <a name="EVENT" id="EVENT"></a>
5692
+ <a name="EVENT" id="EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
5685
5693
 
5686
5694
  ## EVENT : <code>object</code>
5687
5695
  List of available event's name in the wallet button lifecycle
@@ -5971,7 +5979,7 @@ button.setStyles({"primary_color":"#a83232","button_text_color":"#171e9c","font_
5971
5979
  </dd>
5972
5980
  </dl>
5973
5981
 
5974
- <a name="IVisaSRCMeta" id="IVisaSRCMeta"></a>
5982
+ <a name="IVisaSRCMeta" id="IVisaSRCMeta" class="anchor" aria-hidden="true" href="IVisaSRCMeta">&nbsp;</a>
5975
5983
 
5976
5984
  ## IVisaSRCMeta : <code>object</code>
5977
5985
  Interface of data used for the Visa Checkout.
@@ -6022,7 +6030,7 @@ Interface of data used for the Visa Checkout.
6022
6030
  | [customer.payment_source.address_state] | <code>string</code> | Customer billing address state code (if applicable for the country, example "FL" for Florida). |
6023
6031
  | [customer.payment_source.address_country] | <code>string</code> | Customer billing address country code (example "US"). |
6024
6032
 
6025
- <a name="SRC" id="SRC"></a>
6033
+ <a name="SRC" id="SRC" class="anchor" aria-hidden="true" href="SRC">&nbsp;</a>
6026
6034
 
6027
6035
  ## SRC
6028
6036
  Class SRC include methods for interacting with different secure remote commerce options such as Visa SRC
@@ -6043,7 +6051,7 @@ Class SRC include methods for interacting with different secure remote commerce
6043
6051
  * [.reload()](#SRC+reload)
6044
6052
  * [.useAutoResize()](#SRC+useAutoResize)
6045
6053
 
6046
- <a name="new_SRC_new" id="new_SRC_new"></a>
6054
+ <a name="new_SRC_new" id="new_SRC_new" class="anchor" aria-hidden="true" href="new_SRC_new">&nbsp;</a>
6047
6055
 
6048
6056
  ### new exports.SRC(button_selector, iframe_selector, service_id, public_key_or_access_token, meta)
6049
6057
 
@@ -6059,7 +6067,7 @@ Class SRC include methods for interacting with different secure remote commerce
6059
6067
  ```js
6060
6068
  var SRC = new SRC('#checkoutButton', '#checkoutIframe', 'service_id', 'public_key', {});
6061
6069
  ```
6062
- <a name="SRC+setStyles" id="SRC+setStyles"></a>
6070
+ <a name="SRC+setStyles" id="SRC+setStyles" class="anchor" aria-hidden="true" href="SRC+setStyles">&nbsp;</a>
6063
6071
 
6064
6072
  ### srC.setStyles(fields)
6065
6073
  Object contain styles for widget - call before `.load()`.
@@ -6079,13 +6087,13 @@ widget.setStyles({
6079
6087
  card_schemes: ['visa']
6080
6088
  });
6081
6089
  ```
6082
- <a name="SRC+load" id="SRC+load"></a>
6090
+ <a name="SRC+load" id="SRC+load" class="anchor" aria-hidden="true" href="SRC+load">&nbsp;</a>
6083
6091
 
6084
6092
  ### srC.load()
6085
6093
  The final method after configuring the SRC to start the load process of SRC checkout
6086
6094
 
6087
6095
  **Kind**: instance method of [<code>SRC</code>](#SRC)
6088
- <a name="SRC+setEnv" id="SRC+setEnv"></a>
6096
+ <a name="SRC+setEnv" id="SRC+setEnv" class="anchor" aria-hidden="true" href="SRC+setEnv">&nbsp;</a>
6089
6097
 
6090
6098
  ### srC.setEnv(env, [alias])
6091
6099
  Current method can change environment. By default environment = sandbox.
@@ -6102,7 +6110,7 @@ Also we can change domain alias for this environment. By default domain_alias =
6102
6110
  ```js
6103
6111
  SRC.setEnv('production');
6104
6112
  ```
6105
- <a name="SRC+getEnv" id="SRC+getEnv"></a>
6113
+ <a name="SRC+getEnv" id="SRC+getEnv" class="anchor" aria-hidden="true" href="SRC+getEnv">&nbsp;</a>
6106
6114
 
6107
6115
  ### srC.getEnv()
6108
6116
  Method to read the current environment
@@ -6112,7 +6120,7 @@ Method to read the current environment
6112
6120
  ```js
6113
6121
  SRC.getEnv();
6114
6122
  ```
6115
- <a name="SRC+on" id="SRC+on"></a>
6123
+ <a name="SRC+on" id="SRC+on" class="anchor" aria-hidden="true" href="SRC+on">&nbsp;</a>
6116
6124
 
6117
6125
  ### srC.on(eventName, [cb]) ⇒ <code>Promise.&lt;any&gt;</code> \| <code>void</code>
6118
6126
  Listen to events of SRC
@@ -6134,7 +6142,7 @@ SRC.on('checkoutCompleted').then(function (token) {
6134
6142
  console.log(token);
6135
6143
  });
6136
6144
  ```
6137
- <a name="SRC+hideButton" id="SRC+hideButton"></a>
6145
+ <a name="SRC+hideButton" id="SRC+hideButton" class="anchor" aria-hidden="true" href="SRC+hideButton">&nbsp;</a>
6138
6146
 
6139
6147
  ### srC.hideButton([saveSize])
6140
6148
  Using this method you can hide button
@@ -6149,7 +6157,7 @@ Using this method you can hide button
6149
6157
  ```js
6150
6158
  SRC.hideButton();
6151
6159
  ```
6152
- <a name="SRC+showButton" id="SRC+showButton"></a>
6160
+ <a name="SRC+showButton" id="SRC+showButton" class="anchor" aria-hidden="true" href="SRC+showButton">&nbsp;</a>
6153
6161
 
6154
6162
  ### srC.showButton()
6155
6163
  Using this method you can show the SRC button after using hideButton method
@@ -6159,7 +6167,7 @@ Using this method you can show the SRC button after using hideButton method
6159
6167
  ```js
6160
6168
  SRC.showButton();
6161
6169
  ```
6162
- <a name="SRC+hideCheckout" id="SRC+hideCheckout"></a>
6170
+ <a name="SRC+hideCheckout" id="SRC+hideCheckout" class="anchor" aria-hidden="true" href="SRC+hideCheckout">&nbsp;</a>
6163
6171
 
6164
6172
  ### srC.hideCheckout([saveSize])
6165
6173
  Using this method you can hide checkout after load and button click
@@ -6174,7 +6182,7 @@ Using this method you can hide checkout after load and button click
6174
6182
  ```js
6175
6183
  SRC.hideCheckout();
6176
6184
  ```
6177
- <a name="SRC+showCheckout" id="SRC+showCheckout"></a>
6185
+ <a name="SRC+showCheckout" id="SRC+showCheckout" class="anchor" aria-hidden="true" href="SRC+showCheckout">&nbsp;</a>
6178
6186
 
6179
6187
  ### srC.showCheckout()
6180
6188
  Using this method you can show checkout after using hideCheckout method
@@ -6184,7 +6192,7 @@ Using this method you can show checkout after using hideCheckout method
6184
6192
  ```js
6185
6193
  SRC.showCheckout()
6186
6194
  ```
6187
- <a name="SRC+reload" id="SRC+reload"></a>
6195
+ <a name="SRC+reload" id="SRC+reload" class="anchor" aria-hidden="true" href="SRC+reload">&nbsp;</a>
6188
6196
 
6189
6197
  ### srC.reload()
6190
6198
  Using this method you can reload the whole checkout
@@ -6194,7 +6202,7 @@ Using this method you can reload the whole checkout
6194
6202
  ```js
6195
6203
  SRC.reload()
6196
6204
  ```
6197
- <a name="SRC+useAutoResize" id="SRC+useAutoResize"></a>
6205
+ <a name="SRC+useAutoResize" id="SRC+useAutoResize" class="anchor" aria-hidden="true" href="SRC+useAutoResize">&nbsp;</a>
6198
6206
 
6199
6207
  ### srC.useAutoResize()
6200
6208
  Use this method for resize checkout iFrame according to content height, if applicable
@@ -6204,7 +6212,7 @@ Use this method for resize checkout iFrame according to content height, if appli
6204
6212
  ```js
6205
6213
  SRC.useAutoResize();
6206
6214
  ```
6207
- <a name="EVENT" id="EVENT"></a>
6215
+ <a name="EVENT" id="EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
6208
6216
 
6209
6217
  ## EVENT : <code>enum</code>
6210
6218
  List of available event's name in the SRC checkout lifecycle