get https://securepayments.loanpro.io/api/v2/job//updates
This request retrieves information for asynchronous processes.
Click here to learn more about this request
Some actions within Secure Payments occur asynchronously. For example, when using the POST
create card request, the API responds with a job_uuid
instead of a card_uuid
. To receive the card's UUID (as well as other information regarding the creation of the card), sending a GET request to the job
endpoint is required.
This endpoint is also used for pulling information regarding the creation of a card program.
Results
Returns job information, including the name
and updates
object, after a successful lookup. An error results in a error_v2
object with a message
and metadata
field indicating the type of error (e.g. invalid job-uuid).