Retrieve Payment Methods
GET/shops/:shopId/payment-methods
Retrieves the list of payment methods available for a given shop, identified by its {shopId}. This endpoint provides an unfiltered list of all payment methods applicable to the shop. Optionally, the results can be narrowed down by specifying supported currencies and payment instrument types. The information obtained from this endpoint is essential for the paymentSettings
object in the order creation endpoint.
Request​
Responses​
- 200
Returns a list of payment methods available for the specified shop, optionally filtered by the supported currencies and instrument types.