Skip to main content

payments

Overview

Namepayments
TypeResource
Idlinode.account.payments

Fields

NameDatatypeDescription
idintegerThe unique ID of the Payment.
datestringWhen the Payment was made.
usdintegerThe amount, in US dollars, of the Payment.

Methods

NameAccessible byRequired ParamsDescription
getPaymentSELECTpaymentIdReturns information about a specific Payment.
getPaymentsSELECTReturns a paginated list of Payments made on this Account.
createPaymentINSERTdata__usdMakes a Payment to your Account.

The requested amount is charged to the default Payment Method if no payment_method_id is specified.

A payment_submitted event is generated when a payment is successfully submitted.
_getPaymentEXECpaymentIdReturns information about a specific Payment.
_getPaymentsEXECReturns a paginated list of Payments made on this Account.