get https://securepayments.loanpro.io/api/v2/job//updates
This request pulls information for asynchronous processes.
Click here to learn more about this request
Some actions within Secure Payments occur asynchronously. For example, when creating a card ↗, 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 ↗.