4.Bank Methods
List Bank Methods
GET
{{MemberBaseAddress}}/api/paywall/member/bankaccount
The Header information sent to the service is as follows:
Parameter
Type
Compulsory
Description
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:
Parameter
Type
Description
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
Last updated