OrderCreateManualPayment
Creates a manual payment for an order.
Input
| Name | Type | Required | Description |
| Amount | Decimal | False | Decimal money amount. |
| CurrencyCode | String | False | Currency of the money. |
| OrderId | String | True | The ID of the order to create a manual payment for. |
| PaymentMethodName | String | False | The name of the payment method used for creating the payment. If none is provided, then the default manual payment method ('Other') will be used. |
| ProcessedAt | Datetime | False | The date and time (ISO 8601 format) when a manual payment was processed. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |