Content & StorefrontPayments
List payment methods
GET
/v1/payments/methodsList payment methods. A successful request returns HTTP 200 with the documented response body.
Header Parameters
x-Store-Domain*string
Store slug or configured domain that selects the store context at the central Storefront gateway.
Length
1 <= length <= 253Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/payments/methods" \ -H "x-Store-Domain: my-store"[ { "code": "example_code", "name": "Example resource", "kind": "offline", "sortOrder": 1, "brands": [ "example" ] }]