PUT POS/Settings/PaymentModes/DebitCard/{paymentModeId} Try Now
Update Subscriber Debit Card Details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentModeId |
The Payment Mode Id.
|
string |
Required
|
Body Parameters
The Subscriber Add Debit Card request.
Name | Description | Type | Additional information |
---|---|---|---|
CardNumber |
The credit card number.
|
string |
Required
|
CardName |
The name on the credit card.
|
string |
Required
|
Type |
The card type.
|
CardType |
Required
|
ExpirationMonth |
The expiration month of credit card.
|
integer |
Required
|
ExpirationYear |
The expiration year of credit card.
|
integer |
Required
|
AccountName |
Name of Quickbook Account
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "CardNumber": "", "CardName": "", "Type": "None", "ExpirationMonth": 1, "ExpirationYear": 1, "AccountName": "" }
Response Information
Resource Description
None.