PaymentMethodCreateInput

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

Fields

Name

Type

Description

PaymentType

Enum

Represent the payment status. The value can either be pending, confrimed, paid, failed, and action_required.

ACHData

Object

Contains all the information from ACHData such as the plaidProcessorToken, the billingDetails, and the metadata.

WireData

Object

Contains all the information from WireData such as the accountNumber, the routingNumber, bankAddress, and the billingDetails.

CreditCardData

Object

Contains all the information from CreditCardData such as the keyID, the encryptedData, billingDetails, and etc.