POST api/{apiVersion}/QrPayment/QrPaymentRequest

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

QrPaymentRequest
NameDescriptionTypeAdditional 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": "95f2d980-fec8-4f63-815c-48abf42486dc",
  "CustomerPersonId": "0f1c781f-cd20-4f7f-aaf4-920bedbc7db2",
  "SendAmount": 4.0,
  "SendAmountCurrencyId": "e5341327-dbea-44cf-9456-8f2b2efac3a7",
  "ReceivedAmount": 6.0,
  "ReceivedAmountCurrencyId": "c71ecccf-2cb6-4eaa-90de-1243d8e0c7f8",
  "ExchangeRate": 8.1,
  "MarginParity": 9.0,
  "OriginalParity": 10.0,
  "SenderCustAccountId": "339ac052-0676-4d8d-a143-12b089065689",
  "SenderCurrencyId": "7ea35e6f-78f9-49b3-bb87-7444d2dd16e4",
  "ReceiverCustAccountId": "166c5996-2c16-4b7d-b96d-5b72f1293a79",
  "ReceiverCurrencyId": "a03b27df-e52b-42df-9e0a-1b7d21b1c1fe",
  "TransferType": 1,
  "MobileOperationType": 1,
  "Description": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfQrPaymentResponse
NameDescriptionTypeAdditional 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": "35236567-4c69-4061-b129-80e3c599b334",
    "AccountWithdrawId": "c13e2f8d-bc12-4995-a42b-5039749fe27b"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}