Body
-
privateKey
string | null -
publicKey
string | null -
receiveCurrency
string | null -
gatewayRules
object Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/virtual-payments' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"privateKey":"string","publicKey":"string","receiveCurrency":"string","gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/virtual-payments' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/virtual-payments' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"privateKey": "string",
"publicKey": "string",
"receiveCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"privateKey": "string",
"publicKey": "string",
"receiveCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"privateKey": "string",
"publicKey": "string",
"receiveCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}