Sets payment systems supported for a promotion. If the list is empty, the promotion will apply to all payment systems. If the promotion is read-only (read_only
= true
), you cannot call this method.
Notice
This API call does not contain the project_id
path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
No content.
{- "payment_systems": [
- {
- "id": 24,
- "name": "PayPal"
}
]
}