Payment
Object model reference for Payment object
Payment
Monetary transfer that impacts order settlement status
Attributes
Example
{
"total": <Money>,
"method": "cash_on_delivery",
"created": <DateTime>,
"transaction_data": {}
}
Payment Methods
The method
parameter can take one of the following values:
cash_on_delivery
credit_card
refund
Last updated
Was this helpful?