Skip to main content
POST
/
Merchants
cURL
curl --request POST \
  --url https://api.example.com/Merchants \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "isvHandle": "<string>",
  "metaData": {}
}
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Body

name
string | null
isvHandle
string | null
metaData
object

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any