The following example is successful transaction response for a sale with billing address:
{
"code":"200",
"status":"success",
"exchange-id":"ID-CLADEVGSOPS02-cgw01-58790-1447188033740-0-1730",
"links":[
{
"rel":"transaction",
"href":"/rest/v2/transactions?id=1107328",
"id":"1107328"
}
],
"payload":{
"transaction":{
"amount":"3.33",
"id":"1107328",
"type":"SALE",
"result":"APPROVED",
"billing":{
"street":"333 Oak Trail",
"city":"Springfield",
"state":"ME",
"zip":"55105",
"first-name":"Joe",
"last-name":"Burns"
},
"card":"XXXXXXXXXXXX1111",
"csc":"999",
"authorization-code":"TAS902",
"avs-result-code":"Y",
"batch-string-id":"166",
"display-message":"Transaction approved",
"result-code":"000",
"exp-date":"1019"
},
"payloadType":"transaction"
},
"signature":"3064dcb5feaffadfc237835272c7685"
}