Interface: Order
Properties
address_id
address_id:
number
The id of the associated Address within Recharge.
billing_address
billing_address:
AssociatedAddress
The billing address at the time the order was created. See Addresses for detailed address information.
charge
charge:
object
An object containing parameters of the Charge.
external_transaction_id
external_transaction_id:
ExternalTransactionId
An object containing external transaction ids associated with this charge, as they appear in external platforms.
id
id:
number
The id of the charge associated with this order.
payment_processor_name
payment_processor_name:
string
The name of the payment processor used for this charge.
status
status:
ChargeStatus
The status of the charge.
client_details
client_details:
object
Details of the access method used by the purchase.
browser_ip
browser_ip:
string
The IP address of the buyer as detected in Checkout.
user_agent
user_agent:
string
The user agent detected during Checkout.
created_at
created_at:
string
The date when the order was created.
currency
currency:
string
The currency of the payment used to create the order.
customer
customer:
object
Object that contains information about the Customer.
email
email:
string
The user email.