Skip to main content
GET
/
v1
/
paymentmethods
Get payment methods
curl --request GET \
  --url https://api.quickbutik.com/v1/paymentmethods \
  --header 'Authorization: Basic <encoded-value>'
{
  "results": [
    {
      "method_id": "klarna3",
      "customer_type": "3"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

method_id
string

Response

results
object[]