GET api/payment/GetVendorAuthenticationData?countryId={countryId}&contactIdEnc={contactIdEnc}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

integer

Required

contactIdEnc

string

Required

Body Parameters

None.

Response Information

Resource Description

VendorAuthenticationViewModel
NameDescriptionTypeAdditional information
AccessToken

string

None.

Credentials

string

None.

Key

string

None.

AuthKey

string

None.

SetWalletURL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "Credentials": "sample string 2",
  "Key": "sample string 3",
  "AuthKey": "sample string 4",
  "SetWalletURL": "sample string 5"
}

application/xml, text/xml

Sample:
<VendorAuthenticationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CoverSmart.Models">
  <AccessToken>sample string 1</AccessToken>
  <AuthKey>sample string 4</AuthKey>
  <Credentials>sample string 2</Credentials>
  <Key>sample string 3</Key>
  <SetWalletURL>sample string 5</SetWalletURL>
</VendorAuthenticationViewModel>