Get Merchant
This endpoint retrieves complete information about a specific merchant. The {id} parameter in the URL must be the merchant's unique identifier (UUID format).
scope: merchants.read
Path parameters
merchant_idstring · uuidRequiredExample:
01974748-6c07-70e6-8f85-67101669654d
Header parameters
AcceptstringOptionalExample:
application/json
Content-TypestringOptionalExample:
application/json
X-API-KeystringOptionalExample:
{{API_KEY}}
Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get
GET /banking/v1/merchants/{merchant_id} HTTP/1.1
Host: api.aurixpay.ws
Accept: */*
{
"id": "019764e0-4ab4-706a-b399-9c3d541689a3",
"name": "Aurix",
"document": "54427392000107",
"status": "approved"
}