POST SaltPayPaymentUpload/GetCardInfo

GetCardInfo same as in the SaltPay PaymentUpload SCHEMA

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Request

None.

WebservicePath

Binded from Form values in body. Service path

string

Required

Username

Binded from Form values in body. Service username

string

Required

Password

Binded from Form values in body. Service password

string

Required

Request Formats

application/xml, text/xml

Sample:
<GetCardInfoRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WebservicePath>sample string 2</WebservicePath>
  <Username>sample string 3</Username>
  <Password>sample string 4</Password>
  <Request>
    <cardNumber>sample string 1</cardNumber>
    <merchantNumber>sample string 2</merchantNumber>
    <safe>true</safe>
  </Request>
</GetCardInfoRequestModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<CardInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CardDescription>sample string 1</CardDescription>
  <CardNumber>sample string 2</CardNumber>
  <CardNumberLength>3</CardNumberLength>
  <CardScheme>sample string 4</CardScheme>
  <CardStatus>sample string 5</CardStatus>
  <DomesticOnly>true</DomesticOnly>
  <InstallmentsAllowed>true</InstallmentsAllowed>
  <IssuerName>sample string 8</IssuerName>
  <IssuingBank>sample string 9</IssuingBank>
  <IssuingCountry>sample string 10</IssuingCountry>
  <MaskedCardnumber>sample string 11</MaskedCardnumber>
  <PaymentType>sample string 12</PaymentType>
  <PaymentTypeText>sample string 13</PaymentTypeText>
  <RecurringAllowed>true</RecurringAllowed>
  <ReplacementCard>sample string 15</ReplacementCard>
</CardInfo>