GET /merchant/provider/new
Authorizations
Responses
200
Returns a list of new APM providers
application/json
get
GET /merchant/provider/new HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
200
Returns a list of new APM providers
[
{
"id": "text",
"provider": "text",
"paymentType": "text",
"imageUrl": "text",
"currencies": [
"text"
],
"friendlyName": "text",
"description": "text",
"marketingName": "text",
"mpgsIdentifier": "text",
"credentialsFields": {},
"credentialsSchema": {}
}
]
Last updated