All URIs are relative to https://btcpay.example.com/api/v1
| Method | HTTP request | Description |
|---|---|---|
| store_payment_methods_get_store_payment_methods | GET /api/v1/stores/{storeId}/payment-methods | Get store payment methods |
Veccrate::models::GenericPaymentMethodData store_payment_methods_get_store_payment_methods(store_id, enabled) Get store payment methods
View information about the stores' configured payment methods
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| store_id | String | The store to fetch | [required] | |
| enabled | Option<bool> | Fetch payment methods that are enabled/disabled only |
Veccrate::models::GenericPaymentMethodData
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]