This section provides on overview on asynchronous handling in Secure Payments.
Some actions involving cards occur asynchronously within Secure Payments. This means that some events within Secure Payments may be processed out of order. For example, creating a card may take some time for Secure Payments to process, so the API will respond with a
job_uuid
instead of a card_uuid
. You can use the job_uuid
to see the status of the card creation until the operation is complete and can begin using the card_uuid
.
ENDPOINT