PaymentResources
Returns a paginated list of payment resources created by the authenticated merchant.
View-Specific Information
The provider uses the PayPal API to process WHERE clause conditions built with the following column and operator. All other filters are processed client-side.
SELECT
The only supported filter is Id.
Filters only support the = operator. The provider processes other filters client side within the provider.
For example, the following query is processed server side:
SELECT * FROM PaymentResources WHERE Id = 'PLB-MCDLCDGUD89Z'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the payment resource. | |
| IntegrationMode | String | Determines how the payment resource is presented to customers. | |
| CreateTime | Datetime | The date and time that this payment resource was created. | |
| UpdateTime | Datetime | The date and time that this payment resource was updated. | |
| Status | String | Status of the payment resource.
The allowed values are ACTIVE, INACTIVE. The default value is ACTIVE. | |
| PaymentLink | String | The generated payment link URL for the transaction. | |
| Type | String | The type of payment resource. | |
| Reusable | String | Indicates whether the payment resource can be used multiple times or only once. | |
| ReturnUrl | String | URL to which the customer is redirected after completing the transaction. |