POST api/v1/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": "c6845c91-4eee-49dd-aa3e-010653e8a339", "CustomerPersonId": "25ed4064-bb48-4dcd-ba2f-94b921cad298", "SendAmount": 4.0, "SendAmountCurrencyId": "5bca0306-6522-40cb-878a-eefe04f2a774", "ReceivedAmount": 6.0, "ReceivedAmountCurrencyId": "1fc503b6-1972-47e9-b241-ae3007507d2a", "ExchangeRate": 8.1, "MarginParity": 9.0, "OriginalParity": 10.0, "SenderCustAccountId": "616d8519-283c-4faf-ba89-94149a42f6d7", "SenderCurrencyId": "e9cea88e-b235-4e60-a2b3-4d186d414ae4", "ReceiverCustAccountId": "c948e6aa-b84f-475e-976c-74dc7c23df83", "ReceiverCurrencyId": "a99068eb-8c5c-4997-bf61-ed8c026de1aa", "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": "6592bb1d-93aa-449b-8267-55baaafd2548", "AccountWithdrawId": "59981212-4339-4a81-abbf-a4a02b021697" }, "IsShowMessage": true, "IsShowRateAndReview": true }