Payment methods

Get the payment methods available for the shop

get
Path parameters
versionstringRequired
Header parameters
X-Request-Idstring · uuidRequired

ID of the request, unique to the call, as determined by the initiating party

Responses
200
OK
application/json
get
GET /egw/{version}/payment-methods HTTP/1.1
Host: hostname
X-Request-Id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
  "paymentMethods": [
    {
      "type": "CARD",
      "brands": [
        "VISA"
      ],
      "_links": {
        "checkoutRedirect": {
          "href": "text"
        }
      }
    }
  ]
}

Last updated

Was this helpful?