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`.
561
554
:param token_type:
562
555
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
563
-
: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`.
Create the PaymentInstance and return response metadata
@@ -631,7 +621,6 @@ def create_with_http_info(
631
621
: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`.
632
622
:param token_type:
633
623
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
634
-
: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`.
635
624
636
625
: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`.
764
749
:param token_type:
765
750
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
766
-
: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`.
: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`.
835
817
:param token_type:
836
818
:param valid_card_types: Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex`
837
-
: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`.
838
819
839
820
:returns: ApiResponse with instance, status code, and headers
0 commit comments