4. Bank Methods
List Bank Methods
Parameter
Type
Compulsory
Description
Parameter
Type
Description
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": null
}Last updated
GET {{MemberBaseAddress}}/api/paywall/member/bankaccount
The Header information sent to the service is as follows:
apikeypublic
string
Yes
The Public Key obtained from the member business panel.
apiclientpublic
string
Yes
The Public Client acquired from the member business panel.
memberid
int
Yes
The member's ID information in the Paywall.
The parameters returned from the service are as follows:
ErrorCode
int
Error code. It returns '0' if the operation is successful.
Result
bool
It returns a 'true' or 'false' value. If the operation is successful, it returns 'true'.
Message
string
If the operation is unsuccessful, it provides a message related to this error and offers language support based on the locale parameter.
Body
object
The transaction details
{
"ErrorCode": 0,
"Result": true,
"Message": "",
"Body": null
}Last updated