Skip to main content

application

/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​

ParamTypeDescription
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.