over usage payment
Developing
POST
/organization/subscribe/payment-methods/stripe/over-usage-pay
Pay Over Usage Payment of a Subscription for Organization
{
"payment_method_id" : "pm_1PXHIqIkSeCp7envQi6i7OIX"
}
payment_method_id
: a string field for the payment method id (e.g. pm_1PXHIqIkSeCp7envQi6i7OIX)/organization/subscribe/payment-methods/stripe/over-usage-pay
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/organization/subscribe/payment-methods/stripe/over-usage-pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_method_id" : "pm_1PVA84IkSeCp7envd4CSY9RM"
}'
Response Response Example
200 - OK - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01