The PaymentMethod object

Beta

The PaymentMethod object defines how a payment against an invoice is made.

namestringRequired<=255 characters
The payment method’s name
idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
The third-party API ID of the matching object.
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
method_typeenum or nullOptional
The type of the payment method. * `CREDIT_CARD` - CREDIT_CARD * `DEBIT_CARD` - DEBIT_CARD * `ACH` - ACH * `CASH` - CASH * `CHECK` - CHECK
Allowed values:
is_activebooleanOptional
`True` if the payment method is active, `False` if not.
remote_updated_atdatetime or nullOptional
When the third party's payment method was updated.
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only