savePaymentGatewayAccountData
ApiScope: payment.gateway.account.data.write
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
dealerUuid string
accountType string
Possible values: [MOTO
, RETAIL
, ECOM
]
paymentGateway string
Possible values: [CREDITCALL
, OPENEDGE
, PAYMENTMATE
, TEMPUS
, CARDCONNECT
, WORLDPAY
, STRIPE
, NMI
, AFFIRM
, SUNBIT
, CASH
, CHECK
]
paymentGatewayDetails object
valid boolean
Responses
- 200
- 400
- 401
- 500
OK
*/*
Schema
Example (from schema)
Schema
object
{}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
PUT /kpayment/v1/payment-gateway-account-data
Request
Request
curl / cURL
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
python / requests
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
go / native
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
nodejs / axios
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
ruby / Net::HTTP
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
csharp / RestSharp
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
php / cURL
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
java / OkHttp
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'
powershell / RestMethod
curl -L -X PUT '/payment/kpayment/v1/payment-gateway-account-data' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"accountType": "MOTO",
"paymentGateway": "CREDITCALL",
"paymentGatewayDetails": {
"type": "string",
"accountId": "string",
"timezone": "string"
},
"valid": true
}'