ChangePaymentStatus
Renewal status update function for managing payment status of orders.
Input
| Name | Type | Required | Description |
| OrderId | String | True | Order ID. |
| SellerId | String | False | Store account. |
| OperationUser | String | False | Name of updater (Business ID registered name). |
| PayStatus | Integer | True | Deposit status : 0: Waiting for payment, 1: Payment already made.
使用できる値は次のとおりです。0, 1 |
| PayDate | Date | False | Deposit date. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |