GET POS/Settings/PaymentModes/{id} Try Now

Gets Subscriber Payment Modes by Payment Mode Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The Payment Mode Identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
PaymentModeId
The payment mode identifier.
string
None.
ModeType
The type of the mode.
PaymentMode
None.
CardType
The type of the card.
CardType
None.
CardNumber
The card number.
string
None.
CardName
The name of the card.
string
None.
ExpirationMonth
The expiration month.
integer
None.
ExpirationYear
The expiration year.
integer
None.
PaypalEmail
The paypal email.
string
None.
OtherDetail
The other detail.
string
None.
BankName
The name of the bank.
string
None.
AccountNumber
The account number.
string
None.
DisplayName
The display name.
string
None.
Status
The status.
PaymentModeStatus
None.
QBAccountId
The qb account identifier.
string
None.

Response Formats

application/json, text/json

Sample:
{
  "PaymentModeId": "",
  "ModeType": "Any",
  "CardType": "None",
  "CardNumber": "",
  "CardName": "",
  "ExpirationMonth": 4,
  "ExpirationYear": 5,
  "PaypalEmail": "",
  "OtherDetail": "",
  "BankName": "",
  "AccountNumber": "",
  "DisplayName": "",
  "Status": "None",
  "QBAccountId": ""
}