GET payments Member Userid Status

GET/payments/member/{userId}/status
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

userIdstring

Query Parameters

fromUserId?string

The unique identifier of the member whose status is being queried.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/payments/member/string/status"
null
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}