Skip to main content

fetchPaymentAttemptAttribute


ApiScope: payment.paymentattempt.attributes.fetch
API Scope Level: ServiceSubscriberScope
Path Parameters
    paymentAttemptId int64 required
Query Parameters
    attributeName string required
Responses

OK


Schema

    object

GET /kpayment/v1/paymentAttempts/:paymentAttemptId/attribute

Request

Base URL
/payment
paymentAttemptId — path required
attributeName — query required
curl / cURL
curl -L -X GET '/payment/kpayment/v1/paymentAttempts/:paymentAttemptId/attribute' \
-H 'Accept: application/json'