Skip to main content

fetchPaymentAttemptAttributes


ApiScope: payment.paymentattempt.attributes.fetch
API Scope Level: ServiceSubscriberScope
Path Parameters
    paymentAttempt int64 required
Responses

OK


Schema

    object

GET /kpayment/v1/paymentAttempts/:paymentAttempt/attributes

Request

Base URL
/payment
paymentAttempt — path required
curl / cURL
curl -L -X GET '/payment/kpayment/v1/paymentAttempts/:paymentAttempt/attributes' \
-H 'Accept: application/json'