Configuring custom actions to use trigger
triggers:
payment:
type: http
schema: "https://specs.psp.example.com/actions/payment/schema.json#"
url: http://psp.example.com/payment
method: POST
projection: "{body: {name: name, amount: quantity * price }}"