Skip to content

Payment Method

Payment Method provides tools for creating, and deleting resources in F5 Distributed Cloud.

ToolDescription
f5xc-api-billingandusage-payment-method-createCreate payment method specification.
f5xc-api-billingandusage-payment-method-deleteDelete the specified payment method.
ParameterDescriptionExample
namespaceNamespace This namespace specifies the namespace in which the payment method will be created.system
nameName Name of the payment method.example-resource

Ask Claude to help you work with Payment Method resources:

“Create a payment-method named ‘example’ in the ‘production’ namespace”

Terminal window
# Create resource
curl -X POST "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/billing/payment_methods" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}" \
-H "Content-Type: application/json" \
-d @payment_method.json
# Delete resource
curl -X DELETE "https://${TENANT}.console.ves.volterra.io/api/web/namespaces/$${PARAM}/billing/payment_methods/$${PARAM}" \
-H "Authorization: APIToken ${F5XC_API_TOKEN}"