This API should only be called after /capture and when the "authState" is "CREATED" in the inline response, for everything else, you should call the Auth Status API.
Refer to Check Transaction Status API for the server to server call to get the transaction status.
The payment status can be
Successful
,Failed
,Pending
or any of the codes.
- For
Pending
, merchants should retry Check Transaction Status API until the status changes toSuccessful
orFailed
.- For
Failed
, merchants have to call "Cancel Auth API" to release the blocked amount.