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

Payload example
{
}

Schema

schema.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AddOrganizationPaymentMethod",
"type": "object",
"properties": {
},
"required": [
],
"additionalProperties": true
}