Create a new cart payment transaction.
POST
/cart/payments/{paymentID}/transactions
201Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
paymentID | Required | string | ID of the payment. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Type | Required | string | --- | --- | --- | |
DateExecuted | Required | string | date-time | --- | --- | |
Currency | string | --- | 100 characters | --- | ||
Amount | number | float | --- | --- | ||
Succeeded | boolean | --- | --- | --- | ||
ResultCode | string | --- | --- | --- | ||
ResultMessage | 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 | --- | --- | --- | |