Retrieve information associated with an existing membership profile using the member’s username.
Membership Administration - Query Member Info
Overview
The Query Member Info operation retrieves information associated with an existing membership profile. This function can be used to verify profile details, billing settings, and membership configuration for a specific member account.
Request Parameters
Account Credentials
| Variable | Requirement | Type | Max Size | Possible Values / Example | Description |
|---|---|---|---|---|---|
publisher-name |
Mandatory | string | N/A | — | Gateway account username issued to you. |
publisher-password |
Mandatory | string | N/A | — | Remote Client Password. This is different than the password used to log in to the gateway. |
mode |
Mandatory | string | N/A | query_member |
Value must be set to query_member. |
Member Information
| Variable | Requirement | Type | Max Size | Possible Values / Example | Description |
|---|---|---|---|---|---|
username |
Mandatory | string | 12 | — | Customer profile username. |
Response Parameters
The following response values are returned after the member information query has been processed.
| Variable | Value | Description |
|---|---|---|
FinalStatus |
success, problem |
success indicates matching profile data was located successfully.problem indicates the requested profile could not be located or the query could not be completed. |
auth-msg |
string | Additional response message. |
MErrMsg |
string | Error message returned when the request fails. |
Notes
Profile Lookup
The query is performed using the membership profile username supplied in the request.
Returned Data
When a matching profile is located, the response may include additional membership-related fields associated with the member account, depending on the profile configuration and system settings.
Common Uses
This function is commonly used to:
- Verify member profile information.
- Review recurring billing configuration.
- Confirm membership status.
- Retrieve profile details before performing update or billing operations.