GET /merchant/provider/available
The currency, in ISO 4217 format.
Returns a list of available APM providers
The state of the merchant's integration with the APM provider.
The date of the activation of the APM integration.
The date of an update to the APM integration.
The name of the user that handled this integration.
The name of the APM provider.
The url to the image of the APM provider.
The maximum amount the APM provider is eligible for
The minimum amount the APM provider is eligible for
The interest rate of the APM provider
Provider order based on merchant preference
Late fee
Customer Fee alloweed
Interest Rate allowed
Late fee allowed
Customer Fee
late fees custom text
customer fees custom text
Provider Fees Flat Rate
Provider Fees Percentage Rate
Customer Fees Flat Rate
Customer Fees Percentage Rate
The cap on surcharge amount
Supported currencies
Use default callback URL
Callback raw response
Enable callback
Callback URL
Providers friendly name
description about provider
Providers Marketing name
Identifier for MPGS
Preferred display mode for payment
Incontext display mode for payment
Connector Text for Providers
Message for Providers
Channel Name
Channel Alias
Signup description for Providers
Support description for Providers
Signup link for Providers
Support link for Providers
Logo url for Providers
Custom Logo for Provider
The label for the widget logo of the APM provider.
The ID of the merchant associated with the provider.
The API key reference for the APM provider.
GET /merchant/provider/available HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
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,
"surchargeCap": 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",
"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",
"customProviderLogo": "text",
"widgetLogoLabel": "text",
"merchantId": "text",
"apiKeyReference": "text"
}
]Last updated