POST api/QrPayment/QrPaymentRequest
Request Information
URI Parameters
None.
Body Parameters
QrPaymentRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
CustomerPersonId | globally unique identifier |
None. |
|
SendAmount | decimal number |
None. |
|
SendAmountCurrencyId | globally unique identifier |
None. |
|
ReceivedAmount | decimal number |
None. |
|
ReceivedAmountCurrencyId | globally unique identifier |
None. |
|
ExchangeRate | decimal number |
None. |
|
MarginParity | decimal number |
None. |
|
OriginalParity | decimal number |
None. |
|
SenderCustAccountId | globally unique identifier |
None. |
|
SenderCurrencyId | globally unique identifier |
None. |
|
ReceiverCustAccountId | globally unique identifier |
None. |
|
ReceiverCurrencyId | globally unique identifier |
None. |
|
TransferType | AccountTransferType |
None. |
|
MobileOperationType | MobileOperationTypes |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "f597f90c-09db-4426-a564-2248a1846432", "CustomerPersonId": "4d705610-0740-481d-830a-ead717869460", "SendAmount": 4.0, "SendAmountCurrencyId": "a68b992d-3f0a-4dc5-aec1-55bba7ac9c27", "ReceivedAmount": 6.0, "ReceivedAmountCurrencyId": "635e466a-cd5b-4674-8dbd-3f510066766d", "ExchangeRate": 8.1, "MarginParity": 9.0, "OriginalParity": 10.0, "SenderCustAccountId": "39441ef2-1556-4e7e-a30a-31bc1b11ae74", "SenderCurrencyId": "04d83506-59f6-4b96-94ef-92ffb73d4be5", "ReceiverCustAccountId": "05236b7f-ab0c-4480-8606-f31b705d7675", "ReceiverCurrencyId": "a15fb335-b0d3-4f49-8a26-56e8ed2f36f2", "TransferType": 1, "MobileOperationType": 1, "Description": "sample string 15" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfQrPaymentResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | QrPaymentResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "AccountDepositId": "b61e2ec1-1b2b-48a1-8df5-9caab94f98b0", "AccountWithdrawId": "e8c25d2b-e13c-4e8f-8854-a93bc4ab1487" }, "IsShowMessage": true, "IsShowRateAndReview": true }