| POST | /payment/creditcard |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OnlineCreditCardPaymentId | body | string | Yes |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| ErrorCode | form | string | No | |
| HttpCode | form | int | No | |
| MesAuthCode | form | string | No | |
| MesAvsResult | form | string | No | |
| MesCvvResult | form | string | No | |
| MesDuration | form | string | No | |
| MesResponseText | form | string | No | |
| MesTransactionId | form | string | No | |
| IsApproved | form | bool | No | |
| CheckNumber | form | string | No | |
| PropertyManagementId | form | string | No | |
| PersonId | form | string | No | |
| LeaseId | form | string | No | |
| CommunityCode | form | string | No | |
| SubCommunityCode | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /payment/creditcard HTTP/1.1
Host: avalonaccessapi.avalonbay.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
onlineCreditCardPaymentId: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
},
errorCode: String,
httpCode: 0,
mesAuthCode: String,
mesAvsResult: String,
mesCvvResult: String,
mesDuration: String,
mesResponseText: String,
mesTransactionId: String,
isApproved: False,
checkNumber: String,
propertyManagementId: String,
personId: String,
leaseId: String,
communityCode: String,
subCommunityCode: String
}