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": "113265e9-9afe-438f-bdbf-36c3842c9c7b", "CustomerPersonId": "b3966731-84b4-4282-92d2-fc5de681a5d4", "SendAmount": 4.0, "SendAmountCurrencyId": "5a7ed0c3-2046-4009-ae72-756f3a3e61b2", "ReceivedAmount": 6.0, "ReceivedAmountCurrencyId": "dc2ed66f-3d6c-4aaa-8a72-befe7ce5e294", "ExchangeRate": 8.1, "MarginParity": 9.0, "OriginalParity": 10.0, "SenderCustAccountId": "6a342046-fda9-40cf-bafd-601c10dee9f3", "SenderCurrencyId": "54b586f7-c95d-45c2-9653-f5cea4e32ef8", "ReceiverCustAccountId": "b18d6cb9-65a4-4a38-9dd2-36776b3f9256", "ReceiverCurrencyId": "9d593b52-2001-4874-b60a-dd28dba084f2", "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": "7a681216-c2e6-4cce-a0b3-b97183928935", "AccountWithdrawId": "c52e5c64-229f-4227-b332-a3ffe45ef9b5" }, "IsShowMessage": true, "IsShowRateAndReview": true }