GET /merchant/provider/new
Last updated
Last updated
GET /merchant/provider/new HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"provider": "text",
"paymentType": "text",
"imageUrl": "text",
"currencies": [
"text"
],
"friendlyName": "text",
"description": "text",
"marketingName": "text",
"mpgsIdentifier": "text",
"credentialsFields": {},
"credentialsSchema": {}
}
]