You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param timeout: The number of seconds that <Pay> should wait for the caller to press a digit between each subsequent digit, after the first one, before moving on to validate the digits captured. The default is `5`, maximum is `600`.
556
566
:param token_type:
557
567
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
568
+
:param require_matching_inputs: A comma-separated list of payment information fields that require the caller to enter the same value twice for confirmation. Supported values are `payment-card-number`, `expiration-date`, `security-code`, and `postal-code`.
569
+
:param confirmation: Whether to prompt the caller to confirm their payment information before submitting to the payment gateway. If `true`, the caller will hear the last 4 digits of their card or account number and must press 1 to confirm or 2 to cancel. Default is `false`.
Create the PaymentInstance and return response metadata
@@ -623,6 +639,8 @@ def create_with_http_info(
623
639
:param timeout: The number of seconds that <Pay> should wait for the caller to press a digit between each subsequent digit, after the first one, before moving on to validate the digits captured. The default is `5`, maximum is `600`.
624
640
:param token_type:
625
641
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
642
+
:param require_matching_inputs: A comma-separated list of payment information fields that require the caller to enter the same value twice for confirmation. Supported values are `payment-card-number`, `expiration-date`, `security-code`, and `postal-code`.
643
+
:param confirmation: Whether to prompt the caller to confirm their payment information before submitting to the payment gateway. If `true`, the caller will hear the last 4 digits of their card or account number and must press 1 to confirm or 2 to cancel. Default is `false`.
626
644
627
645
:returns: ApiResponse with instance, status code, and headers
:param timeout: The number of seconds that <Pay> should wait for the caller to press a digit between each subsequent digit, after the first one, before moving on to validate the digits captured. The default is `5`, maximum is `600`.
751
777
:param token_type:
752
778
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
779
+
:param require_matching_inputs: A comma-separated list of payment information fields that require the caller to enter the same value twice for confirmation. Supported values are `payment-card-number`, `expiration-date`, `security-code`, and `postal-code`.
780
+
:param confirmation: Whether to prompt the caller to confirm their payment information before submitting to the payment gateway. If `true`, the caller will hear the last 4 digits of their card or account number and must press 1 to confirm or 2 to cancel. Default is `false`.
:param timeout: The number of seconds that <Pay> should wait for the caller to press a digit between each subsequent digit, after the first one, before moving on to validate the digits captured. The default is `5`, maximum is `600`.
819
851
:param token_type:
820
852
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
853
+
:param require_matching_inputs: A comma-separated list of payment information fields that require the caller to enter the same value twice for confirmation. Supported values are `payment-card-number`, `expiration-date`, `security-code`, and `postal-code`.
854
+
:param confirmation: Whether to prompt the caller to confirm their payment information before submitting to the payment gateway. If `true`, the caller will hear the last 4 digits of their card or account number and must press 1 to confirm or 2 to cancel. Default is `false`.
821
855
822
856
:returns: ApiResponse with instance, status code, and headers
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
433
439
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
434
440
:param intelligence_service: The SID or unique name of the [Intelligence Service](https://www.twilio.com/docs/conversational-intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators
441
+
:param conversation_configuration: The ID of the Conversations Configuration for customizing conversation behavior in Intelligence Service
442
+
:param conversation_id: The ID of the Conversation for associating this Transcription with an existing Conversation in Intelligence Service
435
443
:param enable_provider_data: Whether the callback includes raw provider data.
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
496
508
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
497
509
:param intelligence_service: The SID or unique name of the [Intelligence Service](https://www.twilio.com/docs/conversational-intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators
510
+
:param conversation_configuration: The ID of the Conversations Configuration for customizing conversation behavior in Intelligence Service
511
+
:param conversation_id: The ID of the Conversation for associating this Transcription with an existing Conversation in Intelligence Service
498
512
:param enable_provider_data: Whether the callback includes raw provider data.
499
513
500
514
:returns: ApiResponse with instance, status code, and headers
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
616
638
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
617
639
:param intelligence_service: The SID or unique name of the [Intelligence Service](https://www.twilio.com/docs/conversational-intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators
640
+
:param conversation_configuration: The ID of the Conversations Configuration for customizing conversation behavior in Intelligence Service
641
+
:param conversation_id: The ID of the Conversation for associating this Transcription with an existing Conversation in Intelligence Service
618
642
:param enable_provider_data: Whether the callback includes raw provider data.
:param hints: A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them.
679
707
:param enable_automatic_punctuation: The provider will add punctuation to recognition result
680
708
:param intelligence_service: The SID or unique name of the [Intelligence Service](https://www.twilio.com/docs/conversational-intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators
709
+
:param conversation_configuration: The ID of the Conversations Configuration for customizing conversation behavior in Intelligence Service
710
+
:param conversation_id: The ID of the Conversation for associating this Transcription with an existing Conversation in Intelligence Service
681
711
:param enable_provider_data: Whether the callback includes raw provider data.
682
712
683
713
:returns: ApiResponse with instance, status code, and headers
0 commit comments