Get a payment record
Path parameters
payment_record_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
amount
Positive amount in case of successful payment, negative amount in case of payment failure or refund, represented in minor currency units (e.g., cents).
currency
Currency code (ISO 4217) indicating the currency in which the payment was made.
history
History of the payment record.
is_external
object
payment_intent_id
Identifier for an payment intent.
entity_user_id
ID of the user associated with the payment, if applicable.
overpaid_amount
Filled in a case, if payment amount is more, than total_amount
paid_at
Timestamp marking when the payment was executed. Null if payment hasn't occurred yet.
payment_intent_status
Raw status string of the external payment intent.
payment_method
Payment method used or planned for the transaction.
planned_payment_date
Scheduled date for future payments, required when the payment is planned but not yet executed.
status
The current status of the payment record. Possible values: created
, processing
, succeeded
, canceled
.