Sign in

Update sub-merchant

documented

Update a sub-merchant's details.

PUT /v1/sub_merchants/{sub_merchant_token}.{format}Sub Merchantsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.spreedly.com/v1/sub_merchants/{{$sub_merchant_key}}.{{$format}}" \
  -X PUT \
  -u '{{$SPREEDLY_ENV_KEY}}:{{$SPREEDLY_ENV_SECRET}}' \
  -H "Content-Type: application/{{$format}}" \
  -H "Accept: application/{{$format}}" \
  -d '{"sub_merchant": {"name": "{{$name}}", "description": "{{$description}}", "merchant_profile_key": "{{$merchant_profile_key}}"} }'
Update sub-merchant · Spreedly · OpenIntegrations