Sign in

Set site payment gateway

documented

Configure the payment gateway for a site.

Sitesno 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://www.planyo.com/rest/?method=set_payment_gateway&payment_mode={{payment_mode}}&account_id={{account_id}}&api_key={{PLANYO_API_KEY}}&language={{language}}&hash_timestamp={{hash_timestamp}}&hash_key={{hash_key}}" \
  -H "Accept: application/json"
Set site payment gateway · planyo · OpenIntegrations