Skip to main content

deletePaymentGatewayAccountData


ApiScope: payment.gateway.account.data.write
API Scope Level: ServiceSubscriberScope
Request Body required
    dealerUuid string
    accountType string

    Possible values: [MOTO, RETAIL, ECOM]

Responses

OK


Schema

    object

DELETE /kpayment/v1/payment-gateway-account-data

Request

Base URL
/payment
Body required
{
"dealerUuid": "string",
"accountType": "MOTO"
}
curl / cURL
curl -L -X DELETE '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO"
}'