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": "a9cdd211-e672-4330-988c-5faa0895a87f", "CustomerPersonId": "342b281c-242f-4cd4-a60c-ccd8c7cb2eab", "SendAmount": 4.0, "SendAmountCurrencyId": "84bdb5e7-9452-4b11-ba7b-032911635e66", "ReceivedAmount": 6.0, "ReceivedAmountCurrencyId": "8401f191-a798-454b-be46-5a3771d9367e", "ExchangeRate": 8.1, "MarginParity": 9.0, "OriginalParity": 10.0, "SenderCustAccountId": "c92192e4-95af-4500-b50d-328f537a91e3", "SenderCurrencyId": "cc2a8b01-23a4-485f-a939-ee6788efc041", "ReceiverCustAccountId": "9176d879-b115-4a39-9778-14df855c6335", "ReceiverCurrencyId": "0f16865d-fb86-4824-a797-2d948c5978b9", "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": "e6efc36c-e91f-4f5f-8c36-62db91037b00", "AccountWithdrawId": "25a12a50-5bc7-4146-be7b-16fd0673654e" }, "IsShowMessage": true, "IsShowRateAndReview": true }