Add/Update payment method
POST {{baseUrl}}/v1/Subscriptions/:id/payment-method
Request Body
[{"name"=>"paymentMethod", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{}