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