PaymentMethodDomains
Lists the details of existing payment method domains.
Table Specific Information
Select
Server-Side Query Support
The 本製品 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 本製品.
- Id supports the following operator: =.
- DomainName supports the following operator: =.
- Enabled supports the following operator: =.
You can select from PaymentMethodDomains with the following 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. |