POST api/{apiVersion}/QrPayment/QrPaymentConfirm
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
QrPaymentConfirmRequestName | Description | Type | Additional information |
---|---|---|---|
AccountDepositId | globally unique identifier |
None. |
|
AccountWithdrawId | globally unique identifier |
None. |
|
QrId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountDepositId": "60764521-871e-4dd3-b1b4-7ede26b163c9", "AccountWithdrawId": "1f5c8031-407f-4e25-862c-d51a94de89de", "QrId": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfQrPaymentConfirmResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | QrPaymentConfirmResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "AccountDepositId": "781dedd9-76af-4638-b849-93aed0bfa160", "AccountWithdrawId": "9a688cd2-6fda-474f-a16b-85fe36bc3933" }, "IsShowMessage": true, "IsShowRateAndReview": true }