OrderCreateManualPayment
Creates a manual payment for an order.
Input
| Name | Type | Description |
| Amount | Decimal | Decimal money amount. |
| CurrencyCode | String | Currency of the money. |
| OrderId | String | The ID of the order to create a manual payment for. |
| PaymentMethodName | String | 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. |
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. |