Class BankAccount
Class BankAccount
A resource representing a bank account that can be used to fund a payment.
- PayPal\Common\PayPalModel
- PayPal\Api\BankAccount
Direct known subclasses
Package: PayPal\Api
Deprecated: Deprecated. It is for internal use only. It may be removed in next major revision.
Located at PayPal/Api/BankAccount.php
Methods summary
public
|
|
public
string
|
|
public
|
#
setAccountNumber( string $account_number )
Account number in either IBAN (max length 34) or BBAN (max length 17) format. |
public
string
|
|
public
|
#
setAccountNumberType( string $account_number_type )
Type of the bank account number (International or Basic Bank Account Number). For more information refer to http://en.wikipedia.org/wiki/International_Bank_Account_Number. Valid Values: ["BBAN", "IBAN"] |
public
string
|
#
getAccountNumberType( )
Type of the bank account number (International or Basic Bank Account Number). For more information refer to http://en.wikipedia.org/wiki/International_Bank_Account_Number. |
public
|
#
setRoutingNumber( string $routing_number )
Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code. |
public
string
|
#
getRoutingNumber( )
Routing transit number (aka Bank Code) of the bank (typically for domestic use only - for international use, IBAN includes bank code). For more information refer to http://en.wikipedia.org/wiki/Bank_code. |
public
|
#
setAccountType( string $account_type )
Type of the bank account. Valid Values: ["CHECKING", "SAVINGS"] |
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setCheckType( string $check_type )
Type of the check when this information was obtained through a check by the facilitator or merchant. Valid Values: ["PERSONAL", "COMPANY"] |
public
string
|
#
getCheckType( )
Type of the check when this information was obtained through a check by the facilitator or merchant. |
public
|
#
setAuthType( string $auth_type )
How the check was obtained from the customer, if check was the source of the information provided. Valid Values: ["CCD", "PPD", "TEL", "POP", "ARC", "RCK", "WEB"] |
public
string
|
#
getAuthType( )
How the check was obtained from the customer, if check was the source of the information provided. |
public
|
#
setAuthCaptureTimestamp( string $auth_capture_timestamp )
Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements. |
public
string
|
#
getAuthCaptureTimestamp( )
Time at which the authorization (or check) was captured. Use this field if the user authorization needs to be captured due to any privacy requirements. |
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
#
setConfirmationStatus( string $confirmation_status )
Confirmation status of a bank account. Valid Values: ["UNCONFIRMED", "CONFIRMED"] |
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setExternalCustomerId( string $external_customer_id )
A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault. |
public
string
|
#
getExternalCustomerId( )
A unique identifier of the customer to whom this bank account belongs to. Generated and provided by the facilitator. This is required when creating or using a stored funding instrument in vault. |
public
|
#
setMerchantId( string $merchant_id )
A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant. |
public
string
|
#
getMerchantId( )
A unique identifier of the merchant for which this bank account has been stored for. Generated and provided by the facilitator so it can be used to restrict the usage of the bank account to the specific merchant. |
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()