Payments Object ​
id
string
Unique identifier for the payment
method
string
Payment method used for the payment. In case there is no clear mapping, the raw payment method is passed.
All possible enum values:
card
bank_transfer
cash
check
paypal
wallet
wire_transfer
status
string
Status of the payment. In case there is no clear mapping, the raw status is passed.
All possible enum values:
pending
authorized
paid
partial
refunded
voided
cancelled
unknown
amount
string
Amount of the payment
transaction_fee
string
Transaction fee on a payment
refund_amount
string
Refund amount of the payment
currency
string
Currency of the payment
exchange_rate
number
Exchange rate of the currency of the payment
invoice_id
string
ID of the invoice the payment is for
created_at
string · date-time
Date and time when the payment was created
updated_at
string · date-time
Date and time when the payment was last updated
remote_data
object
Raw data returned from the remote API call.