Skip to main content
GET
/
configuration
/
find
/
account
Finds the account by the key_value in the query
curl --request GET \
  --url https://commerce1.on-hellgate.dev/configuration/find/account \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "payment_instruments": {
    "ach": true,
    "bank_transfer": true,
    "card": true,
    "sct": true,
    "sdd": true
  },
  "platform_payments": true
}

Authorizations

X-API-Key
string
header
required

Query Parameters

key_value
string
required

Account key

Response

Success

id
string<uuid>
required
name
string
required
payment_instruments
object
required
platform_payments
boolean
required