Storefront
List storefront payment methods
Public storefront endpoint. Lists enabled public checkout payment methods for the store.
get/v3/stores/{store_id}/public/payment-methods
Response
Enabled payment methods
Example response
{
"data": [
{
"code": "bank_transfer",
"label": "Bank transfer"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.