v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Checkout

List payment processors available for checkout

Lists the account payment processors available to the secret API key and indicates whether each processor supports hosted checkout. Use this endpoint when creating a checkout directly with payment_processor instead of plan.

get/checkouts/paymentprocessors/

Response

Available payment processors

Example response

{
  "payment_processors": [
    {
      "id": 4,
      "name": "Saltpay ISK",
      "display_name": "Saltpay",
      "payment_processor": "saltpay",
      "allowed_currencies": [
        "ISK"
      ],
      "supports_checkout": true,
      "error": "Unable to initialize payment processor."
    }
  ]
}