Test Payment Methods

Retrieve a list of payment methods based on filter values.

post
Authorizations
Header parameters
AuthorizationstringRequired

Private API key to be provided in the format Api-Key <key>.

Default: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Body
pluginstring · min: 1 · max: 50Required
Responses
200Success
application/json
post
POST /b/pbl/v2/payment-methods/ HTTP/1.1
Host: betabulk.ottu.net
Authorization: Api-Key vSUmxsXx.V81oYvOWFMcIywaOu57Utx6VSCmG11lo
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "plugin": "payment_request",
  "currencies": [
    "KWD"
  ],
  "tokenizable": true
}
{
  "customer_payment_methods": [],
  "payment_methods": [
    {
      "code": "text",
      "name": "text",
      "pg": "text",
      "is_sandbox": true,
      "logo": "https://example.com",
      "wallets": [],
      "default_currency": "KWD",
      "accepted_currencies": [],
      "operation": "text",
      "operations": [],
      "is_tokenizable": true
    }
  ]
}

Last updated