action payments_create_a_payment { label: "Create new payment" description: "Create a new payment for the account associated to the Authorisation token. The Authorisation token needs to be specified in the 'authorization' header as 'authorization: Bearer YOUR_API_KEY_HERE'" provider: payments method: POST path: "/v1/payments" encoding: json output: { type: "object" additionalProperties: true } }