verifyPaymentIntentWithMicrodeposits
Verify a customer's bank account with micro-deposits
This function should only be called when the PaymentIntent is in the requires_action
state and NextActionType
is VerifyWithMicrodeposits.
See the Verify bank account with micro-deposits docs for more details.
Parameters
The client secret of the PaymentIntent
The amount, in cents of USD, equal to the value of the first micro-deposit sent to the bank account
The amount, in cents of USD, equal to the value of the second micro-deposit sent to the bank account
a ApiResultCallback to receive the result or error
Verify a customer's bank account with micro-deposits
This function should only be called when the PaymentIntent is in the requires_action
state and NextActionType
is VerifyWithMicrodeposits.
See the Verify bank account with micro-deposits docs for more details.
Parameters
The client secret of the PaymentIntent
A unique, 6-digit descriptor code that starts with SM that was sent as statement descriptor to the bank account
a ApiResultCallback to receive the result or error