PUT /self/{shopId}/settings/payments/virtual-payments

PUT /self/{shopId}/settings/payments/virtual-payments

Path parameters

Body

Body

Body

PUT /self/{shopId}/settings/payments/virtual-payments
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"
Request examples
{
  "privateKey": "string",
  "publicKey": "string",
  "receiveCurrency": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "privateKey": "string",
  "publicKey": "string",
  "receiveCurrency": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "privateKey": "string",
  "publicKey": "string",
  "receiveCurrency": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}