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
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
Returns a list of payment methods available for the specified shop, optionally filtered by the supported currencies and instrument types.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to retrieve payment methods for the specified shop.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.