GET
/
v1
/
paymentmethods
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

API key authentication using Basic Auth. Use your API key as both username and password. See the Authentication guide for complete setup instructions.

Query Parameters

method_id
string

Optional. Enter if you would like to fetch a specific payment method

Response

200
application/json

Payment methods retrieved successfully

The response is of type object.