Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.35 KB

File metadata and controls

40 lines (22 loc) · 1.35 KB

\StorePaymentMethodsApi

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

store_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

Parameters

Name Type Description Required Notes
store_id String The store to fetch [required]
enabled Option<bool> Fetch payment methods that are enabled/disabled only

Return type

Veccrate::models::GenericPaymentMethodData

Authorization

API_Key, Basic

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]