PaymentMethodDomains
Lists the details of existing payment method domains.
Table Specific Information
Select
Server-Side Query Support
The connector uses the Stripe API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the connector.
- Id support the following operator: =.
- DomainName support the following operator: =.
- Enabled support the following operator: =.
The provider supports the use of all columns as criteria in the WHERE clause of SELECT statements, as long as SupportEnhancedSQL is set to True. If SupportEnhancedSQL property is set to False, you still can retrieve:
To query the PaymentMethodDomains we can try the below queries.
SELECT * from PaymentMethodDomains where id='pmd_1OgQ87SC4snQ4WkOiSNV7rXG'
SELECT * from PaymentMethodDomains where domainname='www.paymentmethod.com'
SELECT * from PaymentMethodDomains where enabled = false
Columns
Name | Type | References | Description |
Id [KEY] | String | Unique identifier for the object. | |
DomainName | String | The domain name that this payment method domain object represents. | |
Enabled | Boolean | Whether this payment method domain is enabled. | |
ApplePayStatus | String | The status of the payment method on the domain. | |
ApplePayStatusDetailsErrorMessage | String | The error message associated with the status of the payment method on the domain. | |
Created | Datetime | Time at which the object was created. Measured in seconds since the Unix epoch. | |
GooglePayStatus | String | The status of the payment method on the domain. | |
GooglePayStatusDetailsErrorMessage | String | The error message associated with the status of the payment method on the domain. | |
LinkStatus | String | The status of the payment method on the domain. | |
LinkStatusDetailsErrorMessage | String | The error message associated with the status of the payment method on the domain. | |
Livemode | Boolean | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
Object | String | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | |
PaypalStatus | String | The status of the payment method on the domain. | |
PaypalStatusDetailsErrorMessage | String | The error message associated with the status of the payment method on the domain. |