sign
- base
- localhost
- dev
- prod
/v2/private/purchase/aa/sign
http://localhost:1350/v2/private/purchase/aa/sign
https://dev.everdays.com/v2/private/purchase/aa/sign
https://everdays.com/v2/private/purchase/aa/sign
Available Methods​
- POST
POST /v2/private/purchase/aa/sign​
This endpoint is used when the user signs their application.
Params​
| Param | Type | Description |
|---|
Example request body
body: {
}
Returns​
The entire user object, with purchaseCompleted and purchaseDate keys added if the signing was successful.
The user's applicationPDFUrl will also be regenerated at this time to make sure it is the latest. (in case of any changes)
Example return object with user.purchase.aa
user: {
purchase: {
aa: {
purchaseCompleted: true,
purchaseDate: 2022-08-29T07:00:00.000+00:00,
}
}
}
caution
You may see an error similar to this if incorrect address information was provided at the start of the application.
"message": "",
"errorMessage": "ERROR: Signature data was not processed: Status: 1:Declined"
info
For more detailed information about each value in insurance, please refer to the user model docs.