Add Organization PaymentMethod (v0.0.1)
Command that will add a payment method to an organization
Overview
The AddOrganizationPaymentMethod command is issued to add payment method to an organization.
Architecture diagram
Payload example
{}Schema
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AddOrganizationPaymentMethod", "type": "object", "properties": {
}, "required": [
], "additionalProperties": true}