PaymentMethodCreateInput

This object represents all the information about a payment method create input.

Fields

NameTypeDescription
PaymentTypeEnumRepresent the payment status. The value can either be pending, confrimed, paid, failed, and action_required.
ACHDataObjectContains all the information from ACHData such as the plaidProcessorToken, the billingDetails, and the metadata.
WireDataObjectContains all the information from WireData such as the accountNumber, the routingNumber, bankAddress, and the billingDetails.
CreditCardDataObjectContains all the information from CreditCardData such as the keyID, the encryptedData, billingDetails, and etc.