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

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

Path parameters

application/json

Body

Responses

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
  }
}