GET api/Admin/TokenizedPaymentAccount/{id}
Allows you to get a specific of Tokenized Payment Account
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TokenizedPaymentAccountName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
|
TokenizedPaymentProcessor | string |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<TokenizedPaymentAccount> <ID>1</ID> <Description>sample string 2</Description> <TokenizedPaymentProcessor>sample string 3</TokenizedPaymentProcessor> <IsActive>True</IsActive> </TokenizedPaymentAccount>
application/json, text/json
Sample:
{ "ID": 1, "Description": "sample string 2", "TokenizedPaymentProcessor": "sample string 3", "IsActive": true }