application
- base
- localhost
- dev
- prod
/v2/private/purchase/aa/application
http://localhost:1350/v2/private/purchase/aa/application
https://dev.everdays.com/v2/private/purchase/aa/application
https://everdays.com/v2/private/purchase/aa/application
Available Methods​
- GET
GET /v2/private/purchase/aa/application​
This endpoint is used to get the PDF application from AA and upload it to an S3 bucket, and then save the pdf url string to the user under user.purchase.aa.applicationPDFUrl
info
The PDF document is only available after the user completes the Sign step in the AA Purchase flow.
Params​
| Param | Type | Description |
|---|---|---|
Example request body
body: {
}
Returns​
The entire user object.
Example return object of just user
user: {
purchase: {
aa: {
...,
applicationPDFUrl: ''
}
}
}
info
For more detailed information about each value in application, please refer to the user model docs.