Skip to main content

Credit Transaction Result Verification

Shopping Loan Transaction Result Verification

Within the shopping credit integration, it is used for re-querying in cases where the credit has not yet been finalized or the credit result cannot be obtained. The current status of the loan should be learned and necessary action should be taken.

URL

The endpoint and http method information used for shopping credit verification is given below.

POST/payment/v1/bnpl-payments/verify

Request Parameters

paymentId
number
required

Payment Id Info

Return Parameters

The returned parameters are also subject to the rules specified in Return Formats on the API documentation home page. It can be considered successful if no error occurs.

responseStatus
string

Payment status information

Values:
APPROVED
DECLINED
WAITING
additionalAction
string

Action required for continued payment

Values:
NONE
REDIRECT_TO_URL
APPROVAL_REQUIRED
WAIT_FOR_WEBHOOK
VERIFY_REQUIRED
errorCode
string

Error code generated in case of error

errorMessage
string

Error description in case of error