POST api/WebPaySecureSubmit/UpdatePayment/Heartland/CustomerApp?customerAppID={customerAppID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerAppID

globally unique identifier

Required

Body Parameters

HeartlandToken
NameDescriptionTypeAdditional information
TokenValue

string

None.

ExpMonth

integer

None.

ExpYear

integer

None.

LastFour

string

None.

CardType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TokenValue": "sample string 1",
  "ExpMonth": 2,
  "ExpYear": 3,
  "LastFour": "sample string 4",
  "CardType": "sample string 5"
}

application/xml, text/xml

Sample:
<HeartlandToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CardType>sample string 5</CardType>
  <ExpMonth>2</ExpMonth>
  <ExpYear>3</ExpYear>
  <LastFour>sample string 4</LastFour>
  <TokenValue>sample string 1</TokenValue>
</HeartlandToken>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.