Create a new cart payment.
POST
/cart/payments
201Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Type | string | --- | --- | PurchaseOrder, CreditCard, SpendingAccount | ||
CreditCardID | string | --- | --- | --- | ||
SpendingAccountID | string | --- | --- | --- | ||
Description | string | --- | 2000 characters | --- | ||
Amount | number | float | --- | --- | ||
Accepted | boolean | --- | --- | --- | ||
OrderReturnID | string | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Type | string | --- | --- | PurchaseOrder, CreditCard, SpendingAccount | ||
DateCreated | Read Only | string | date-time | --- | --- | |
CreditCardID | string | --- | --- | --- | ||
SpendingAccountID | string | --- | --- | --- | ||
Description | string | --- | 2000 characters | --- | ||
Currency | Read Only | string | --- | --- | --- | |
Amount | number | float | --- | --- | ||
Accepted | boolean | --- | --- | --- | ||
OrderReturnID | string | --- | --- | --- | ||
xp | object | --- | --- | --- | ||
Transactions | Read Only | array | --- | --- | --- | |