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. | 
checkoutGpay | Object | Contains all the Information from CheckoutGpayTokenData.such as the signature, protocolVersion, signedMessage. | 
| checkoutApplePay | Object | Contains all the Information from CheckoutApplePayTokenDatasuch as the version, data, Signature, header. | 
| checkoutCreditCard | Object | Contains all the Information from CheckoutCreditCardDatasuch as token. | 
stripeCreditCard | Object | Contains the information from StripeCreditCardData such as  paymentIntentId. | 
