PaymentAsyncResults
Returns information related to the status of a request being processed by Payments API
Select
To query from Payments table you need to specify RequestId filter. RequestId field supports = and IN operators. The 本製品 will use the Ponparemall API to process WHERE clause conditions built for this field. The rest of the filters is executed client side.
- RequestId column supports = and IN operators.
SELECT * FROM PaymentAsyncResults WHERE RequestId IN ('reqid1', 'reqid2')
Columns
| Name | Type | Description |
| RequestId [KEY] | String | |
| RequestRcvDateTime | Datetime | |
| PaymentTranKind | String | |
| ElemNum | Integer | |
| TranSts | String | |
| StartDateTime | Datetime | |
| UpdateDateTime | Datetime | |
| CompletePaymentInfoList | String |