GET /merchant/provider/available

Get all available APM providers ---- [auth scope: merchant]

get
Authorizations
Query parameters
currencyanyOptional

The currency, in ISO 4217 format.

Responses
200

Returns a list of available APM providers

application/json
get
GET /merchant/provider/available HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
200

Returns a list of available APM providers

[
  {
    "isActive": true,
    "createdAt": "text",
    "updatedAt": "text",
    "userName": "text",
    "providerName": "text",
    "imageUrl": "text",
    "maxAmount": 1,
    "minAmount": 1,
    "interestRate": 1,
    "priority": 1,
    "lateFeesAllowed": true,
    "customerFeesAllowed": true,
    "interestRateAllowed": true,
    "lateFees": "text",
    "customerFees": "text",
    "lateFeesCustomText": "text",
    "customerFeesCustomText": "text",
    "providerFees": 1,
    "providerFeesPercentage": 1,
    "customerFeesFlat": 1,
    "customerFeesPercentage": 1,
    "currency": "text",
    "checkoutConfig": {
      "content": "text",
      "iframeUrl": "text",
      "button": {
        "type": "text",
        "text": "text",
        "color": "text",
        "background": "text",
        "position": "text",
        "size": "text"
      },
      "termsCondition": {
        "type": "text",
        "content": "text",
        "linkText": "text"
      }
    },
    "productDetailsConfig": {
      "content": "text"
    },
    "callbackUrlUseDefault": true,
    "callbackRawResponse": true,
    "callbackEnabled": true,
    "callbackUrl": "text",
    "friendlyName": "text",
    "description": "text",
    "marketingName": "text",
    "mpgsIdentifier": "text",
    "preferredDisplayMode": "text",
    "incontextDisplayMode": "text",
    "paymentStatusFetchEnabled": true,
    "popupOverlayConfig": {
      "title": "Payment in progress",
      "message": "Click anywhere to continue payment!"
    },
    "connector": "text",
    "message": "text",
    "channelName": "text",
    "channelAlias": "text",
    "signupDescription": "text",
    "supportDescription": "text",
    "signupLink": "text",
    "supportLink": "text",
    "logoUrl": "text"
  }
]

Last updated