BankAccountGet_API
Description |
Parameters |
|
---|---|---|
Passed |
Returned |
|
This method returns information about a bank account associated with a specified payment method of the bank account type. | 1 | 3 |
Syntax
Copy
BM::BankAccountGet_API(
Int PayToolID.
)
returns
Copy
Str AccountNumber;
Str BankNumber;
Str AccHolderName.
Parameters Description
Input parameter:
Int PayToolID – Identifier of a customer payment method.
Output parameters:
- Str AccountNumber – Number of the customer bank account, which is used for payment.
- Str BankNumber – Number of the bank to which the account belongs.
- Str AccHolderName – Name of the bank account holder.