MIF_E31211285/vendor/xendit/xendit-php/docs/Customer/IdentityAccountRequestPrope...

1.3 KiB

# IdentityAccountRequestProperties

use Xendit\Customer\IdentityAccountRequestProperties;

Properties

Name Type Required Description Examples
account_number string Unique account identifier as per the bank records. null
account_holder_name string Name of account holder as per the cardless credit account. null
swift_code string The SWIFT code for international payments null
account_type string Free text account type, e.g., Savings, Transaction, Virtual Account. null
account_details string Potentially masked account detail, for display purposes only. null
currency string null
token_id string The token id returned in tokenisation null
account_id string Alphanumeric string identifying this account. Usually an email address or phone number. null
payment_code string Complete fixed payment code (including prefix) null
expires_at string YYYY-MM-DD string with expiry date for the payment code null
qr_string string String representation of the QR Code image null

[Back to README]