Asynchronous Calls
Guide to the asynchronous calls in the API
Asynchronous calls are calls that return right away without the result. They are used when there are long-running processes to retrieve or process the data, but an HTTP connection cannot or should not be open for that extended period.
Cardpool has two methods that are Asynchronous and it's important to handle these to endpoints with that in mind:
GetQuote
FraudCheck
Updated about 6 years ago
