| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{"onlineCreditCardPaymentId":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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"}