Skip to main content

getTransactionStatusAndAccountTransactionIfNeeded


ApiScope: payment.transaction.status.get
API Scope Level: ServiceSubscriberScope
Path Parameters
    paymentAttemptId int64 required
Responses

OK


Schema
    pgTransId string
    pgrUuid string
    invGuid string
    status string
    responseText string
    isSuspicious boolean
    gatewayDecline boolean
    paymentDeclines string
    paymentAttemptStatus string

    Possible values: [Created, RequiresAction, Processing, Successful, Failed, Exception, GatewayException]

    receiptData string
    token string
    paymentAttemptId string
    requested3DS boolean
    redirectUrlFor3DS string
POST /kpayment/v1/paymentAttempts/:paymentAttemptId/transaction

Request

Base URL
/payment
paymentAttemptId — path required
curl / cURL
curl -L -X POST '/payment/kpayment/v1/paymentAttempts/:paymentAttemptId/transaction' \
-H 'Accept: application/json'