Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 784 Bytes

File metadata and controls

19 lines (13 loc) · 784 Bytes

# DirectDebitDebitCard

use Xendit\PaymentMethod\DirectDebitDebitCard;

Properties

Name Type Required Description Examples
mobile_number string Mobile number of the customer registered to the partner channel +62818555988
card_last_four string Last four digits of the debit card 8888
card_expiry string Expiry month and year of the debit card (in MM/YY format) 06/24
email string Email address of the customer that is registered to the partner channel test.email@xendit.co
account_number string Account number of the customer 12345678

[Back to README]