POST presentation_gw/InfoServizio/PreparePaymentRequest

Documentation for 'PreparePaymentRequest'.

Request Information

Parameters

NameDescriptionAdditional information
serviceUserId
Documentation for 'serviceUserId'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"bcd7668c-d086-4a1b-a285-ad395daddef8"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bcd7668c-d086-4a1b-a285-ad395daddef8</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "ServiceId": "sample string 2",
  "DistributorId": "sample string 3",
  "RequestId": "cbe8774f-5c8a-4bea-8482-0175a663d150",
  "Amount": 5.0
}

application/xml, text/xml

Sample:
<PaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models">
  <_x003C_Amount_x003E_k__BackingField>5</_x003C_Amount_x003E_k__BackingField>
  <_x003C_DistributorId_x003E_k__BackingField>sample string 3</_x003C_DistributorId_x003E_k__BackingField>
  <_x003C_RequestId_x003E_k__BackingField>cbe8774f-5c8a-4bea-8482-0175a663d150</_x003C_RequestId_x003E_k__BackingField>
  <_x003C_ServiceId_x003E_k__BackingField>sample string 2</_x003C_ServiceId_x003E_k__BackingField>
  <_x003C_UserName_x003E_k__BackingField>sample string 1</_x003C_UserName_x003E_k__BackingField>
</PaymentModel>