PUT /self/{shopId}/settings/payments/virtual-payments
Body
-
privateKey string | null
-
publicKey string | null
-
receiveCurrency string | null
-
gatewayRules object
PUT /self/{shopId}/settings/payments/virtual-payments
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/virtual-payments \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"privateKey":"string","publicKey":"string","receiveCurrency":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
"privateKey": "string",
"publicKey": "string",
"receiveCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}
Request examples
{
"privateKey": "string",
"publicKey": "string",
"receiveCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}