creditCard
- base
- localhost
- dev
- prod
/v2/private/purchase/aa/creditCard
http://localhost:1350/v2/private/purchase/aa/creditCard
https://dev.everdays.com/v2/private/purchase/aa/creditCard
https://everdays.com/v2/private/purchase/aa/creditCard
Available Methods​
- POST
POST /v2/private/purchase/aa/creditCard​
This endpoint is used after successful save on the Authorize.net Form to help with AA's process on their end. This helps AA confirm and/or tie their data with our data (I think?)
Params​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The response message from AA. This EP is mainly for AA's sake so we don't need to make record of it on our end (from my current understanding).
Example return
{
errorMessage: "",
message: "Credit Card information updated for application number: 1001494"
}
info
For more detailed information about each value in insurance, please refer to the user model docs.