GET eo-events/merchantaccount?ClientId={ClientId}&event_id={event_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

string

Required

event_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
AuthorizeNetLoginID

string

None.

AuthorizeNetTransactionKey

string

None.

PayPalClientID

string

None.

PayPalClientSecret

string

None.

StripeApiKey

string

None.

YourPayGatewayID

string

None.

YourPayGatewayPassword

string

None.

YourPayHmacKey

string

None.

YourPayKeyID

string

None.

PaymentType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AuthorizeNetLoginID": "sample string 1",
  "AuthorizeNetTransactionKey": "sample string 2",
  "PayPalClientID": "sample string 3",
  "PayPalClientSecret": "sample string 4",
  "StripeApiKey": "sample string 5",
  "YourPayGatewayID": "sample string 6",
  "YourPayGatewayPassword": "sample string 7",
  "YourPayHmacKey": "sample string 8",
  "YourPayKeyID": "sample string 9",
  "PaymentType": "sample string 10"
}

application/xml, text/xml

Sample:
<EventMerchantAccountResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AuthorizeNetLoginID>sample string 1</AuthorizeNetLoginID>
  <AuthorizeNetTransactionKey>sample string 2</AuthorizeNetTransactionKey>
  <PayPalClientID>sample string 3</PayPalClientID>
  <PayPalClientSecret>sample string 4</PayPalClientSecret>
  <StripeApiKey>sample string 5</StripeApiKey>
  <YourPayGatewayID>sample string 6</YourPayGatewayID>
  <YourPayGatewayPassword>sample string 7</YourPayGatewayPassword>
  <YourPayHmacKey>sample string 8</YourPayHmacKey>
  <YourPayKeyID>sample string 9</YourPayKeyID>
  <PaymentType>sample string 10</PaymentType>
</EventMerchantAccountResult>