POST api/{apiVersion}/QrPayment/QrPaymentRequest
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
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": "a0687665-b27e-41aa-b048-4bd39ac165f2", "CustomerPersonId": "db9c763f-b7c6-4d2b-8958-d63b1d3b2476", "SendAmount": 4.0, "SendAmountCurrencyId": "ab82505b-0cd6-498d-9273-6d81e1a078df", "ReceivedAmount": 6.0, "ReceivedAmountCurrencyId": "6592c912-ca15-4f1b-ac31-54a5c1649e85", "ExchangeRate": 8.1, "MarginParity": 9.0, "OriginalParity": 10.0, "SenderCustAccountId": "3380429b-75d7-40c7-8ebb-d6799430dfd0", "SenderCurrencyId": "80b2d5d4-97bf-4985-8280-4c4aa6845021", "ReceiverCustAccountId": "47586c30-79ff-45bc-ba3f-0baf4b9d7f12", "ReceiverCurrencyId": "2478e6ca-b4d5-469a-9296-aaad3f9ad8e0", "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": "5334e2d7-9260-4157-af3a-55be394a0410", "AccountWithdrawId": "e539c33b-e170-42f2-a8a9-7fd32f02ed76" }, "IsShowMessage": true, "IsShowRateAndReview": true }