The payment object

Attributes


id string

Unique identifier for the object.


due date string

Expected due date for the payment. This will be displayed in emails and reminders sent to the payer.


metadata hash

Additional metadata related to this payment. This can be useful for storing additional information about the payment in a structured format.


payer_name string

Name of citizen or company making the payment.


description string

An arbitrary string attached to the payment. Often useful for displaying to users, describing what the payment is for in the payment link and in emails and reminders sent to the payer.


More attributes


payment_service_id string

The payment service that originates the event.


created_at timestamp

Time at which the object was created. Measured in milliseconds since the Unix epoch.


updated_at timestamp

Time at which the object was updated. Measured in milliseconds since the Unix epoch.

Last updated